Home
last modified time | relevance | path

Searched refs:supportedFormats (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDeviceSession.h95 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported()
98 config, supportedFormats, devCfg); in isStreamCombinationSupported()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h269 const std::vector<SupportedV4L2Format>& supportedFormats,
278 const std::vector<SupportedV4L2Format>& supportedFormats,
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1827 const std::vector<SupportedV4L2Format>& supportedFormats, in isSupported() argument
1876 for (const auto& v4l2Fmt : supportedFormats) { in isSupported()
2211 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported() argument
2227 if (!isSupported(stream, supportedFormats, devCfg)) { in isStreamCombinationSupported()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2594 int supportedFormats[] = { in dev_get_supported_color_format() local
2601 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1)) in dev_get_supported_color_format()
2603 *colorFormat = supportedFormats[index]; in dev_get_supported_color_format()