Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c28 static u32 deinterlace_formats[] = { variable
319 for (i = 0; i < ARRAY_SIZE(deinterlace_formats); i++) in deinterlace_check_format()
320 if (deinterlace_formats[i] == pixelformat) in deinterlace_check_format()
364 if (f->index < ARRAY_SIZE(deinterlace_formats)) { in deinterlace_enum_fmt()
365 f->pixelformat = deinterlace_formats[f->index]; in deinterlace_enum_fmt()
417 f->fmt.pix.pixelformat = deinterlace_formats[0]; in deinterlace_try_fmt_vid_cap()
431 f->fmt.pix.pixelformat = deinterlace_formats[0]; in deinterlace_try_fmt_vid_out()
721 ctx->src_fmt.pixelformat = deinterlace_formats[0]; in deinterlace_open()
728 ctx->dst_fmt.pixelformat = deinterlace_formats[0]; in deinterlace_open()