Home
last modified time | relevance | path

Searched refs:v4l2_profile (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/
Dvidc_common.h92 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile);
93 static bool convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile);
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/
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() argument
259 return find_item(*profile_map, v4l2_profile, omx_profile); in convert_v4l2_profile_to_omx()
262 …profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile) in convert_omx_profile_to_v4l2() argument
269 return find_item(*profile_map, omx_profile, v4l2_profile); in convert_omx_profile_to_v4l2()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/
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() argument
283 return find_item(*profile_map, v4l2_profile, omx_profile); in convert_v4l2_profile_to_omx()
286 …profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile) in convert_omx_profile_to_v4l2() argument
293 return find_item(*profile_map, omx_profile, v4l2_profile); in convert_omx_profile_to_v4l2()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/
Dvidc_common.h95 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile);
96 static bool convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile);
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp983 int v4l2_profile; in venc_get_supported_profile_level() local
1087 …r::convert_omx_profile_to_v4l2(m_sVenc_cfg.codectype, profileLevelType->eProfile, &v4l2_profile)) { in venc_get_supported_profile_level()
1092 DEBUG_PRINT_INFO("v4l2 profile : %d flags : %d ", v4l2_profile, profile_cap.flags); in venc_get_supported_profile_level()
1093 if(!((profile_cap.flags >> v4l2_profile) & 0x1)) { in venc_get_supported_profile_level()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1166 int v4l2_profile; in venc_get_supported_profile_level() local
1253 …r::convert_omx_profile_to_v4l2(m_sVenc_cfg.codectype, profileLevelType->eProfile, &v4l2_profile)) { in venc_get_supported_profile_level()
1258 DEBUG_PRINT_INFO("v4l2 profile : %d flags : %d ", v4l2_profile, profile_cap.flags); in venc_get_supported_profile_level()
1259 if(!((profile_cap.flags >> v4l2_profile) & 0x1)) { in venc_get_supported_profile_level()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp3570 int v4l2_profile; in get_supported_profile_level() local
3686 …erter::convert_omx_profile_to_v4l2(output_capability, profileLevelType->eProfile, &v4l2_profile)) { in get_supported_profile_level()
3693 v4l2_profile = V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN; in get_supported_profile_level()
3697 v4l2_profile = V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN10; in get_supported_profile_level()
3706 v4l2_profile = V4L2_MPEG_VIDC_VIDEO_VP9_PROFILE_P0; in get_supported_profile_level()
3710 v4l2_profile = V4L2_MPEG_VIDC_VIDEO_VP9_PROFILE_P2_10; in get_supported_profile_level()
3717 if(!((profile_cap.flags >> v4l2_profile) & 0x1)) { in get_supported_profile_level()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2877 int v4l2_profile; in get_supported_profile_level() local
3006 …erter::convert_omx_profile_to_v4l2(output_capability, profileLevelType->eProfile, &v4l2_profile)) { in get_supported_profile_level()
3010 if(!((profile_cap.flags >> v4l2_profile) & 0x1)) { in get_supported_profile_level()