Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhelpers.c674 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_input_resolution()
689 return hfi_session_set_property(inst, ptype, &fs); in venus_helper_set_output_resolution()
703 return hfi_session_set_property(inst, ptype, &wm); in venus_helper_set_work_mode()
717 return hfi_session_set_property(inst, ptype, &cu); in venus_helper_set_core_usage()
732 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs()
739 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs()
747 ret = hfi_session_set_property(inst, ptype, &buf_count); in venus_helper_set_num_bufs()
763 return hfi_session_set_property(inst, ptype, &fmt); in venus_helper_set_raw_format()
796 ret = hfi_session_set_property(inst, ptype, &multi); in venus_helper_set_multistream()
803 return hfi_session_set_property(inst, ptype, &multi); in venus_helper_set_multistream()
[all …]
Dvenc.c669 ret = hfi_session_set_property(inst, ptype, &frate); in venc_set_properties()
683 ret = hfi_session_set_property(inst, ptype, &info); in venc_set_properties()
693 ret = hfi_session_set_property(inst, ptype, &entropy); in venc_set_properties()
704 ret = hfi_session_set_property(inst, ptype, &deblock); in venc_set_properties()
716 ret = hfi_session_set_property(inst, ptype, &idrp); in venc_set_properties()
724 ret = hfi_session_set_property(inst, ptype, &max_num_b_frames); in venc_set_properties()
733 ret = hfi_session_set_property(inst, ptype, &intra_period); in venc_set_properties()
743 ret = hfi_session_set_property(inst, ptype, &rate_control); in venc_set_properties()
756 ret = hfi_session_set_property(inst, ptype, &brate); in venc_set_properties()
769 ret = hfi_session_set_property(inst, ptype, &brate); in venc_set_properties()
[all …]
Dhfi.c460 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);
Dhfi.h180 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata);
Dvdec.c529 ret = hfi_session_set_property(inst, ptype, &en); in vdec_set_properties()
560 ret = hfi_session_set_property(inst, ptype, &en); in vdec_output_conf()