Home
last modified time | relevance | path

Searched refs:totalFrames (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/lottie-web-perf/
Dlottie-web-perf.js107 const totalFrames = lottieJSONContent.op - lottieJSONContent.ip; constant
108 console.log('Total frames: ' + totalFrames);
122 const targetURL = "http://localhost:" + options.port + "/#" + totalFrames;
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSkottieView.java184 double totalFrames = mRenderer.getAnimation().getFrameCount(); in seekFrame() local
186 double targetTime = (f % totalFrames) / totalFrames * totalTime; in seekFrame()
/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoControllerBase.h40 FifoControllerBase(uint32_t totalFrames);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DServer.cpp228 response.totalFrames = stack.size(); in Impl()