OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VBR_1
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
57
VBR_1
,
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/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp
249
mEncParams->rcType =
VBR_1
;
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp
305
case
VBR_1
:
342
default: /* for case CBR_1/2,
VBR_1
/2 */
[
all
...]
mp4enc_api.cpp
548
case
VBR_1
:
[
all
...]
Completed in 19 milliseconds