/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
frame_counter.cc | 10 void FrameCounter::BeginFrame() { 17 void FrameCounter::EndFrame() { 39 void FrameCounter::Reset() {
|
frame_counter.h | 8 class FrameCounter { 10 FrameCounter() 14 ~FrameCounter() {}
|
/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/WebKit/ManualTests/ |
svg-filter-animation.svg | 72 var frameCounter = 0; 106 frameCounter++; 107 fps.textContent = "afps: " +(round(frameCounter * 100000 / (new Date() - startDate)) / 100);
|
/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/qemu/distrib/sdl-1.2.15/src/audio/nds/ |
SDL_ndsaudio.c | 45 u32 framecounter = 0,soundoffset = 0; variable 179 framecounter++;
|
/external/chromium_org/net/quic/ |
quic_client_session.cc | 275 typedef std::map<QuicStreamId, size_t> FrameCounter; 276 FrameCounter frames_per_stream; 280 for (FrameCounter::const_iterator it = frames_per_stream.begin();
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
fakeglx.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | [all...] |
/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...] |