Searched refs:v4l2_lvl (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/media/platform/qcom/venus/ |
| D | helpers.c | 829 hfi_id_profile_level(u32 hfi_codec, u32 v4l2_pf, u32 v4l2_lvl, struct hfi_profile_level *pl) in hfi_id_profile_level() argument 834 pl->level = find_hfi_id(v4l2_lvl, h264_levels, ARRAY_SIZE(h264_levels)); in hfi_id_profile_level() 838 pl->level = find_hfi_id(v4l2_lvl, mpeg2_levels, ARRAY_SIZE(mpeg2_levels)); in hfi_id_profile_level() 842 pl->level = find_hfi_id(v4l2_lvl, mpeg4_levels, ARRAY_SIZE(mpeg4_levels)); in hfi_id_profile_level() 850 pl->level = find_hfi_id(v4l2_lvl, vp9_levels, ARRAY_SIZE(vp9_levels)); in hfi_id_profile_level() 854 pl->level = find_hfi_id(v4l2_lvl, hevc_levels, ARRAY_SIZE(hevc_levels)); in hfi_id_profile_level()
|