Searched refs:CBR_1 (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 67 CBR_1, enumerator
|
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/ |
D | mpeg4_h263_enc_fuzzer.cpp | 20 constexpr MP4RateControlType krcType[] = {CONSTANT_Q, CBR_1, VBR_1, CBR_2, VBR_2, CBR_LOWDELAY};
|
D | README.md | 85 | `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/ |
D | mp4enc_api.cpp | 168 … {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()
|
D | rate_control.cpp | 303 case CBR_1: in RC_VopUpdateStat()
|