Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Drc.h262 PWelsUpdateMaxBrCheckWindowStatusFunc pfWelsUpdateMaxBrWindowStatus; member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp1471 pRcf->pfWelsUpdateMaxBrWindowStatus = NULL; in WelsRcInitFuncPointers()
1482 pRcf->pfWelsUpdateMaxBrWindowStatus = NULL; in WelsRcInitFuncPointers()
1493 pRcf->pfWelsUpdateMaxBrWindowStatus = UpdateMaxBrCheckWindowStatus; in WelsRcInitFuncPointers()
1504 pRcf->pfWelsUpdateMaxBrWindowStatus = UpdateMaxBrCheckWindowStatus; in WelsRcInitFuncPointers()
1517 pRcf->pfWelsUpdateMaxBrWindowStatus = NULL; in WelsRcInitFuncPointers()
1529 pRcf->pfWelsUpdateMaxBrWindowStatus = UpdateMaxBrCheckWindowStatus; in WelsRcInitFuncPointers()
Dencoder_ext.cpp3496 if (pCtx->pFuncList->pfRc.pfWelsUpdateMaxBrWindowStatus) { in WelsEncoderEncodeExt()
3497 pCtx->pFuncList->pfRc.pfWelsUpdateMaxBrWindowStatus (pCtx, iSpatialNum, pFbi->uiTimeStamp); in WelsEncoderEncodeExt()