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
qv4l2memorytransfer.cpp File Reference

(50984341442551281d81d0ba91fe098c556c8129)

#include "qv4l2memorytransfer_p.h"
#include "qv4l2filedescriptor_p.h"
#include <qloggingcategory.h>
#include <qdebug.h>
#include <sys/mman.h>
#include <optional>
Include dependency graph for qv4l2memorytransfer.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY (qLcV4L2MemoryTransfer, "qt.multimedia.ffmpeg.v4l2camera.memorytransfer")
QV4L2MemoryTransferUPtr makeUserPtrMemoryTransfer (QV4L2FileDescriptorPtr fileDescriptor, quint32 imageSize)
QV4L2MemoryTransferUPtr makeMMapMemoryTransfer (QV4L2FileDescriptorPtr fileDescriptor)

Function Documentation

◆ makeMMapMemoryTransfer()

QV4L2MemoryTransferUPtr makeMMapMemoryTransfer ( QV4L2FileDescriptorPtr fileDescriptor)

Definition at line 228 of file qv4l2memorytransfer.cpp.

◆ makeUserPtrMemoryTransfer()

QV4L2MemoryTransferUPtr makeUserPtrMemoryTransfer ( QV4L2FileDescriptorPtr fileDescriptor,
quint32 imageSize )

Definition at line 222 of file qv4l2memorytransfer.cpp.

◆ Q_STATIC_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY ( qLcV4L2MemoryTransfer ,
"qt.multimedia.ffmpeg.v4l2camera.memorytransfer"  )