Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h55 CONSTANT_Q, enumerator
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp586 else if (video->encParams->RC_Type == CONSTANT_Q) /* constant_Q */ in PVInitVideoEncoder()
744 … if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type == CONSTANT_Q) // set limit in PVInitVideoEncoder()
1049 if (video->encParams->RC_Type != CONSTANT_Q) in PVInitVideoEncoder()
1276 if (video->encParams->RC_Type != CONSTANT_Q) in PVCleanUpVideoEncoder()
2715 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
2761 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
2809 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1) in DetermineVopType()
2831 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1) in DetermineVopType()
2872 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()