Home
last modified time | relevance | path

Searched refs:convert_v4l2_profile_to_omx (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_common.h70 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile);
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_common.h92 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile);
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_common.h95 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile);
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_common.cpp270 bool profile_level_converter::convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_pro… in convert_v4l2_profile_to_omx() function in profile_level_converter
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_common.cpp276 bool profile_level_converter::convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_pro… in convert_v4l2_profile_to_omx() function in profile_level_converter
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_common.cpp252 bool profile_level_converter::convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_pro… in convert_v4l2_profile_to_omx() function in profile_level_converter
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp4165 …if(profile_level_converter::convert_v4l2_profile_to_omx(V4L2_PIX_FMT_HEVC, codec_profile.profile, … in venc_get_hevc_profile()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7072 …if(profile_level_converter::convert_v4l2_profile_to_omx(V4L2_PIX_FMT_HEVC, codec_profile.profile, … in venc_get_hevc_profile()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7261 …if(profile_level_converter::convert_v4l2_profile_to_omx(V4L2_PIX_FMT_HEVC, codec_profile.profile, … in venc_get_hevc_profile()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp307 if (profile_level_converter::convert_v4l2_profile_to_omx( in async_message_thread()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp330 if (profile_level_converter::convert_v4l2_profile_to_omx( in async_message_thread()