Home
last modified time | relevance | path

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

/drivers/media/pci/cx25821/
Dcx25821-video.c173 if (chan->pixel_formats == PIXEL_FRMT_411) in cx25821_buffer_prepare()
183 if (chan->pixel_formats == PIXEL_FRMT_411) { in cx25821_buffer_prepare()
410 pix_format = PIXEL_FRMT_411; in vidioc_s_fmt_vid_cap()
593 chan->pixel_formats = PIXEL_FRMT_411; in vidioc_s_fmt_vid_out()
739 if (chan->pixel_formats == PIXEL_FRMT_411) in cx25821_video_register()
Dcx25821-video-upstream.c309 int line_size = (out->_pixel_format == PIXEL_FRMT_411) ? in cx25821_write_frame()
449 PIXEL_FRMT_411) ? Y411_LINE_SZ : in cx25821_video_upstream_irq()
Dcx25821-reg.h1586 #define PIXEL_FRMT_411 5 macro