Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp309 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()
541 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()
579 …if (video->encParams->RC_Type == CBR_1 || video->encParams->RC_Type == CBR_2 || video->encParams-> in PVInitVideoEncoder()
587 else if (video->encParams->RC_Type == CONSTANT_Q) /* constant_Q */ in PVInitVideoEncoder()
1051 if (video->encParams->RC_Type != CONSTANT_Q) in PVInitVideoEncoder()
1274 if (video->encParams->RC_Type != CONSTANT_Q) in PVCleanUpVideoEncoder()
2713 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
2759 if (encParams->RC_Type != CONSTANT_Q) in DetermineCodingLayer()
2807 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1) in DetermineVopType()
2829 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1) in DetermineVopType()
[all …]
H A Dmp4lib_int.h203 MP4RateControlType RC_Type; /*Constant Q, M4 constantRate, VM5+, M4RC,MPEG2TM5 */ member
H A Drate_control.cpp197 if (video->encParams->RC_Type == CONSTANT_Q) in RC_VopQPSetting()
298 switch (video->encParams->RC_Type) in RC_VopUpdateStat()