Searched refs:hfi_session_set_property (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | venc.c | 553 ret = hfi_session_set_property(inst, ptype, &frate); in venc_set_properties() 567 ret = hfi_session_set_property(inst, ptype, &info); in venc_set_properties() 577 ret = hfi_session_set_property(inst, ptype, &entropy); in venc_set_properties() 588 ret = hfi_session_set_property(inst, ptype, &deblock); in venc_set_properties() 600 ret = hfi_session_set_property(inst, ptype, &idrp); in venc_set_properties() 608 ret = hfi_session_set_property(inst, ptype, &max_num_b_frames); in venc_set_properties() 617 ret = hfi_session_set_property(inst, ptype, &intra_period); in venc_set_properties() 633 ret = hfi_session_set_property(inst, ptype, &rate_control); in venc_set_properties() 642 ret = hfi_session_set_property(inst, ptype, &quality); in venc_set_properties() 656 ret = hfi_session_set_property(inst, ptype, &brate); in venc_set_properties() [all …]
|
D | helpers.c | 820 return hfi_session_set_property(inst, ptype, &pl); in venus_helper_set_profile_level() 1010 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_input_resolution() 1025 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_output_resolution() 1039 return hfi_session_set_property(inst, ptype, &wm); in venus_helper_set_work_mode() 1084 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs() 1091 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs() 1099 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs() 1115 return hfi_session_set_property(inst, ptype, &fmt); in venus_helper_set_raw_format() 1148 ret = hfi_session_set_property(inst, ptype, &multi); in venus_helper_set_multistream() 1155 return hfi_session_set_property(inst, ptype, &multi); in venus_helper_set_multistream() [all …]
|
D | venc_ctrls.c | 91 ret = hfi_session_set_property(inst, ptype, &brate); in venc_op_s_ctrl() 193 ret = hfi_session_set_property(inst, ptype, &en); in venc_op_s_ctrl()
|
D | hfi.c | 460 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata) in hfi_session_set_property() function 469 EXPORT_SYMBOL_GPL(hfi_session_set_property);
|
D | hfi.h | 173 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata);
|
D | vdec.c | 623 ret = hfi_session_set_property(inst, ptype, &en); in vdec_set_properties() 650 ret = hfi_session_set_property(inst, ptype, &en); in vdec_output_conf()
|
D | pm_helpers.c | 573 return hfi_session_set_property(inst, ptype, &cu); in decide_core()
|