Searched refs:CX18_UNIT_ENC_YUV_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
130 #define CX18_UNIT_ENC_YUV_BUFSIZE (720 * 32 * 3 / 2) /* bytes */ macro131 #define CX18_625_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 576/32)132 #define CX18_525_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 480/32)150 #define CX18_DEFAULT_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 3 / 1024 + 1)
574 (cx->stream_buf_size[i] % CX18_UNIT_ENC_YUV_BUFSIZE); in cx18_process_options()576 if (cx->stream_buf_size[i] < CX18_UNIT_ENC_YUV_BUFSIZE) in cx18_process_options()578 CX18_UNIT_ENC_YUV_BUFSIZE; in cx18_process_options()