Lines Matching refs:fmts
216 static const struct video_format_cap fmts[] = { variable
244 if ((fmt->pixelformat != fmts[0].pixelformat) || in nxp_video_sdma_set_format()
245 (fmt->width != fmts[0].width_min) || in nxp_video_sdma_set_format()
246 (fmt->height != fmts[0].height_min) || in nxp_video_sdma_set_format()
247 (fmt->pitch != fmts[0].width_min * 2)) { in nxp_video_sdma_set_format()
283 if ((fmt->pixelformat != fmts[0].pixelformat) || in nxp_video_sdma_get_format()
284 (fmt->width != fmts[0].width_min) || in nxp_video_sdma_get_format()
285 (fmt->height != fmts[0].height_min) || in nxp_video_sdma_get_format()
286 (fmt->pitch != fmts[0].width_min * 2)) { in nxp_video_sdma_get_format()
288 fmt->pixelformat = fmts[0].pixelformat; in nxp_video_sdma_get_format()
289 fmt->width = fmts[0].width_min; in nxp_video_sdma_get_format()
290 fmt->height = fmts[0].height_min; in nxp_video_sdma_get_format()
291 fmt->pitch = fmts[0].width_min * 2; in nxp_video_sdma_get_format()
314 caps->format_caps = fmts; in nxp_video_sdma_get_caps()