Searched refs:SDecoderStatistics (Results 1 – 10 of 10) sorted by relevance
| /third_party/openh264/codec/decoder/core/inc/ |
| D | decoder.h | 167 void ResetDecStatNums (SDecoderStatistics* pDecStat); 169 void UpdateDecStatFreezingInfo (const bool kbIdrFlag, SDecoderStatistics* pDecStat);
|
| D | decoder_context.h | 492 SDecoderStatistics* pDecoderStatistics; // For real time debugging
|
| /third_party/openh264/codec/decoder/plus/inc/ |
| D | welsDecoderExt.h | 140 SDecoderStatistics m_sDecoderStatistics;// For real time debugging 150 void OutputStatisticsLog (SDecoderStatistics& sDecoderStatistics);
|
| /third_party/openh264/test/decoder/ |
| D | DecUT_ParseSyntax.cpp | 160 SDecoderStatistics m_sDecoderStatistics; 178 memset (&m_sDecoderStatistics, 0, sizeof (SDecoderStatistics)); in Init()
|
| D | DecUT_DecExt.cpp | 520 SDecoderStatistics sDecStatic; in TestGetDecStatistics()
|
| /third_party/openh264/codec/decoder/plus/src/ |
| D | welsDecoderExt.cpp | 381 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/ |
| D | decoder.cpp | 1174 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()
|
| D | decoder_core.cpp | 852 void UpdateDecoderStatisticsForActiveParaset (SDecoderStatistics* pDecoderStatistics, in UpdateDecoderStatisticsForActiveParaset()
|
| /third_party/openh264/codec/api/svc/ |
| D | codec_app_def.h | 799 } SDecoderStatistics; // in building, coming soon typedef
|
| /third_party/openh264/test/api/ |
| D | decode_api_test.cpp | 1049 SDecoderStatistics sDecStat; in TEST_F()
|