Home
last modified time | relevance | path

Searched refs:bPrintFrameErrorTraceFlag (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp836 if (pDecContext->bPrintFrameErrorTraceFlag) { in DecodeFrame2WithCtx()
839 pDecContext->bPrintFrameErrorTraceFlag = false; in DecodeFrame2WithCtx()
1301 if (pDecContext->iErrorCode && pDecContext->bPrintFrameErrorTraceFlag) { in DecodeParser()
1303 pDecContext->bPrintFrameErrorTraceFlag = false; in DecodeParser()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h480 bool bPrintFrameErrorTraceFlag; //true: can print info for upper layer member
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp152 if (pCtx->bPrintFrameErrorTraceFlag && pCtx->sSpsPpsCtx.iSpsErrorIgnored == 0) { in ParseNalHeader()
166 if (pCtx->bPrintFrameErrorTraceFlag && pCtx->sSpsPpsCtx.iPpsErrorIgnored == 0) { in ParseNalHeader()
183 if (pCtx->bPrintFrameErrorTraceFlag && pCtx->sSpsPpsCtx.iSubSpsErrorIgnored == 0) { in ParseNalHeader()
Ddecoder.cpp621 pCtx->bPrintFrameErrorTraceFlag = true; in WelsOpenDecoder()
641 pCtx->bPrintFrameErrorTraceFlag = false; in WelsCloseDecoder()
Ddecoder_core.cpp66 pCtx->bPrintFrameErrorTraceFlag = true; in DecodeFrameConstruction()