Searched refs:hfi_format (Results 1 - 4 of 4) 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() argument 1113 fmt.format = hfi_format; in venus_helper_set_raw_format() 1121 u32 hfi_format, buftype; in venus_helper_set_color_format() local 1130 hfi_format = to_hfi_raw_fmt(pixfmt); in venus_helper_set_color_format() 1131 if (!hfi_format) in venus_helper_set_color_format() 1134 return venus_helper_set_raw_format(inst, hfi_format, buftype); in venus_helper_set_color_format()
|
/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() argument 1257 fmt.format = hfi_format; in venus_helper_set_raw_format() 1265 u32 hfi_format, buftype; in venus_helper_set_color_format() local 1274 hfi_format = to_hfi_raw_fmt(pixfmt); in venus_helper_set_color_format() 1275 if (!hfi_format) in venus_helper_set_color_format() 1278 return venus_helper_set_raw_format(inst, hfi_format, buftype); in venus_helper_set_color_format()
|
Completed in 6 milliseconds