![]() |
Qt 6.x
The Qt SDK
|
#include <qv4l2camera_p.h>
Classes | |
struct | MappedBuffer |
Public Member Functions | |
~QV4L2CameraBuffers () | |
void | release (int index) |
void | unmapBuffers () |
Public Attributes | |
QAtomicInt | ref |
QMutex | mutex |
QList< MappedBuffer > | mappedBuffers |
int | v4l2FileDescriptor = -1 |
Definition at line 47 of file qv4l2camera_p.h.
QV4L2CameraBuffers::~QV4L2CameraBuffers | ( | ) |
Definition at line 246 of file qv4l2camera.cpp.
References mutex, Q_ASSERT, unmapBuffers(), and v4l2FileDescriptor.
void QV4L2CameraBuffers::release | ( | int | index | ) |
Definition at line 255 of file qv4l2camera.cpp.
References mappedBuffers, mutex, qWarning, and v4l2FileDescriptor.
Referenced by QV4L2VideoBuffer::~QV4L2VideoBuffer().
void QV4L2CameraBuffers::unmapBuffers | ( | ) |
Definition at line 271 of file qv4l2camera.cpp.
References mappedBuffers.
Referenced by ~QV4L2CameraBuffers().
QList<MappedBuffer> QV4L2CameraBuffers::mappedBuffers |
Definition at line 61 of file qv4l2camera_p.h.
Referenced by release(), and unmapBuffers().
QMutex QV4L2CameraBuffers::mutex |
Definition at line 56 of file qv4l2camera_p.h.
Referenced by ~QV4L2CameraBuffers(), and release().
QAtomicInt QV4L2CameraBuffers::ref |
Definition at line 55 of file qv4l2camera_p.h.
int QV4L2CameraBuffers::v4l2FileDescriptor = -1 |
Definition at line 62 of file qv4l2camera_p.h.
Referenced by ~QV4L2CameraBuffers(), QV4L2VideoBuffer::map(), and release().