Searched refs:RC_Type (Results 1 – 3 of 3) sorted by relevance
302 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 …]
204 MP4RateControlType RC_Type; /*Constant Q, M4 constantRate, VM5+, M4RC,MPEG2TM5 */ member
197 if (video->encParams->RC_Type == CONSTANT_Q) in RC_VopQPSetting()298 switch (video->encParams->RC_Type) in RC_VopUpdateStat()