Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4L2FileDescriptor Class Reference

#include <qv4l2filedescriptor_p.h>

Collaboration diagram for QV4L2FileDescriptor:

Public Member Functions

 QV4L2FileDescriptor (int descriptor)
 ~QV4L2FileDescriptor ()
bool call (int request, void *arg) const
int get () const
bool requestBuffers (quint32 memoryType, quint32 &buffersCount) const
bool startStream ()
bool stopStream ()
bool streamStarted () const

Detailed Description

Definition at line 24 of file qv4l2filedescriptor_p.h.

Constructor & Destructor Documentation

◆ QV4L2FileDescriptor()

QV4L2FileDescriptor::QV4L2FileDescriptor ( int descriptor)

Definition at line 24 of file qv4l2filedescriptor.cpp.

◆ ~QV4L2FileDescriptor()

QV4L2FileDescriptor::~QV4L2FileDescriptor ( )

Definition at line 29 of file qv4l2filedescriptor.cpp.

Member Function Documentation

◆ call()

bool QV4L2FileDescriptor::call ( int request,
void * arg ) const

Definition at line 34 of file qv4l2filedescriptor.cpp.

Referenced by coverage_report.CoverageExecutor::build_binaries(), coverage_report.CoverageExecutor::generate_coverage(), coverage_report.CoverageExecutor::generate_html_report(), coverage_report.CoverageExecutor::merge_raw_coverage_results(), requestBuffers(), startStream(), and stopStream().

Here is the caller graph for this function:

◆ get()

int QV4L2FileDescriptor::get ( ) const
inline

Definition at line 33 of file qv4l2filedescriptor_p.h.

◆ requestBuffers()

bool QV4L2FileDescriptor::requestBuffers ( quint32 memoryType,
quint32 & buffersCount ) const

Definition at line 39 of file qv4l2filedescriptor.cpp.

References call().

Here is the call graph for this function:

◆ startStream()

bool QV4L2FileDescriptor::startStream ( )

Definition at line 53 of file qv4l2filedescriptor.cpp.

References call().

Here is the call graph for this function:

◆ stopStream()

bool QV4L2FileDescriptor::stopStream ( )

Definition at line 63 of file qv4l2filedescriptor.cpp.

References call().

Here is the call graph for this function:

◆ streamStarted()

bool QV4L2FileDescriptor::streamStarted ( ) const
inline

Definition at line 41 of file qv4l2filedescriptor_p.h.


The documentation for this class was generated from the following files: