Searched refs:hfi_session_set_property (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/media/platform/qcom/venus/ |
| H A D | venc.c | 687 ret = hfi_session_set_property(inst, ptype, &frate); in venc_set_properties() 702 ret = hfi_session_set_property(inst, ptype, &info); in venc_set_properties() 712 ret = hfi_session_set_property(inst, ptype, &entropy); in venc_set_properties() 723 ret = hfi_session_set_property(inst, ptype, &deblock); in venc_set_properties() 771 ret = hfi_session_set_property(inst, ptype, &idrp); in venc_set_properties() 801 ret = hfi_session_set_property(inst, ptype, &hdr10); in venc_set_properties() 859 ret = hfi_session_set_property(inst, ptype, &brate); in venc_set_properties() 872 ret = hfi_session_set_property(inst, ptype, &brate); in venc_set_properties() 885 ret = hfi_session_set_property(inst, ptype, &en); in venc_set_properties() 901 ret = hfi_session_set_property(inst, ptype, &quant); in venc_set_properties() [all …]
|
| H A D | helpers.c | 941 return hfi_session_set_property(inst, ptype, &pl); in venus_helper_set_profile_level() 1133 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_input_resolution() 1148 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_output_resolution() 1185 return hfi_session_set_property(inst, ptype, &wm); in venus_helper_set_work_mode() 1228 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs() 1259 return hfi_session_set_property(inst, ptype, &fmt); in venus_helper_set_raw_format() 1292 ret = hfi_session_set_property(inst, ptype, &multi); in venus_helper_set_multistream() 1299 return hfi_session_set_property(inst, ptype, &multi); in venus_helper_set_multistream() 1315 ret = hfi_session_set_property(inst, ptype, &mode); in venus_helper_set_dyn_bufmode() 1321 return hfi_session_set_property(inst, ptype, &mode); in venus_helper_set_dyn_bufmode() [all …]
|
| H A D | venc_ctrls.c | 80 ret = hfi_session_set_property(inst, ptype, &brate); in dynamic_bitrate_update() 228 ret = hfi_session_set_property(inst, ptype, &en); in venc_op_s_ctrl() 265 ret = hfi_session_set_property(inst, ptype, &en); in venc_op_s_ctrl() 297 ret = hfi_session_set_property(inst, ptype, <r_mark); in venc_op_s_ctrl() 312 ret = hfi_session_set_property(inst, ptype, <r_use); in venc_op_s_ctrl()
|
| H A D | hfi.c | 502 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata) in hfi_session_set_property() function 514 EXPORT_SYMBOL_GPL(hfi_session_set_property);
|
| H A D | vdec.c | 692 ret = hfi_session_set_property(inst, ptype, &en); in vdec_set_properties() 700 ret = hfi_session_set_property(inst, ptype, &decode_order); in vdec_set_properties() 708 ret = hfi_session_set_property(inst, ptype, &en); in vdec_set_properties() 718 ret = hfi_session_set_property(inst, ptype, &conceal); in vdec_set_properties() 735 return hfi_session_set_property(inst, ptype, &wr); in vdec_set_work_route() 761 ret = hfi_session_set_property(inst, ptype, &en); in vdec_output_conf()
|
| H A D | hfi.h | 171 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata);
|
| H A D | pm_helpers.c | 549 ret = hfi_session_set_property(inst, ptype, &venc_mode); in power_save_mode_enable() 682 ret = hfi_session_set_property(inst, ptype, &cu); in decide_core()
|