Home
last modified time | relevance | path

Searched refs:totalFrames (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tools/lottie-web-perf/
H A Dlottie-web-perf.js107 const totalFrames = lottieJSONContent.op - lottieJSONContent.ip;
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/
H A DSkottieView.java184 double totalFrames = mRenderer.getAnimation().getFrameCount(); in seekFrame()
186 double targetTime = (f % totalFrames) / totalFrames * totalTime; in seekFrame()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoClipInfo.hpp68 int totalFrames; member
H A DvktVideoClipInfo.cpp278 DE_ASSERT(frameNumber >= 0 && frameNumber < cinfo->totalFrames); in checksumForClipFrame()
H A DvktVideoDecodeTests.cpp235 m_params.stream.framesToCheck = m_info->totalFrames; in TestDefinition()
859 size_t totalFrames = 0; in iterate() local
864 totalFrames += decoder->m_cachedDecodeParams.size(); in iterate()
939 DE_ASSERT(totalFramesCheck == totalFrames); in iterate()
942 return tcu::TestStatus::pass(de::toString(totalFrames) + " correctly decoded frames"); in iterate()
/third_party/skia/third_party/externals/oboe/src/fifo/
H A DFifoControllerBase.h38 * @param totalFrames capacity of the circular buffer in frames.
40 FifoControllerBase(uint32_t totalFrames);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp228 response.totalFrames = stack.size(); in Impl()

Completed in 4 milliseconds