Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx25821/
Dcx25821-video-upstream.h47 #define Y411_LINE_SZ 1080 macro
53 #define FRAME_SIZE_NTSC_Y411 (NTSC_LINES_PER_FRAME * Y411_LINE_SZ)
55 #define FRAME_SIZE_PAL_Y411 (PAL_LINES_PER_FRAME * Y411_LINE_SZ)
Dcx25821-video-upstream.c194 frame_size = (bpl == Y411_LINE_SZ) ? in cx25821_risc_buffer_upstream()
198 frame_size = (bpl == Y411_LINE_SZ) ? in cx25821_risc_buffer_upstream()
310 Y411_LINE_SZ : Y422_LINE_SZ; in cx25821_write_frame()
316 frame_size = (line_size == Y411_LINE_SZ) ? in cx25821_write_frame()
319 frame_size = (line_size == Y411_LINE_SZ) ? in cx25821_write_frame()
449 PIXEL_FRMT_411) ? Y411_LINE_SZ : in cx25821_video_upstream_irq()