Searched refs:totalFrames (Results 1 – 4 of 4) sorted by relevance
107 const totalFrames = lottieJSONContent.op - lottieJSONContent.ip; constant108 console.log('Total frames: ' + totalFrames);122 const targetURL = "http://localhost:" + options.port + "/#" + totalFrames;
184 double totalFrames = mRenderer.getAnimation().getFrameCount(); in seekFrame() local186 double targetTime = (f % totalFrames) / totalFrames * totalTime; in seekFrame()
40 FifoControllerBase(uint32_t totalFrames);
228 response.totalFrames = stack.size(); in Impl()