Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/include/
Dmp4enc_api.h66 CONSTANT_Q, enumerator
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp587 else if (video->encParams->RC_Type == CONSTANT_Q) /* constant_Q */ in PVInitVideoEncoder()
745 … if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type == CONSTANT_Q) // set limit in PVInitVideoEncoder()
1050 if (video->encParams->RC_Type != CONSTANT_Q) in PVInitVideoEncoder()
1273 if (video->encParams->RC_Type != CONSTANT_Q) in PVCleanUpVideoEncoder()
2712 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
2758 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
2806 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1) in DetermineVopType()
2828 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1) in DetermineVopType()
2869 if (encParams->RC_Type != CONSTANT_Q) in UpdateSkipNextFrame()
Drate_control.cpp197 if (video->encParams->RC_Type == CONSTANT_Q) in RC_VopQPSetting()
300 case CONSTANT_Q: in RC_VopUpdateStat()
/frameworks/av/media/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…