Home
last modified time | relevance | path

Searched refs:hfi_session_set_property (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhelpers.c774 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_input_resolution()
789 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_output_resolution()
803 return hfi_session_set_property(inst, ptype, &wm); in venus_helper_set_work_mode()
817 return hfi_session_set_property(inst, ptype, &cu); in venus_helper_set_core_usage()
832 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs()
839 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs()
847 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs()
863 return hfi_session_set_property(inst, ptype, &fmt); in venus_helper_set_raw_format()
896 ret = hfi_session_set_property(inst, ptype, &multi); in venus_helper_set_multistream()
903 return hfi_session_set_property(inst, ptype, &multi); in venus_helper_set_multistream()
[all …]
Dvenc.c666 ret = hfi_session_set_property(inst, ptype, &frate); in venc_set_properties()
680 ret = hfi_session_set_property(inst, ptype, &info); in venc_set_properties()
690 ret = hfi_session_set_property(inst, ptype, &entropy); in venc_set_properties()
701 ret = hfi_session_set_property(inst, ptype, &deblock); in venc_set_properties()
713 ret = hfi_session_set_property(inst, ptype, &idrp); in venc_set_properties()
721 ret = hfi_session_set_property(inst, ptype, &max_num_b_frames); in venc_set_properties()
730 ret = hfi_session_set_property(inst, ptype, &intra_period); in venc_set_properties()
740 ret = hfi_session_set_property(inst, ptype, &rate_control); in venc_set_properties()
753 ret = hfi_session_set_property(inst, ptype, &brate); in venc_set_properties()
766 ret = hfi_session_set_property(inst, ptype, &brate); in venc_set_properties()
[all …]
Dvenc_ctrls.c91 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()
Dhfi.c458 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata) in hfi_session_set_property() function
467 EXPORT_SYMBOL_GPL(hfi_session_set_property);
Dhfi.h171 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata);
Dvdec.c556 ret = hfi_session_set_property(inst, ptype, &en); in vdec_set_properties()
587 ret = hfi_session_set_property(inst, ptype, &en); in vdec_output_conf()