• Home
  • Raw
  • Download

Lines Matching refs:sDecoderStatistics

941 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()
961 sDecoderStatistics.uiAvgEcRatio, in OutputStatisticsLog()
962 sDecoderStatistics.uiAvgEcPropRatio, in OutputStatisticsLog()
963 sDecoderStatistics.uiEcIDRNum, in OutputStatisticsLog()
964 sDecoderStatistics.uiEcFrameNum, in OutputStatisticsLog()
966 sDecoderStatistics.uiIDRLostNum, in OutputStatisticsLog()
967 sDecoderStatistics.uiFreezingIDRNum, in OutputStatisticsLog()
968 sDecoderStatistics.uiFreezingNonIDRNum, in OutputStatisticsLog()
969 sDecoderStatistics.iAvgLumaQp, in OutputStatisticsLog()
971 sDecoderStatistics.iSpsReportErrorNum, in OutputStatisticsLog()
972 sDecoderStatistics.iSubSpsReportErrorNum, in OutputStatisticsLog()
973 sDecoderStatistics.iPpsReportErrorNum, in OutputStatisticsLog()
974 sDecoderStatistics.iSpsNoExistNalNum, in OutputStatisticsLog()
975 sDecoderStatistics.iSubSpsNoExistNalNum, in OutputStatisticsLog()
976 sDecoderStatistics.iPpsNoExistNalNum, in OutputStatisticsLog()
978 sDecoderStatistics.uiProfile, in OutputStatisticsLog()
979 sDecoderStatistics.uiLevel, in OutputStatisticsLog()
981 sDecoderStatistics.iCurrentActiveSpsId, in OutputStatisticsLog()
982 sDecoderStatistics.iCurrentActivePpsId); in OutputStatisticsLog()