check_format
supported = check_format(inst, pixmp->pixelformat, f->type);
if (!check_format(inst, f->fmt.pix_mp.pixelformat, f->type))
if (!check_format(inst, f->fmt.pix_mp.pixelformat, f->type))
supported = check_format(inst, pixelformat, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE);
supported = check_format(inst, pixelformat, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE);
supported = check_format(inst, pixmp->pixelformat, f->type);
supported = check_format(inst, f->fmt.pix_mp.pixelformat, f->type);
if (!check_format(inst, f->fmt.pix_mp.pixelformat, f->type))
supported = check_format(inst, pixelformat, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE);
supported = check_format(inst, pixelformat, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE);
return check_format(sd, state, format) ? :
return check_format(sd, state, format) ? :