Searched refs:supportedFormats (Results 1 – 9 of 9) sorted by relevance
/hardware/google/av/codec2/tests/ |
D | C2SampleComponent_test.cpp | 77 int32_t supportedFormats[]; member 81 DEFINE_AND_DESCRIBE_FLEX_C2STRUCT(VideoConfig, supportedFormats) 85 C2FIELD(supportedFormats, "formats")
|
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/ |
D | ExternalCameraDeviceSession.h | 94 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported() 97 config, supportedFormats, devCfg); in isStreamCombinationSupported()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 197 const std::vector<SupportedV4L2Format>& supportedFormats, 206 const std::vector<SupportedV4L2Format>& supportedFormats,
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 2587 int supportedFormats[] = { in dev_get_supported_color_format() local 2594 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1)) in dev_get_supported_color_format() 2596 *colorFormat = supportedFormats[index]; in dev_get_supported_color_format()
|
D | video_encoder_device_v4l2.cpp | 1057 int supportedFormats[] = { in venc_get_supported_color_format() local 1073 int supportedFormats[] = { in venc_get_supported_color_format() 1080 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1)) in venc_get_supported_color_format() 1082 *colorFormat = supportedFormats[index]; in venc_get_supported_color_format()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 2174 const std::vector<SupportedV4L2Format>& supportedFormats, in isSupported() argument 2223 for (const auto& v4l2Fmt : supportedFormats) { in isSupported() 2560 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported() argument 2576 if (!isSupported(stream, supportedFormats, devCfg)) { in isStreamCombinationSupported()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 1594 int supportedFormats[] = { in get_parameter() local 1608 int supportedFormats[] = { in get_parameter() local 1614 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1)) in get_parameter() 1619 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)supportedFormats[index]; in get_parameter()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 1616 int supportedFormats[] = { in get_parameter() local 1630 int supportedFormats[] = { in get_parameter() local 1636 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1)) in get_parameter() 1641 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)supportedFormats[index]; in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 1513 int supportedFormats[] = { in get_parameter() local 1519 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1)) in get_parameter() 1524 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)supportedFormats[index]; in get_parameter()
|