![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE int | qt_findClosestValue (const QList< int > &list, int value) |
bool | qt_sizeLessThan (const QSize &s1, const QSize &s2) |
QVideoFrameFormat::PixelFormat | qt_pixelFormatFromAndroidImageFormat (AndroidCamera::ImageFormat f) |
AndroidCamera::ImageFormat | qt_androidImageFormatFromPixelFormat (QVideoFrameFormat::PixelFormat f) |
bool | qt_androidRequestWriteStoragePermission () |
bool | qt_androidCheckCameraPermission () |
bool | qt_androidCheckMicrophonePermission () |
bool qt_androidCheckCameraPermission | ( | ) |
Definition at line 97 of file qandroidmultimediautils.cpp.
References androidCheckPermission(), and qCDebug.
Referenced by AndroidCamera::getNumberOfCameras(), AndroidCamera::open(), and QAndroidCaptureSession::start().
bool qt_androidCheckMicrophonePermission | ( | ) |
Definition at line 106 of file qandroidmultimediautils.cpp.
References androidCheckPermission(), and qCDebug.
Referenced by QAndroidCaptureSession::start().
AndroidCamera::ImageFormat qt_androidImageFormatFromPixelFormat | ( | QVideoFrameFormat::PixelFormat | f | ) |
Definition at line 61 of file qandroidmultimediautils.cpp.
References QVideoFrameFormat::Format_Jpeg, QVideoFrameFormat::Format_NV21, QVideoFrameFormat::Format_YUYV, QVideoFrameFormat::Format_YV12, AndroidCamera::JPEG, AndroidCamera::NV21, AndroidCamera::UnknownImageFormat, AndroidCamera::YUY2, and AndroidCamera::YV12.
bool qt_androidRequestWriteStoragePermission | ( | ) |
Definition at line 115 of file qandroidmultimediautils.cpp.
References androidRequestPermission(), qCDebug, and QStringLiteral.
Referenced by QAndroidMediaEncoder::setOutputLocation().
QT_BEGIN_NAMESPACE int qt_findClosestValue | ( | const QList< int > & | list, |
int | value | ||
) |
Definition at line 14 of file qandroidmultimediautils.cpp.
References QList< T >::at(), begin(), list, and QList< T >::size().
Referenced by QAndroidCamera::zoomTo().
QVideoFrameFormat::PixelFormat qt_pixelFormatFromAndroidImageFormat | ( | AndroidCamera::ImageFormat | f | ) |
Definition at line 45 of file qandroidmultimediautils.cpp.
References QVideoFrameFormat::Format_Invalid, QVideoFrameFormat::Format_Jpeg, QVideoFrameFormat::Format_NV21, QVideoFrameFormat::Format_YUYV, QVideoFrameFormat::Format_YV12, AndroidCamera::JPEG, AndroidCamera::NV21, AndroidCamera::YUY2, and AndroidCamera::YV12.
Referenced by AndroidCameraPrivate::fetchLastPreviewFrame(), notifyNewPreviewFrame(), and notifyPictureCaptured().
Definition at line 40 of file qandroidmultimediautils.cpp.
References s2.
Referenced by AndroidCameraPrivate::getSupportedPictureSizes(), AndroidCameraPrivate::getSupportedPreviewSizes(), and AndroidCameraPrivate::getSupportedVideoSizes().