Home
last modified time | relevance | path

Searched refs:m_bFreezeOutput (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h126 bool m_bFreezeOutput; variable
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp142 m_bFreezeOutput (false), in CWelsDecoder()
393 m_bFreezeOutput = false; in InitDecoder()
1338 sThreadCtx.pCtx->bFreezeOutput = m_bFreezeOutput; in ParseAccessUnit()
1375 m_bFreezeOutput = sThreadCtx.pCtx->bNewSeqBegin ? false : sThreadCtx.pCtx->bFreezeOutput; in ParseAccessUnit()