OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RC_Type
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
302
encParams->
RC_Type
= encOption->rcType;
533
encParams->
RC_Type
= encOption->rcType;
571
if (video->encParams->
RC_Type
== CBR_1 || video->encParams->
RC_Type
== CBR_2 || video->encParams->
RC_Type
== CBR_LOWDELAY) /* if CBR */
579
else if (video->encParams->
RC_Type
== CONSTANT_Q) /* constant_Q */
624
if (video->encParams->
RC_Type
== CBR_LOWDELAY) video->encParams->VBV_delay = 0.5; /* For CBR_LOWDELAY, we set 0.5sec buffer */
721
if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->
RC_Type
== CONSTANT_Q) // set limit
[
all
...]
mp4lib_int.h
202
MP4RateControlType
RC_Type
; /*Constant Q, M4 constantRate, VM5+, M4RC,MPEG2TM5 */
rate_control.cpp
197
if (video->encParams->
RC_Type
== CONSTANT_Q)
298
switch (video->encParams->
RC_Type
)
627
// if(video->encParams->
RC_Type
== CBR_LOWDELAY)
[
all
...]
Completed in 601 milliseconds