Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp309 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()
544 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()
582 …if (video->encParams->RC_Type == CBR_1 || video->encParams->RC_Type == CBR_2 || video->encParams-> in PVInitVideoEncoder()
590 else if (video->encParams->RC_Type == CONSTANT_Q) /* constant_Q */ in PVInitVideoEncoder()
640 …if (video->encParams->RC_Type == CBR_LOWDELAY) video->encParams->VBV_delay = 0.5; /* For CBR_LOWDE… in PVInitVideoEncoder()
749 … if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type == CONSTANT_Q) // set limit in PVInitVideoEncoder()
1054 if (video->encParams->RC_Type != CONSTANT_Q) in PVInitVideoEncoder()
1277 if (video->encParams->RC_Type != CONSTANT_Q) in PVCleanUpVideoEncoder()
2716 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
2762 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
[all …]
Dmp4lib_int.h203 MP4RateControlType RC_Type; /*Constant Q, M4 constantRate, VM5+, M4RC,MPEG2TM5 */ member
Drate_control.cpp197 if (video->encParams->RC_Type == CONSTANT_Q) in RC_VopQPSetting()
298 switch (video->encParams->RC_Type) in RC_VopUpdateStat()