Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp160 SDecoderStatistics m_sDecoderStatistics; member in DecoderParseSyntaxTest
178 memset (&m_sDecoderStatistics, 0, sizeof (SDecoderStatistics)); in Init()
207 m_pCtx->pDecoderStatistics = &m_sDecoderStatistics; in Init()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h140 SDecoderStatistics m_sDecoderStatistics;// For real time debugging variable
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp381 memset (&m_sDecoderStatistics, 0, sizeof (SDecoderStatistics)); in InitDecoder()
415 pCtx->pDecoderStatistics = &m_sDecoderStatistics; in InitDecoderCtx()