Home
last modified time | relevance | path

Searched refs:CBR_1 (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/module/codecs/m4v_h263/enc/include/
Dmp4enc_api.h67 CBR_1, enumerator
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_enc_fuzzer.cpp20 constexpr MP4RateControlType krcType[] = {CONSTANT_Q, CBR_1, VBR_1, CBR_2, VBR_2, CBR_LOWDELAY};
DREADME.md85 | `rcType` | 0. `CONSTANT_Q` 1. `CBR_1` 2. `VBR_1` 3. `CBR_2` 4. `VBR_2` 5. `CBR_LOWDELAY` | All th…
/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp168 … {10, 10}, {12, 12}, {0, 0}, CBR_1, 0.0, PV_OFF, -1, 0, PV_OFF, 16, PV_OFF, 0, PV_ON in PVGetDefaultEncOption()
550 case CBR_1: in PVInitVideoEncoder()
582 …if (video->encParams->RC_Type == CBR_1 || video->encParams->RC_Type == CBR_2 || video->encParams->… in PVInitVideoEncoder()
Drate_control.cpp303 case CBR_1: in RC_VopUpdateStat()