Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp77 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/
DExternalCameraDeviceSession.h94 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/
DExternalCameraDeviceSession.h197 const std::vector<SupportedV4L2Format>& supportedFormats,
206 const std::vector<SupportedV4L2Format>& supportedFormats,
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp2587 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()
Dvideo_encoder_device_v4l2.cpp1057 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/
DExternalCameraDeviceSession.cpp2174 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/
Domx_video_base.cpp1594 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/
Domx_video_base.cpp1616 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/
Domx_video_base.cpp1513 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()