Searched refs:find_v4l2_id (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/qcom/venus/ |
A D | helpers.c | 855 *profile = find_v4l2_id(hfi_pf, h264_profiles, ARRAY_SIZE(h264_profiles)); in v4l2_id_profile_level() 856 *level = find_v4l2_id(hfi_lvl, h264_levels, ARRAY_SIZE(h264_levels)); in v4l2_id_profile_level() 859 *profile = find_v4l2_id(hfi_pf, mpeg2_profiles, ARRAY_SIZE(mpeg2_profiles)); in v4l2_id_profile_level() 860 *level = find_v4l2_id(hfi_lvl, mpeg2_levels, ARRAY_SIZE(mpeg2_levels)); in v4l2_id_profile_level() 863 *profile = find_v4l2_id(hfi_pf, mpeg4_profiles, ARRAY_SIZE(mpeg4_profiles)); in v4l2_id_profile_level() 864 *level = find_v4l2_id(hfi_lvl, mpeg4_levels, ARRAY_SIZE(mpeg4_levels)); in v4l2_id_profile_level() 867 *profile = find_v4l2_id(hfi_pf, vp8_profiles, ARRAY_SIZE(vp8_profiles)); in v4l2_id_profile_level() 871 *profile = find_v4l2_id(hfi_pf, vp9_profiles, ARRAY_SIZE(vp9_profiles)); in v4l2_id_profile_level() 872 *level = find_v4l2_id(hfi_lvl, vp9_levels, ARRAY_SIZE(vp9_levels)); in v4l2_id_profile_level() 875 *profile = find_v4l2_id(hfi_pf, hevc_profiles, ARRAY_SIZE(hevc_profiles)); in v4l2_id_profile_level() [all …]
|
Completed in 6 milliseconds