Searched refs:DEFAULT_OVERRUN_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance
222 #define DEFAULT_OVERRUN_BUFFER_SIZE 1000 macro
721 … if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type == CONSTANT_Q) // set limit in PVInitVideoEncoder()723 video->oBSize = DEFAULT_OVERRUN_BUFFER_SIZE; in PVInitVideoEncoder()
87 #define DEFAULT_OVERRUN_BUFFER_SIZE 1000 macro
161 if (encvid->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE) in PVAVCEncInitialize()163 encvid->oBSize = DEFAULT_OVERRUN_BUFFER_SIZE; in PVAVCEncInitialize()