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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h56 CBR_1, enumerator in enum:__anon658
179 /** @brief Sets rate control algorithm, one of (CONSTANT_Q, CBR_1, or VBR_1).
181 * CBR_1 (constant bit rate) controls the output at a desired bit rate
184 * type=CBR_1 produces sequences suitable for streaming.
193 * frame skipping is automatically banned. In CBR_1 and VBR_1 rate control, frame skipping is allowed by default.
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp161 {10, 10}, {12, 12}, {0, 0}, CBR_1, 0.0, PV_OFF, -1, 0, PV_OFF, 16, PV_OFF, 0, PV_ON
539 case CBR_1:
571 if (video->encParams->RC_Type == CBR_1 || video->encParams->RC_Type == CBR_2 || video->encParams->RC_Type == CBR_LOWDELAY) /* if CBR */
H A Drate_control.cpp303 case CBR_1:
342 default: /* for case CBR_1/2, VBR_1/2 */

Completed in 253 milliseconds