Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h437 bool bFrameFinish; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp112 if (pCtx->bFrameFinish) { //add required sps/pps in DecodeFrameConstruction()
142 pCtx->bFrameFinish = false; in DecodeFrameConstruction()
173 pCtx->bFrameFinish = true; //finish current frame and mark it in DecodeFrameConstruction()
177 pCtx->bFrameFinish = false; //current frame not finished in DecodeFrameConstruction()
2929 pCtx->bFrameFinish = true; //clear frame pending status here! in CheckAndFinishLastPic()
Ddecoder.cpp622 pCtx->bFrameFinish = true; in WelsOpenDecoder()