OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONSTANT_Q
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
55
CONSTANT_Q
,
179
/** @brief Sets rate control algorithm, one of (
CONSTANT_Q
, CBR_1, or VBR_1).
180
*
CONSTANT_Q
uses the default quantization values to encode the sequence.
183
* Note: type=
CONSTANT_Q
produces sequences with arbitrary bit rate.
192
/** @brief Specifies whether frame skipping is permitted or not. When rate control type is set to
CONSTANT_Q
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
579
else if (video->encParams->RC_Type ==
CONSTANT_Q
) /*
constant_Q
*/
721
if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type ==
CONSTANT_Q
) // set limit
[
all
...]
rate_control.cpp
197
if (video->encParams->RC_Type ==
CONSTANT_Q
)
300
case
CONSTANT_Q
:
[
all
...]
Completed in 816 milliseconds