OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_OVERRUN_BUFFER_SIZE
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h
222
#define
DEFAULT_OVERRUN_BUFFER_SIZE
1000
mp4enc_api.cpp
744
if (video->oBSize >
DEFAULT_OVERRUN_BUFFER_SIZE
|| encParams->RC_Type == CONSTANT_Q) // set limit
746
video->oBSize =
DEFAULT_OVERRUN_BUFFER_SIZE
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h
87
#define
DEFAULT_OVERRUN_BUFFER_SIZE
1000
avcenc_api.cpp
154
if (encvid->oBSize >
DEFAULT_OVERRUN_BUFFER_SIZE
)
156
encvid->oBSize =
DEFAULT_OVERRUN_BUFFER_SIZE
;
Completed in 506 milliseconds