Searched refs:hfi_session_set_property (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/platform/qcom/venus/ |
H A 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 …]
|
H A 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()
|