Home
last modified time | relevance | path

Searched refs:getFrameCount (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/src/codec/
H A DSkCodecImageGenerator.h64 int getFrameCount() { return fCodec->getFrameCount(); } in getFrameCount() function in SkCodecImageGenerator
70 * so it should be called after getFrameCount() to parse any frames that
H A DSkCodec.cpp765 const int frameCount = this->getFrameCount(); in getFrameInfo()
/third_party/skia/experimental/wasm-skp-debugger/
H A Dexterns.js43 getFrameCount: function() {},
H A Ddebugger_bindings.cpp211 int getFrameCount() const { in getFrameCount() function in SkpDebugPlayer
553 .function("getFrameCount", &SkpDebugPlayer::getFrameCount) in EMSCRIPTEN_BINDINGS()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DSkottieAnimation.java33 public double getFrameCount() { in getFrameCount() method in SkottieAnimation
/third_party/skia/tests/
H A DWebpTest.cpp31 for (int i = 0; i < codec->getFrameCount(); i++) { in DEF_TEST()
H A DGifTest.cpp415 REPORTER_ASSERT(r, codec->getFrameCount() == 1); in DEF_TEST()
423 REPORTER_ASSERT(r, codec->getFrameCount() == 0); in DEF_TEST()
626 REPORTER_ASSERT(r, codec->getFrameCount() == 2); in DEF_TEST()
H A DCodecAnimTest.cpp318 frameCount = codec->getFrameCount(); in DEF_TEST()
510 for (int i = 0; i < codec->codec()->getFrameCount(); ++i) { in test_animated_AndroidCodec()
H A DAnimatedImageTest.cpp237 const int frameCount = codec->getFrameCount(); in DEF_TEST()
H A DCodecPartialTest.cpp102 // This imitates how Chromium calls getFrameCount before resuming a decode. in test_partial()
103 partialCodec->getFrameCount(); in test_partial()
/third_party/skia/include/android/
H A DSkAnimatedImage.h111 int getFrameCount() const { return fFrameCount; } in getFrameCount() function in SkAnimatedImage
/third_party/skia/tools/
H A Dconvert-to-nia.cpp150 const int frameCount = codec->getFrameCount(); in main()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
H A DSkottieView.java184 double totalFrames = mRenderer.getAnimation().getFrameCount(); in seekFrame()
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp62 , fFrameCount(fCodec->codec()->getFrameCount()) in SkAnimatedImage()
/third_party/skia/include/codec/
H A DSkCodec.h605 int getFrameCount() { in getFrameCount() function in SkCodec
688 * so it should be called after getFrameCount() to parse any frames that
/third_party/skia/modules/canvaskit/
H A Dexterns.js195 getFrameCount: function() {},
H A Dcanvaskit_bindings.cpp898 .function("getFrameCount", &SkAnimatedImage::getFrameCount) in EMSCRIPTEN_BINDINGS()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h450 uint32_t getFrameCount() const;
H A DFrameCapture.cpp6039 uint32_t FrameCaptureShared::getFrameCount() const in getFrameCount() function in angle::FrameCaptureShared
6101 unsigned int frameCount = getFrameCount(); in writeJSON()
6250 for (uint32_t frameIndex = 1; frameIndex <= getFrameCount(); ++frameIndex) in writeCppReplayIndexFiles()
6294 uint32_t frameCount = getFrameCount(); in writeMainContextCppReplay()

Completed in 29 milliseconds