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
qandroidmultimediautils_p.h File Reference

(bea75b36c62ed730c46603326ab4e08bfedd9e36)

#include <qglobal.h>
#include <qsize.h>
#include "androidcamera_p.h"
Include dependency graph for qandroidmultimediautils_p.h:
This graph shows which files directly or indirectly include this file:

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 ()

Function Documentation

◆ qt_androidCheckCameraPermission()

bool qt_androidCheckCameraPermission ( )

Definition at line 97 of file qandroidmultimediautils.cpp.

Referenced by AndroidCamera::getNumberOfCameras(), and AndroidCamera::open().

Here is the caller graph for this function:

◆ qt_androidCheckMicrophonePermission()

bool qt_androidCheckMicrophonePermission ( )

Definition at line 106 of file qandroidmultimediautils.cpp.

◆ qt_androidImageFormatFromPixelFormat()

AndroidCamera::ImageFormat qt_androidImageFormatFromPixelFormat ( QVideoFrameFormat::PixelFormat f)

Definition at line 61 of file qandroidmultimediautils.cpp.

◆ qt_androidRequestWriteStoragePermission()

bool qt_androidRequestWriteStoragePermission ( )

Definition at line 115 of file qandroidmultimediautils.cpp.

Referenced by QAndroidMediaEncoder::setOutputLocation().

Here is the caller graph for this function:

◆ qt_findClosestValue()

QT_BEGIN_NAMESPACE int qt_findClosestValue ( const QList< int > & list,
int value )

Definition at line 14 of file qandroidmultimediautils.cpp.

◆ qt_pixelFormatFromAndroidImageFormat()

QVideoFrameFormat::PixelFormat qt_pixelFormatFromAndroidImageFormat ( AndroidCamera::ImageFormat f)

Definition at line 45 of file qandroidmultimediautils.cpp.

◆ qt_sizeLessThan()

bool qt_sizeLessThan ( const QSize & s1,
const QSize & s2 )

Definition at line 40 of file qandroidmultimediautils.cpp.