Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_common.h71 static bool convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile);
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp280 bool profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_pro… in convert_omx_profile_to_v4l2() function in profile_level_converter
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1030 …if (!profile_level_converter::convert_omx_profile_to_v4l2(m_sVenc_cfg.codectype, profileLevelType-… in venc_get_supported_profile_level()
4928 …if (!profile_level_converter::convert_omx_profile_to_v4l2(m_sVenc_cfg.codectype, eProfile, &contro… in venc_set_profile()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp3498 …if (!profile_level_converter::convert_omx_profile_to_v4l2(output_capability, profileLevelType->ePr… in get_supported_profile_level()