Searched refs:hfi_session_set_property (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/media/platform/qcom/venus/ |
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() 733 ret = hfi_session_set_property(inst, ptype, &h264_transform); in venc_set_properties() 748 ret = hfi_session_set_property(inst, ptype, &idrp); in venc_set_properties() 778 ret = hfi_session_set_property(inst, ptype, &hdr10); in venc_set_properties() 787 ret = hfi_session_set_property(inst, ptype, &max_num_b_frames); in venc_set_properties() 796 ret = hfi_session_set_property(inst, ptype, &intra_period); in venc_set_properties() 812 ret = hfi_session_set_property(inst, ptype, &rate_control); in venc_set_properties() [all …]
|
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() 1213 return hfi_session_set_property(inst, ptype, &pconstraint); in venus_helper_set_format_constraints() 1228 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs() 1235 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs() 1243 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() [all …]
|
D | venc_ctrls.c | 94 ret = hfi_session_set_property(inst, ptype, &brate); in venc_op_s_ctrl() 222 ret = hfi_session_set_property(inst, ptype, &en); in venc_op_s_ctrl() 259 ret = hfi_session_set_property(inst, ptype, &en); in venc_op_s_ctrl() 291 ret = hfi_session_set_property(inst, ptype, <r_mark); in venc_op_s_ctrl() 306 ret = hfi_session_set_property(inst, ptype, <r_use); in venc_op_s_ctrl()
|
D | hfi.c | 525 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata) in hfi_session_set_property() function 537 EXPORT_SYMBOL_GPL(hfi_session_set_property);
|
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()
|
D | hfi.h | 173 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata);
|
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()
|