Home
last modified time | relevance | path

Searched refs:SDecoderStatistics (Results 1 – 10 of 10) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Ddecoder.h167 void ResetDecStatNums (SDecoderStatistics* pDecStat);
169 void UpdateDecStatFreezingInfo (const bool kbIdrFlag, SDecoderStatistics* pDecStat);
Ddecoder_context.h492 SDecoderStatistics* pDecoderStatistics; // For real time debugging
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h140 SDecoderStatistics m_sDecoderStatistics;// For real time debugging
150 void OutputStatisticsLog (SDecoderStatistics& sDecoderStatistics);
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp160 SDecoderStatistics m_sDecoderStatistics;
178 memset (&m_sDecoderStatistics, 0, sizeof (SDecoderStatistics)); in Init()
DDecUT_DecExt.cpp520 SDecoderStatistics sDecStatic; in TestGetDecStatistics()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp381 memset (&m_sDecoderStatistics, 0, sizeof (SDecoderStatistics)); in InitDecoder()
635 SDecoderStatistics* pDecoderStatistics = (static_cast<SDecoderStatistics*> (pOption)); in GetOption()
637 memcpy (pDecoderStatistics, pDecContext->pDecoderStatistics, sizeof (SDecoderStatistics)); in GetOption()
941 void CWelsDecoder::OutputStatisticsLog (SDecoderStatistics& sDecoderStatistics) { in OutputStatisticsLog()
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp1174 void ResetDecStatNums (SDecoderStatistics* pDecStat) { in ResetDecStatNums()
1181 memset (pDecStat, 0, sizeof (SDecoderStatistics)); in ResetDecStatNums()
1191 void UpdateDecStatFreezingInfo (const bool kbIdrFlag, SDecoderStatistics* pDecStat) { in UpdateDecStatFreezingInfo()
1202 SDecoderStatistics* pDecStat = pCtx->pDecoderStatistics; in UpdateDecStatNoFreezingInfo()
Ddecoder_core.cpp852 void UpdateDecoderStatisticsForActiveParaset (SDecoderStatistics* pDecoderStatistics, in UpdateDecoderStatisticsForActiveParaset()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h799 } SDecoderStatistics; // in building, coming soon typedef
/third_party/openh264/test/api/
Ddecode_api_test.cpp1049 SDecoderStatistics sDecStat; in TEST_F()