Searched refs:totalFrames (Results 1 – 6 of 6) 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()
917 encoder->x265param.totalFrames = 1; in gst_x265_enc_init_encoder_locked()
145380 Fix totalFrames parsing in ODML.