Searched refs:hfi_pf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 852 u32 hfi_pf = pl->profile; in v4l2_id_profile_level() local 857 *profile = find_v4l2_id(hfi_pf, h264_profiles, ARRAY_SIZE(h264_profiles)); in v4l2_id_profile_level() 861 *profile = find_v4l2_id(hfi_pf, mpeg2_profiles, ARRAY_SIZE(mpeg2_profiles)); in v4l2_id_profile_level() 865 *profile = find_v4l2_id(hfi_pf, mpeg4_profiles, ARRAY_SIZE(mpeg4_profiles)); in v4l2_id_profile_level() 869 *profile = find_v4l2_id(hfi_pf, vp8_profiles, ARRAY_SIZE(vp8_profiles)); in v4l2_id_profile_level() 873 *profile = find_v4l2_id(hfi_pf, vp9_profiles, ARRAY_SIZE(vp9_profiles)); in v4l2_id_profile_level() 877 *profile = find_v4l2_id(hfi_pf, hevc_profiles, ARRAY_SIZE(hevc_profiles)); in v4l2_id_profile_level()
|