Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp302 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()
533 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()
571 …if (video->encParams->RC_Type == CBR_1 || video->encParams->RC_Type == CBR_2 || video->encParams-> in PVInitVideoEncoder()
579 else if (video->encParams->RC_Type == CONSTANT_Q) /* constant_Q */ in PVInitVideoEncoder()
624 …if (video->encParams->RC_Type == CBR_LOWDELAY) video->encParams->VBV_delay = 0.5; /* For CBR_LOWDE… in PVInitVideoEncoder()
721 … if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type == CONSTANT_Q) // set limit in PVInitVideoEncoder()
1016 if (video->encParams->RC_Type != CONSTANT_Q) in PVInitVideoEncoder()
1243 if (video->encParams->RC_Type != CONSTANT_Q) in PVCleanUpVideoEncoder()
2682 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
2728 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
[all …]
Dmp4lib_int.h204 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()