OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBR_1
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
56
CBR_1
,
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/
mp4enc_api.cpp
161
{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 */
[
all
...]
rate_control.cpp
303
case
CBR_1
:
342
default: /* for case
CBR_1
/2, VBR_1/2 */
[
all
...]
Completed in 716 milliseconds