Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp941 void CWelsDecoder::OutputStatisticsLog (SDecoderStatistics& sDecoderStatistics) { in OutputStatisticsLog() argument
942 …if ((sDecoderStatistics.uiDecodedFrameCount > 0) && (sDecoderStatistics.iStatisticsLogInterval > 0) in OutputStatisticsLog()
943 … && ((sDecoderStatistics.uiDecodedFrameCount % sDecoderStatistics.iStatisticsLogInterval) == 0)) { in OutputStatisticsLog()
952 sDecoderStatistics.uiWidth, in OutputStatisticsLog()
953 sDecoderStatistics.uiHeight, in OutputStatisticsLog()
954 sDecoderStatistics.fAverageFrameSpeedInMs, in OutputStatisticsLog()
955 sDecoderStatistics.fActualAverageFrameSpeedInMs, in OutputStatisticsLog()
957 sDecoderStatistics.uiDecodedFrameCount, in OutputStatisticsLog()
958 sDecoderStatistics.uiResolutionChangeTimes, in OutputStatisticsLog()
959 sDecoderStatistics.uiIDRCorrectNum, in OutputStatisticsLog()
[all …]
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h150 void OutputStatisticsLog (SDecoderStatistics& sDecoderStatistics);