Searched refs:VBR_1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h57 VBR_1, enumerator in enum:__anon658
179 /** @brief Sets rate control algorithm, one of (CONSTANT_Q, CBR_1, or VBR_1).
182 * VBR_1 (variable bit rate) gives better picture quality at the expense of bit rate fluctuation
185 * type=VBR_1 produces sequences suitable for download. */
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/
H A DSoftMPEG4Encoder.cpp132 mEncParams->rcType = VBR_1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.cpp305 case VBR_1:
342 default: /* for case CBR_1/2, VBR_1/2 */
H A Dmp4enc_api.cpp548 case VBR_1:

Completed in 65 milliseconds