Searched refs:venus_helper_set_raw_format (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 40 int venus_helper_set_raw_format(struct venus_inst *inst, u32 hfi_format,
|
H A D | helpers.c | 1106 int venus_helper_set_raw_format(struct venus_inst *inst, u32 hfi_format, in venus_helper_set_raw_format() function 1117 EXPORT_SYMBOL_GPL(venus_helper_set_raw_format); variable 1134 return venus_helper_set_raw_format(inst, hfi_format, buftype); in venus_helper_set_color_format()
|
H A D | vdec.c | 703 ret = venus_helper_set_raw_format(inst, inst->opb_fmt, in vdec_output_conf() 713 ret = venus_helper_set_raw_format(inst, inst->dpb_fmt, in vdec_output_conf()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 44 int venus_helper_set_raw_format(struct venus_inst *inst, u32 hfi_format,
|
H A D | helpers.c | 1250 int venus_helper_set_raw_format(struct venus_inst *inst, u32 hfi_format, in venus_helper_set_raw_format() function 1261 EXPORT_SYMBOL_GPL(venus_helper_set_raw_format); variable 1278 return venus_helper_set_raw_format(inst, hfi_format, buftype); in venus_helper_set_color_format()
|
H A D | vdec.c | 801 ret = venus_helper_set_raw_format(inst, inst->opb_fmt, in vdec_output_conf() 815 ret = venus_helper_set_raw_format(inst, inst->dpb_fmt, in vdec_output_conf()
|
Completed in 17 milliseconds