Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qandroidvideodevices.cpp File Reference
#include "qandroidvideodevices_p.h"
#include <private/qcameradevice_p.h>
#include <QtCore/QLoggingCategory>
#include <QtCore/qcoreapplication.h>
#include <QtCore/private/qandroidextras_p.h>
#include <QtCore/qcoreapplication_platform.h>
#include <QJniEnvironment>
#include <jni.h>
+ Include dependency graph for qandroidvideodevices.cpp:

Go to the source code of this file.

Functions

static Q_LOGGING_CATEGORY (qLCAndroidVideoDevices, "qt.multimedia.ffmpeg.android.videoDevices") Q_DECLARE_JNI_CLASS(QtVideoDeviceManager
 
 Q_DECLARE_JNI_CLASS (AndroidImageFormat, "android/graphics/ImageFormat")
 
QCameraFormat createCameraFormat (int width, int height, int fpsMin, int fpsMax)
 

Variables

static org qtproject qt android multimedia QtVideoDeviceManager
 

Function Documentation

◆ createCameraFormat()

QCameraFormat createCameraFormat ( int  width,
int  height,
int  fpsMin,
int  fpsMax 
)

Definition at line 22 of file qandroidvideodevices.cpp.

References QVideoFrameFormat::Format_YUV420P.

◆ Q_DECLARE_JNI_CLASS()

Q_DECLARE_JNI_CLASS ( AndroidImageFormat  ,
"android/graphics/ImageFormat"   
)

◆ Q_LOGGING_CATEGORY()

static Q_LOGGING_CATEGORY ( qLCAndroidVideoDevices  ,
"qt.multimedia.ffmpeg.android.videoDevices"   
)
static

Variable Documentation

◆ QtVideoDeviceManager

org qtproject qt android multimedia QtVideoDeviceManager

Definition at line 18 of file qandroidvideodevices.cpp.