Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp332 pCtx->bFreezeOutput = true; in WelsDecoderDefaults()
588 pCtx->bFreezeOutput = true; in WelsFreeDynamicMemory()
1243 if (pCtx->bFreezeOutput) in UpdateDecStat()
Derror_concealment.cpp51 pCtx->bFreezeOutput = false; in InitErrorCon()
Ddecoder_core.cpp203 pCtx->bFreezeOutput = false; in DecodeFrameConstruction()
255 pCtx->bFreezeOutput = true; in DecodeFrameConstruction()
262 if (pCtx->bFreezeOutput) { in DecodeFrameConstruction()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h327 bool bFreezeOutput; // indicating current frame freezing. Default: true member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1338 sThreadCtx.pCtx->bFreezeOutput = m_bFreezeOutput; in ParseAccessUnit()
1375 m_bFreezeOutput = sThreadCtx.pCtx->bNewSeqBegin ? false : sThreadCtx.pCtx->bFreezeOutput; in ParseAccessUnit()