Lines Matching refs:pDecoderStatistics
415 pCtx->pDecoderStatistics = &m_sDecoderStatistics; in InitDecoderCtx()
564 pDecContext->pDecoderStatistics->iStatisticsLogInterval = (* ((unsigned int*)pOption)); in SetOption()
635 SDecoderStatistics* pDecoderStatistics = (static_cast<SDecoderStatistics*> (pOption)); in GetOption() local
637 memcpy (pDecoderStatistics, pDecContext->pDecoderStatistics, sizeof (SDecoderStatistics)); in GetOption()
639 if (pDecContext->pDecoderStatistics->uiDecodedFrameCount != 0) { //not original status in GetOption()
640 pDecoderStatistics->fAverageFrameSpeedInMs = (float) (pDecContext->dDecTime) / in GetOption()
641 (pDecContext->pDecoderStatistics->uiDecodedFrameCount); in GetOption()
642 pDecoderStatistics->fActualAverageFrameSpeedInMs = (float) (pDecContext->dDecTime) / in GetOption()
643 …(pDecContext->pDecoderStatistics->uiDecodedFrameCount + pDecContext->pDecoderStatistics->uiFreezin… in GetOption()
644 pDecContext->pDecoderStatistics->uiFreezingNonIDRNum); in GetOption()
649 iVal = pDecContext->pDecoderStatistics->iStatisticsLogInterval; in GetOption()
851 pDecContext->pDecoderStatistics->uiDecodedFrameCount++; in DecodeFrame2WithCtx()
852 … if (pDecContext->pDecoderStatistics->uiDecodedFrameCount == 0) { //exceed max value of uint32_t in DecodeFrame2WithCtx()
853 ResetDecStatNums (pDecContext->pDecoderStatistics); in DecodeFrame2WithCtx()
854 pDecContext->pDecoderStatistics->uiDecodedFrameCount++; in DecodeFrame2WithCtx()
857 pDecContext->pDecoderStatistics->uiAvgEcRatio = pDecContext->iMbNum == 0 ? in DecodeFrame2WithCtx()
858 …(pDecContext->pDecoderStatistics->uiAvgEcRatio * pDecContext->pDecoderStatistics->uiEcFrameNum) : … in DecodeFrame2WithCtx()
859 …pDecContext->pDecoderStatistics->uiAvgEcRatio * pDecContext->pDecoderStatistics->uiEcFrameNum) + (( in DecodeFrame2WithCtx()
861 pDecContext->pDecoderStatistics->uiAvgEcPropRatio = pDecContext->iMbNum == 0 ? in DecodeFrame2WithCtx()
862 …(pDecContext->pDecoderStatistics->uiAvgEcPropRatio * pDecContext->pDecoderStatistics->uiEcFrameNum… in DecodeFrame2WithCtx()
863 …pDecContext->pDecoderStatistics->uiAvgEcPropRatio * pDecContext->pDecoderStatistics->uiEcFrameNum)… in DecodeFrame2WithCtx()
865 pDecContext->pDecoderStatistics->uiEcFrameNum += (iMbConcealedNum == 0 ? 0 : 1); in DecodeFrame2WithCtx()
866 …pDecContext->pDecoderStatistics->uiAvgEcRatio = pDecContext->pDecoderStatistics->uiEcFrameNum == 0… in DecodeFrame2WithCtx()
867 … pDecContext->pDecoderStatistics->uiAvgEcRatio / pDecContext->pDecoderStatistics->uiEcFrameNum; in DecodeFrame2WithCtx()
868 …pDecContext->pDecoderStatistics->uiAvgEcPropRatio = pDecContext->pDecoderStatistics->uiEcFrameNum … in DecodeFrame2WithCtx()
869 … pDecContext->pDecoderStatistics->uiAvgEcPropRatio / pDecContext->pDecoderStatistics->uiEcFrameNum; in DecodeFrame2WithCtx()
874 OutputStatisticsLog (*pDecContext->pDecoderStatistics); in DecodeFrame2WithCtx()
890 pDecContext->pDecoderStatistics->uiDecodedFrameCount++; in DecodeFrame2WithCtx()
891 if (pDecContext->pDecoderStatistics->uiDecodedFrameCount == 0) { //exceed max value of uint32_t in DecodeFrame2WithCtx()
892 ResetDecStatNums (pDecContext->pDecoderStatistics); in DecodeFrame2WithCtx()
893 pDecContext->pDecoderStatistics->uiDecodedFrameCount++; in DecodeFrame2WithCtx()
896 OutputStatisticsLog (*pDecContext->pDecoderStatistics); in DecodeFrame2WithCtx()
1277 pDecContext->pDecoderStatistics->uiDecodedFrameCount++; in DecodeParser()
1278 … if (pDecContext->pDecoderStatistics->uiDecodedFrameCount == 0) { //exceed max value of uint32_t in DecodeParser()
1279 ResetDecStatNums (pDecContext->pDecoderStatistics); in DecodeParser()
1280 pDecContext->pDecoderStatistics->uiDecodedFrameCount++; in DecodeParser()