Home
last modified time | relevance | path

Searched defs:frameCount (Results 1 – 25 of 25) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DSpriteAnimation.java32 public SpriteAnimation(int animationId, int frameCount) { in SpriteAnimation()
47 final int frameCount = frames.getCount(); in getFrame() local
DUtils.java87 public final static float framesToTime(int framesPerSecond, int frameCount) { in framesToTime()
/external/skia/src/animator/
DSkOperandIterpolator.cpp16 SkOperandInterpolator::SkOperandInterpolator(int elemCount, int frameCount, in SkOperandInterpolator()
22 void SkOperandInterpolator::reset(int elemCount, int frameCount, SkDisplayTypes type) in reset()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DVisualSampleEntry.java68 private int frameCount = 1; field in VisualSampleEntry
126 public void setFrameCount(int frameCount) { in setFrameCount()
/external/skia/src/utils/
DSkInterpolator.cpp26 void SkInterpolatorBase::reset(int elemCount, int frameCount) { in reset()
136 SkInterpolator::SkInterpolator(int elemCount, int frameCount) { in SkInterpolator()
141 void SkInterpolator::reset(int elemCount, int frameCount) { in reset()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFrameCountTest.java76 int frameCount = reply.getNextValueAsInt(); in testFrameCount001() local
DOwnedMonitorsStackDepthInfoTest.java90 int frameCount = jdwpGetFrameCount(testedThreadID); in testOwnedMonitorsStackDepthInfo() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DThisObjectTest.java88 int frameCount = jdwpGetFrameCount(mainThread); in testThisObjectTest001() local
DJDWPStackTraceBaseTest.java99 int frameCount = jdwpGetFrameCount(threadID); in findFrameInfo() local
DJDWPStackFrameTestCase.java99 int frameCount = reply.getNextValueAsInt(); in jdwpGetFrameCount() local
DJDWPStackFrameAccessTest.java403 int frameCount = jdwpGetFrameCount(threadID); in getFrameInfo() local
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeader.java15 int frameCount = 0; field in GifHeader
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyThreadReference.java57 public int frameCount() throws IncompatibleThreadStateException { in frameCount() method in LazyThreadReference
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dwobble_suppression.hpp76 virtual int frameCount() const { return frameCount_; } in frameCount() function in cv::videostab::WobbleSuppressorBase
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DMockSpdyPeer.java43 private int frameCount = 0; field in MockSpdyPeer
75 public int frameCount() { in frameCount() method in MockSpdyPeer
/external/opencv3/modules/videostab/src/
Dstabilizer.cpp338int frameCount, const std::vector<Mat> &motions, const std::vector<Mat> &stabilizationMotions) in saveMotions()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java175 int frameCount = stackMapFrameList.size(); in visitCodeAttribute0() local
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc546 int frameCount = TEST_FRAME_NUM; in TestExternalRender() local
/external/opencv3/modules/videoio/test/
Dtest_ffmpeg.cpp352 unsigned int frameCount = static_cast<unsigned int>(capture->get(CAP_PROP_FRAME_COUNT)); in operator ()() local
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java158 private int frameCount = 0; field in VideoCapturerAndroid.CameraStatistics
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassReader.java971 int frameCount = 0; in accept() local
DMethodWriter.java239 private int frameCount; field in MethodWriter
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp76 int frameCount; member
/external/v8/src/debug/
Ddebug.js963 ExecutionState.prototype.frameCount = function() { method in ExecutionState
/external/vulkan-validation-layers/demos/
Dcube.c422 int32_t frameCount; member