Searched refs:sDecoderStatistics (Results 1 – 2 of 2) sorted by relevance
941 void CWelsDecoder::OutputStatisticsLog (SDecoderStatistics& sDecoderStatistics) { in OutputStatisticsLog() argument942 …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 …]
150 void OutputStatisticsLog (SDecoderStatistics& sDecoderStatistics);