Searched refs:hprop (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi_msgs.c | 369 union hfi_get_property *hprop = &inst->hprop; in hfi_session_prop_info() local 380 memset(hprop->bufreq, 0, sizeof(hprop->bufreq)); in hfi_session_prop_info() 381 error = session_get_prop_buf_req(pkt, hprop->bufreq); in hfi_session_prop_info() 384 memset(&hprop->profile_level, 0, sizeof(hprop->profile_level)); in hfi_session_prop_info() 386 &hprop->profile_level); in hfi_session_prop_info()
|
H A D | hfi.c | 439 union hfi_get_property *hprop) in hfi_session_get_property() 457 *hprop = inst->hprop; in hfi_session_get_property() 438 hfi_session_get_property(struct venus_inst *inst, u32 ptype, union hfi_get_property *hprop) hfi_session_get_property() argument
|
H A D | helpers.c | 559 union hfi_get_property hprop; in venus_helper_get_bufreq() local 566 ret = hfi_session_get_property(inst, ptype, &hprop); in venus_helper_get_bufreq() 573 if (hprop.bufreq[i].type != type) in venus_helper_get_bufreq() 577 memcpy(req, &hprop.bufreq[i], sizeof(*req)); in venus_helper_get_bufreq() 800 union hfi_get_property hprop; in venus_helper_get_profile_level() local 803 ret = hfi_session_get_property(inst, ptype, &hprop); in venus_helper_get_profile_level() 807 v4l2_id_profile_level(inst->hfi_codec, &hprop.profile_level, profile, level); in venus_helper_get_profile_level()
|
H A D | hfi.h | 172 union hfi_get_property *hprop);
|
H A D | core.h | 359 * @hprop: a union used as a holder by get property 419 union hfi_get_property hprop; member
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_msgs.c | 416 union hfi_get_property *hprop = &inst->hprop; in hfi_session_prop_info() local 427 memset(hprop->bufreq, 0, sizeof(hprop->bufreq)); in hfi_session_prop_info() 428 error = session_get_prop_buf_req(pkt, hprop->bufreq); in hfi_session_prop_info() 431 memset(&hprop->profile_level, 0, sizeof(hprop->profile_level)); in hfi_session_prop_info() 433 &hprop->profile_level); in hfi_session_prop_info()
|
H A D | hfi.c | 498 union hfi_get_property *hprop) in hfi_session_get_property() 519 *hprop = inst->hprop; in hfi_session_get_property() 497 hfi_session_get_property(struct venus_inst *inst, u32 ptype, union hfi_get_property *hprop) hfi_session_get_property() argument
|
H A D | helpers.c | 672 union hfi_get_property hprop; in venus_helper_get_bufreq() local 688 ret = hfi_session_get_property(inst, ptype, &hprop); in venus_helper_get_bufreq() 695 if (hprop.bufreq[i].type != type) in venus_helper_get_bufreq() 698 memcpy(req, &hprop.bufreq[i], sizeof(*req)); in venus_helper_get_bufreq() 921 union hfi_get_property hprop; in venus_helper_get_profile_level() local 924 ret = hfi_session_get_property(inst, ptype, &hprop); in venus_helper_get_profile_level() 928 v4l2_id_profile_level(inst->hfi_codec, &hprop.profile_level, profile, level); in venus_helper_get_profile_level()
|
H A D | hfi.h | 172 union hfi_get_property *hprop);
|
H A D | core.h | 433 * @hprop: a union used as a holder by get property 504 union hfi_get_property hprop; member
|
Completed in 12 milliseconds