HomeSort by relevance Sort by last modified time
    Searched refs:frameCounter (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 57 DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, frameCounter, ("Frame"));
69 frameCounter.increment();
89 frameCounter.decrement();
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.h 51 int frameCounter;
digital_agc.c 278 stt->frameCounter = 0;
401 stt->frameCounter++;
402 fprintf(stt->logFile, "%5.2f\t%d\t%d\t%d\t", (float)(stt->frameCounter) / 100, logratio, decay, stt->vadNearend.stdLongTerm);
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.h 51 int frameCounter;
digital_agc.c 278 stt->frameCounter = 0;
406 stt->frameCounter++;
407 fprintf(stt->logFile, "%5.2f\t%d\t%d\t%d\t", (float)(stt->frameCounter) / 100, logratio, decay, stt->vadNearend.stdLongTerm);
  /external/chromium_org/third_party/opus/src/silk/
structs.h 163 opus_int32 frameCounter;
  /external/libopus/silk/
structs.h 163 opus_int32 frameCounter;
  /external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c 102 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3;
  /external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c 104 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3;
  /external/libopus/silk/fixed/
encode_frame_FIX.c 102 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3;
  /external/libopus/silk/float/
encode_frame_FLP.c 104 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 901 int frameCounter;
    [all...]

Completed in 360 milliseconds