Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp159 SWelsLastDecPicInfo m_sLastDecPicInfo; member in DecoderParseSyntaxTest
177 memset (&m_sLastDecPicInfo, 0, sizeof (SWelsLastDecPicInfo)); in Init()
206 m_pCtx->pLastDecPicInfo = &m_sLastDecPicInfo; in Init()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h139 SWelsLastDecPicInfo m_sLastDecPicInfo; variable
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp382 memset (&m_sLastDecPicInfo, 0, sizeof (SWelsLastDecPicInfo)); in InitDecoder()
385 WelsDecoderLastDecPicInfoDefaults (m_sLastDecPicInfo); in InitDecoder()
414 pCtx->pLastDecPicInfo = &m_sLastDecPicInfo; in InitDecoderCtx()