Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c687 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()
741 ret = hfi_session_set_property(inst, ptype, &ctr->h264_hier_layers); in venc_set_properties()
746 ret = hfi_session_set_property(inst, ptype, &ctr->layer_bitrate); in venc_set_properties()
755 ret = hfi_session_set_property(inst, ptype, &brate); 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()
[all …]
H A Dhelpers.c941 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 …]
H A Dvenc_ctrls.c80 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, &ltr_mark); in venc_op_s_ctrl()
312 ret = hfi_session_set_property(inst, ptype, &ltr_use); in venc_op_s_ctrl()
H A Dhfi.c502 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 Dvdec.c698 ret = hfi_session_set_property(inst, ptype, &en); in vdec_set_properties()
706 ret = hfi_session_set_property(inst, ptype, &decode_order); in vdec_set_properties()
714 ret = hfi_session_set_property(inst, ptype, &en); in vdec_set_properties()
724 ret = hfi_session_set_property(inst, ptype, &conceal); in vdec_set_properties()
741 return hfi_session_set_property(inst, ptype, &wr); in vdec_set_work_route()
767 ret = hfi_session_set_property(inst, ptype, &en); in vdec_output_conf()
H A Dhfi.h171 int hfi_session_set_property(struct venus_inst *inst, u32 ptype, void *pdata);
H A Dpm_helpers.c559 ret = hfi_session_set_property(inst, ptype, &venc_mode); in power_save_mode_enable()
696 ret = hfi_session_set_property(inst, ptype, &cu); in decide_core()