Searched refs:hfi_profile_level (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi_msgs.c | 24 struct hfi_profile_level *profile_level; in event_seq_changed() 65 profile_level = (struct hfi_profile_level *)data_ptr; in event_seq_changed() 314 struct hfi_profile_level *profile_level) in session_get_prop_profile_level() 316 struct hfi_profile_level *hfi; in session_get_prop_profile_level() 321 if (!req_bytes || req_bytes % sizeof(struct hfi_profile_level)) in session_get_prop_profile_level() 325 hfi = (struct hfi_profile_level *)&pkt->data[1]; in session_get_prop_profile_level()
|
H A D | hfi_parser.c | 90 const struct hfi_profile_level *pl = data; in fill_profile_level() 103 struct hfi_profile_level *proflevel = pl->profile_level; in parse_profile_level() 104 struct hfi_profile_level pl_arr[HFI_MAX_PROFILE_COUNT] = {}; in parse_profile_level()
|
H A D | hfi.h | 47 struct hfi_profile_level profile_level;
|
H A D | core.h | 112 struct hfi_profile_level pl[HFI_MAX_PROFILE_COUNT];
|
H A D | hfi_helper.h | 733 struct hfi_profile_level { struct 742 struct hfi_profile_level profile_level[];
|
H A D | helpers.c | 729 v4l2_id_profile_level(u32 hfi_codec, struct hfi_profile_level *pl, u32 *profile, u32 *level) in v4l2_id_profile_level() 765 hfi_id_profile_level(u32 hfi_codec, u32 v4l2_pf, u32 v4l2_lvl, struct hfi_profile_level *pl) in hfi_id_profile_level() 816 struct hfi_profile_level pl; in venus_helper_set_profile_level()
|
H A D | hfi_cmds.c | 610 struct hfi_profile_level *in = pdata, *pl = prop_data; in pkt_session_set_property_1x()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_parser.c | 90 const struct hfi_profile_level *pl = data; in fill_profile_level() 103 struct hfi_profile_level *proflevel = pl->profile_level; in parse_profile_level() 104 struct hfi_profile_level pl_arr[HFI_MAX_PROFILE_COUNT] = {}; in parse_profile_level()
|
H A D | hfi_msgs.c | 29 struct hfi_profile_level *profile_level; in event_seq_changed() 71 profile_level = (struct hfi_profile_level *)data_ptr; in event_seq_changed() 361 struct hfi_profile_level *profile_level) in session_get_prop_profile_level() 363 struct hfi_profile_level *hfi; in session_get_prop_profile_level() 368 if (!req_bytes || req_bytes % sizeof(struct hfi_profile_level)) in session_get_prop_profile_level() 372 hfi = (struct hfi_profile_level *)&pkt->data[0]; in session_get_prop_profile_level()
|
H A D | hfi_platform.h | 35 struct hfi_profile_level pl[HFI_MAX_PROFILE_COUNT];
|
H A D | hfi.h | 47 struct hfi_profile_level profile_level;
|
H A D | hfi_helper.h | 796 struct hfi_profile_level { struct 805 struct hfi_profile_level profile_level[];
|
H A D | helpers.c | 850 v4l2_id_profile_level(u32 hfi_codec, struct hfi_profile_level *pl, u32 *profile, u32 *level) in v4l2_id_profile_level() 886 hfi_id_profile_level(u32 hfi_codec, u32 v4l2_pf, u32 v4l2_lvl, struct hfi_profile_level *pl) in hfi_id_profile_level() 937 struct hfi_profile_level pl; in venus_helper_set_profile_level()
|
H A D | hfi_cmds.c | 621 struct hfi_profile_level *in = pdata, *pl = prop_data; in pkt_session_set_property_1x()
|
Completed in 25 milliseconds