Searched refs:find_hfi_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 714 static u32 find_hfi_id(u32 v4l2_id, const struct id_mapping *array, unsigned int array_sz) in find_hfi_id() function 769 pl->profile = find_hfi_id(v4l2_pf, h264_profiles, ARRAY_SIZE(h264_profiles)); in hfi_id_profile_level() 770 pl->level = find_hfi_id(v4l2_lvl, h264_levels, ARRAY_SIZE(h264_levels)); in hfi_id_profile_level() 773 pl->profile = find_hfi_id(v4l2_pf, mpeg2_profiles, ARRAY_SIZE(mpeg2_profiles)); in hfi_id_profile_level() 774 pl->level = find_hfi_id(v4l2_lvl, mpeg2_levels, ARRAY_SIZE(mpeg2_levels)); in hfi_id_profile_level() 777 pl->profile = find_hfi_id(v4l2_pf, mpeg4_profiles, ARRAY_SIZE(mpeg4_profiles)); in hfi_id_profile_level() 778 pl->level = find_hfi_id(v4l2_lvl, mpeg4_levels, ARRAY_SIZE(mpeg4_levels)); in hfi_id_profile_level() 781 pl->profile = find_hfi_id(v4l2_pf, vp8_profiles, ARRAY_SIZE(vp8_profiles)); in hfi_id_profile_level() 785 pl->profile = find_hfi_id(v4l2_pf, vp9_profiles, ARRAY_SIZE(vp9_profiles)); in hfi_id_profile_level() 786 pl->level = find_hfi_id(v4l2_lv in hfi_id_profile_level() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 835 static u32 find_hfi_id(u32 v4l2_id, const struct id_mapping *array, unsigned int array_sz) in find_hfi_id() function 890 pl->profile = find_hfi_id(v4l2_pf, h264_profiles, ARRAY_SIZE(h264_profiles)); in hfi_id_profile_level() 891 pl->level = find_hfi_id(v4l2_lvl, h264_levels, ARRAY_SIZE(h264_levels)); in hfi_id_profile_level() 894 pl->profile = find_hfi_id(v4l2_pf, mpeg2_profiles, ARRAY_SIZE(mpeg2_profiles)); in hfi_id_profile_level() 895 pl->level = find_hfi_id(v4l2_lvl, mpeg2_levels, ARRAY_SIZE(mpeg2_levels)); in hfi_id_profile_level() 898 pl->profile = find_hfi_id(v4l2_pf, mpeg4_profiles, ARRAY_SIZE(mpeg4_profiles)); in hfi_id_profile_level() 899 pl->level = find_hfi_id(v4l2_lvl, mpeg4_levels, ARRAY_SIZE(mpeg4_levels)); in hfi_id_profile_level() 902 pl->profile = find_hfi_id(v4l2_pf, vp8_profiles, ARRAY_SIZE(vp8_profiles)); in hfi_id_profile_level() 906 pl->profile = find_hfi_id(v4l2_pf, vp9_profiles, ARRAY_SIZE(vp9_profiles)); in hfi_id_profile_level() 907 pl->level = find_hfi_id(v4l2_lv in hfi_id_profile_level() [all...] |
Completed in 4 milliseconds