Searched refs:hprop (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c416 union hfi_get_property *hprop = &inst->hprop; local
427 memset(hprop->bufreq, 0, sizeof(hprop->bufreq));
428 error = session_get_prop_buf_req(pkt, hprop->bufreq);
431 memset(&hprop->profile_level, 0, sizeof(hprop->profile_level));
433 &hprop->profile_level);
H A Dhfi.c498 union hfi_get_property *hprop)
519 *hprop = inst->hprop;
497 hfi_session_get_property(struct venus_inst *inst, u32 ptype, union hfi_get_property *hprop) argument
H A Dhfi.h172 union hfi_get_property *hprop);
H A Dhelpers.c672 union hfi_get_property hprop; local
688 ret = hfi_session_get_property(inst, ptype, &hprop);
695 if (hprop.bufreq[i].type != type)
698 memcpy(req, &hprop.bufreq[i], sizeof(*req));
921 union hfi_get_property hprop; local
924 ret = hfi_session_get_property(inst, ptype, &hprop);
928 v4l2_id_profile_level(inst->hfi_codec, &hprop.profile_level, profile, level);
H A Dcore.h431 * @hprop: a union used as a holder by get property
502 union hfi_get_property hprop; member in struct:venus_inst

Completed in 125 milliseconds