Searched refs:RC_Type (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp309 encParams->RC_Type = encOption->rcType;
540 encParams->RC_Type = encOption->rcType;
578 if (video->encParams->RC_Type == CBR_1 || video->encParams->RC_Type == CBR_2 || video->encParams->RC_Type == CBR_LOWDELAY) /* if CBR */
586 else if (video->encParams->RC_Type == CONSTANT_Q) /* constant_Q */
635 if (video->encParams->RC_Type == CBR_LOWDELAY) video->encParams->VBV_delay = 0.5; /* For CBR_LOWDELAY, we set 0.5sec buffer */
744 if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type == CONSTANT_Q) // set limit
1049 if (video->encParams->RC_Type != CONSTANT_Q)
1276 if (video->encParams->RC_Type !
[all...]
H A Dmp4lib_int.h202 MP4RateControlType RC_Type; /*Constant Q, M4 constantRate, VM5+, M4RC,MPEG2TM5 */ member in struct:tagVideoEncParams
H A Drate_control.cpp197 if (video->encParams->RC_Type == CONSTANT_Q)
298 switch (video->encParams->RC_Type)
627 // if(video->encParams->RC_Type == CBR_LOWDELAY)

Completed in 58 milliseconds