Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qandroidvideodevices.cpp File Reference

(b2fee0d9b15e13d61dba645d73ee71c0ac259e4a)

#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