Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qffmpegimagecapture.cpp File Reference
#include "qffmpegimagecapture_p.h"
#include <private/qplatformmediaformatinfo_p.h>
#include <private/qplatformcamera_p.h>
#include <private/qplatformimagecapture_p.h>
#include <qvideoframeformat.h>
#include <private/qmediastoragelocation_p.h>
#include <qimagewriter.h>
#include <QtCore/QDebug>
#include <QtCore/QDir>
#include <qstandardpaths.h>
#include <qloggingcategory.h>
#include "moc_qffmpegimagecapture_p.cpp"
+ Include dependency graph for qffmpegimagecapture.cpp:

Go to the source code of this file.

Functions

static Q_LOGGING_CATEGORY (qLcImageCapture, "qt.multimedia.imageCapture") QFFmpegImageCapture
 
static const char * extensionForFormat (QImageCapture::FileFormat format)
 

Variables

static QT_BEGIN_NAMESPACE constexpr int MaxPendingImagesCount = 1
 

Function Documentation

◆ extensionForFormat()

static const char * extensionForFormat ( QImageCapture::FileFormat  format)
static

Definition at line 40 of file qffmpegimagecapture.cpp.

References fmt, QImageCapture::JPEG, QImageCapture::PNG, QImageCapture::Tiff, QImageCapture::UnspecifiedFormat, and QImageCapture::WebP.

Referenced by QFFmpegImageCapture::capture().

+ Here is the caller graph for this function:

◆ Q_LOGGING_CATEGORY()

static Q_LOGGING_CATEGORY ( qLcImageCapture  ,
"qt.multimedia.imageCapture"   
)
static

Definition at line 23 of file qffmpegimagecapture.cpp.

Variable Documentation

◆ MaxPendingImagesCount

QT_BEGIN_NAMESPACE constexpr int MaxPendingImagesCount = 1
staticconstexpr