HomeSort by relevance Sort by last modified time
    Searched defs:lastFrame (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/core/java/com/android/internal/view/animation/
FallbackLUTInterpolator.java 54 float lastFrame = numAnimFrames - 1;
56 float inValue = i / lastFrame;
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_vc1.h 41 MixVideoFrame * lastFrame;
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 91 CameraMetadata lastFrame;
95 lastFrame = CameraMetadata(mLastFrame);
97 lastFrame.dump(fd, 2, 6);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestQueue.java 145 long lastFrame = INVALID_FRAME;
149 lastFrame = (mCurrentRepeatingFrameNumber == INVALID_FRAME) ? INVALID_FRAME :
156 lastFrame = calculateLastFrame(burst.getRequestId());
158 SubmitInfo info = new SubmitInfo(requestId, lastFrame);
LegacyCameraDevice.java 523 long lastFrame = mRequestThreadManager.flush();
525 return lastFrame;
    [all...]
RequestThreadManager.java     [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 330 const int lastFrame = (frameNr + maxFrame - 1) % maxFrame;
331 DGifSavedExtensionToGCB(gif, lastFrame, &gcb);
FrameSequence_webp.cpp 365 const int lastFrame = (frameNr + frameCount - 1) % frameCount;
366 ok = WebPDemuxGetFrame(demux, lastFrame + 1, &currIter);
367 ALOG_ASSERT(ok, "Could not retrieve frame# %d", lastFrame);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 99 OutFrame lastFrame = outFrames.remove(outFrames.size() - 1);
100 if (length >= bytesOut.size() - lastFrame.start) throw new IllegalArgumentException();
107 fullBuffer.read(bytesOut, lastFrame.start + length);
109 outFrames.add(new OutFrame(lastFrame.sequence, lastFrame.start, true));
  /external/deqp/modules/egl/
teglGetFrameTimestampsTests.cpp 683 FrameTimes& lastFrame = frameTimes.back();
684 const EGLnsecsANDROID pollingDeadline = lastFrame.swapBufferBeginNs + 1000000000;
691 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
693 populateFrameTimes(&lastFrame, timestamps, supportedValues);
698 finalTimestampAvailable = !timestampPending(lastFrame.displayPresent);
700 finalTimestampAvailable = !timestampPending(lastFrame.firstCompositionStart);
704 m_result.check((lastFrame.requestedPresent >= 0), "Requested present of last swap not avaiable.");
705 m_result.check((lastFrame.renderingComplete >= 0), "Rendering complete of last swap not avaiable.");
706 m_result.check((lastFrame.latch >= 0), "Latch of last swap not avaiable.");
707 m_result.check((lastFrame.firstCompositionStart >= 0), "First composite time of last swap not avaiable.")
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 908 nsecs_t lastFrame = systemTime();
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
asm-util-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/5.0.1/
asm-util-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/5.0.3/
asm-util-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/5.0.4/
asm-util-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/5.1/
asm-util-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/6.0/
asm-util-6.0.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 

Completed in 318 milliseconds

1 2