Home
last modified time | relevance | path

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

/drivers/media/video/cx18/
Dcx18-driver.h131 #define CX18_UNIT_ENC_YUV_BUFSIZE (720 * 32 * 3 / 2) /* bytes */ macro
132 #define CX18_625_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 576/32)
133 #define CX18_525_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 480/32)
151 #define CX18_DEFAULT_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 3 / 1024 + 1)
Dcx18-driver.c583 (cx->stream_buf_size[i] % CX18_UNIT_ENC_YUV_BUFSIZE); in cx18_process_options()
585 if (cx->stream_buf_size[i] < CX18_UNIT_ENC_YUV_BUFSIZE) in cx18_process_options()
587 CX18_UNIT_ENC_YUV_BUFSIZE; in cx18_process_options()