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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-driver.h126 #define CX18_UNIT_ENC_YUV_BUFSIZE (720 * 32 * 3 / 2) /* bytes */ macro
127 #define CX18_625_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 576/32)
128 #define CX18_525_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 480/32)
146 #define CX18_DEFAULT_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 3 / 1024 + 1)
H A Dcx18-driver.c544 (cx->stream_buf_size[i] % CX18_UNIT_ENC_YUV_BUFSIZE);
546 if (cx->stream_buf_size[i] < CX18_UNIT_ENC_YUV_BUFSIZE)
548 CX18_UNIT_ENC_YUV_BUFSIZE;

Completed in 105 milliseconds