Home
last modified time | relevance | path

Searched refs:hfi_profile_level (Results 1 – 7 of 7) sorted by relevance

/drivers/media/platform/qcom/venus/
Dhfi_msgs.c24 struct hfi_profile_level *profile_level; in event_seq_changed()
65 profile_level = (struct hfi_profile_level *)data_ptr; in event_seq_changed()
313 struct hfi_profile_level *profile_level) in session_get_prop_profile_level()
315 struct hfi_profile_level *hfi; in session_get_prop_profile_level()
320 if (!req_bytes || req_bytes % sizeof(struct hfi_profile_level)) in session_get_prop_profile_level()
324 hfi = (struct hfi_profile_level *)&pkt->data[1]; in session_get_prop_profile_level()
Dhfi_parser.c87 const struct hfi_profile_level *pl = data; in fill_profile_level()
97 struct hfi_profile_level *proflevel = pl->profile_level; in parse_profile_level()
98 struct hfi_profile_level pl_arr[HFI_MAX_PROFILE_COUNT] = {}; in parse_profile_level()
Dhfi.h47 struct hfi_profile_level profile_level;
Dhfi_helper.h711 struct hfi_profile_level { struct
720 struct hfi_profile_level profile_level[]; argument
Dcore.h70 struct hfi_profile_level pl[HFI_MAX_PROFILE_COUNT];
Dvenc.c645 struct hfi_profile_level pl; in venc_set_properties()
Dhfi_cmds.c610 struct hfi_profile_level *in = pdata, *pl = prop_data; in pkt_session_set_property_1x()