Searched refs:CX18_UNIT_ENC_YUV_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
117 #define CX18_UNIT_ENC_YUV_BUFSIZE (720 * 32 * 3 / 2) /* bytes */ macro118 #define CX18_625_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 576/32)119 #define CX18_525_LINE_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 480/32)137 #define CX18_DEFAULT_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 3 / 1024 + 1)
575 (cx->stream_buf_size[i] % CX18_UNIT_ENC_YUV_BUFSIZE); in cx18_process_options()577 if (cx->stream_buf_size[i] < CX18_UNIT_ENC_YUV_BUFSIZE) in cx18_process_options()579 CX18_UNIT_ENC_YUV_BUFSIZE; in cx18_process_options()