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

/linux-4.1.27/drivers/media/pci/cx25821/
H A 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)
H A Dcx25821-video-upstream.c194 frame_size = (bpl == Y411_LINE_SZ) ? cx25821_risc_buffer_upstream()
198 frame_size = (bpl == Y411_LINE_SZ) ? cx25821_risc_buffer_upstream()
310 Y411_LINE_SZ : Y422_LINE_SZ; cx25821_write_frame()
316 frame_size = (line_size == Y411_LINE_SZ) ? cx25821_write_frame()
319 frame_size = (line_size == Y411_LINE_SZ) ? cx25821_write_frame()
449 PIXEL_FRMT_411) ? Y411_LINE_SZ : cx25821_video_upstream_irq()

Completed in 65 milliseconds