Home
last modified time | relevance | path

Searched refs:hfi_session_get_property (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dvdec_ctrls.c58 ret = hfi_session_get_property(inst, ptype, &hprop); in vdec_op_g_volatile_ctrl()
65 ret = hfi_session_get_property(inst, ptype, &hprop); in vdec_op_g_volatile_ctrl()
Dhfi.c435 int hfi_session_get_property(struct venus_inst *inst, u32 ptype, in hfi_session_get_property() function
458 EXPORT_SYMBOL_GPL(hfi_session_get_property);
Dhfi.h178 int hfi_session_get_property(struct venus_inst *inst, u32 ptype,
Dhelpers.c546 ret = hfi_session_get_property(inst, ptype, &hprop); in venus_helper_get_bufreq()