Home
last modified time | relevance | path

Searched refs:v4l2_pixfmt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.h14 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt);
58 bool venus_helper_check_format(struct venus_inst *inst, u32 v4l2_pixfmt);
H A Dhelpers.c41 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_codec() argument
47 switch (v4l2_pixfmt) { in venus_helper_check_codec()
1816 bool venus_helper_check_format(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_format() argument
1819 u32 fmt = to_hfi_raw_fmt(v4l2_pixfmt); in venus_helper_check_format()