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

/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.c575 (cx->stream_buf_size[i] % CX18_UNIT_ENC_YUV_BUFSIZE);
577 if (cx->stream_buf_size[i] < CX18_UNIT_ENC_YUV_BUFSIZE)
579 CX18_UNIT_ENC_YUV_BUFSIZE;
H A Dcx18-driver.h116 #define CX18_UNIT_ENC_YUV_BUFSIZE (720 * 32 * 3 / 2) /* bytes */ macro
117 #define CX18_625_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 576/32)
118 #define CX18_525_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 480/32)
136 #define CX18_DEFAULT_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 3 / 1024 + 1)

Completed in 155 milliseconds