fimc_find_format
fmt = fimc_find_format(NULL, NULL, FMT_FLAGS_CAM, code->index);
ctx->s_frame.fmt = fimc_find_format(NULL, NULL, FMT_FLAGS_CAM, 0);
fmt = fimc_find_format(NULL, NULL, FMT_FLAGS_CAM, 0);
fmt = fimc_find_format(NULL, NULL, FMT_FLAGS_WRITEBACK, 0);
ffmt = fimc_find_format(fourcc, code, mask, 0);
fmt = fimc_find_format(NULL, NULL, FMT_FLAGS_CAM | FMT_FLAGS_M2M,
ffmt = fimc_find_format(NULL, mf->code != 0 ? &mf->code : NULL,
const struct fimc_fmt *fimc_find_format(const u32 *pixelformat,
fmt = fimc_find_format(NULL, NULL, get_m2m_fmt_flags(f->type),
fmt = fimc_find_format(&pix->pixelformat, NULL,
fmt = fimc_find_format(&f->fmt.pix_mp.pixelformat, NULL,
fmt = fimc_find_format(&pixm.pixelformat, NULL, FMT_FLAGS_M2M, 0);