Home
last modified time | relevance | path

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

12

/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/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.cpp27 void SkInterpolatorBase::reset(int elemCount, int frameCount) { in reset()
137 SkInterpolator::SkInterpolator(int elemCount, int frameCount) { in SkInterpolator()
142 void SkInterpolator::reset(int elemCount, int frameCount) { in reset()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dvariables-original.cc8 int frameCount = 0; variable
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFrameCountTest.java77 int frameCount = reply.getNextValueAsInt(); in testFrameCount001() local
DOwnedMonitorsStackDepthInfoTest.java91 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.java100 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/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/skia/tests/
DCodecAnimTest.cpp94 const size_t frameCount = frameInfos.size() == 0 ? 1 : frameInfos.size(); in DEF_TEST() local
/external/v8/src/inspector/
Dv8-stack-trace-impl.cc48 int frameCount = stackTrace->GetFrameCount(); in toFramesVector() local
Ddebugger_script_externs.js201 ExecutionState.prototype.frameCount = function() {} method in ExecutionState
/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/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp586 const size_t frameCount = 120; in executeForConfig() local
DteglGLES2SharedRenderingPerfTests.cpp76 int frameCount; member
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java158 private int frameCount = 0; field in VideoCapturerAndroid.CameraStatistics
/external/v8/src/debug/
Ddebug.js889 ExecutionState.prototype.frameCount = function() { method in ExecutionState
/external/vulkan-validation-layers/demos/
Dcube.cpp2700 uint32_t frameCount; member
Dcube.c407 int32_t frameCount; member

12