Home
last modified time | relevance | path

Searched refs:DEFAULT_OVERRUN_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4def.h222 #define DEFAULT_OVERRUN_BUFFER_SIZE 1000 macro
Dmp4enc_api.cpp721 … 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()
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
Davcenc_int.h87 #define DEFAULT_OVERRUN_BUFFER_SIZE 1000 macro
Davcenc_api.cpp161 if (encvid->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE) in PVAVCEncInitialize()
163 encvid->oBSize = DEFAULT_OVERRUN_BUFFER_SIZE; in PVAVCEncInitialize()