Searched refs:check_fmt (Results 1 – 2 of 2) sorted by relevance
170 .check_fmt = vpu_imx8q_check_fmt,196 .check_fmt = vpu_malone_check_fmt,
44 bool (*check_fmt)(enum vpu_core_type type, u32 pixelfmt); member132 if (ops && ops->check_fmt) in vpu_iface_check_format()133 return ops->check_fmt(inst->type, pixelfmt); in vpu_iface_check_format()