Searched refs:frameCounter (Results 1 – 6 of 6) sorted by relevance
59 protected int frameCounter = 0; field in StatsAppState189 frameCounter ++; in update()191 int fps = (int) (frameCounter / secondCounter); in update()194 frameCounter = 0; in update()
51 int frameCounter; member
278 stt->frameCounter = 0; in WebRtcAgc_InitDigital()406 stt->frameCounter++; in WebRtcAgc_ProcessDigital()407 …fprintf(stt->logFile, "%5.2f\t%d\t%d\t%d\t", (float)(stt->frameCounter) / 100, logratio, decay, st… in WebRtcAgc_ProcessDigital()
163 opus_int32 frameCounter; member
104 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3; in silk_encode_frame_FLP()
102 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3; in silk_encode_frame_FIX()