Searched refs:v4l2_profile (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_common.h | 70 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile); 71 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/ |
D | vidc_common.cpp | 270 bool profile_level_converter::convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_pro… in convert_v4l2_profile_to_omx() argument 277 return find_item(*profile_map, v4l2_profile, omx_profile); in convert_v4l2_profile_to_omx() 280 …profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile) in convert_omx_profile_to_v4l2() argument 287 return find_item(*profile_map, omx_profile, v4l2_profile); in convert_omx_profile_to_v4l2()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 943 int v4l2_profile; in venc_get_supported_profile_level() local 1030 …r::convert_omx_profile_to_v4l2(m_sVenc_cfg.codectype, profileLevelType->eProfile, &v4l2_profile)) { in venc_get_supported_profile_level() 1035 DEBUG_PRINT_INFO("v4l2 profile : %d flags : %d ", v4l2_profile, profile_cap.flags); in venc_get_supported_profile_level() 1036 if(!((profile_cap.flags >> v4l2_profile) & 0x1)) { in venc_get_supported_profile_level()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 3385 int v4l2_profile; in get_supported_profile_level() local 3498 …erter::convert_omx_profile_to_v4l2(output_capability, profileLevelType->eProfile, &v4l2_profile)) { in get_supported_profile_level() 3505 v4l2_profile = V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN; in get_supported_profile_level() 3509 v4l2_profile = V4L2_MPEG_VIDC_VIDEO_HEVC_PROFILE_MAIN10; in get_supported_profile_level() 3517 if(!((profile_cap.flags >> v4l2_profile) & 0x1)) { in get_supported_profile_level()
|