Searched refs:msPerFrameCap (Results 1 – 1 of 1) sorted by relevance
180 Surface surface, VideoFormat videoFormat, int numOfTotalFrames, long msPerFrameCap, in decodeVideoFrames() argument187 … Math.max(MIN_MS_PER_FRAME, msPerFrameCap) * numOfTotalFrames + STARTUP_ALLOW_MS; in decodeVideoFrames()188 playerResult = decodeFramesAndPlay(numOfTotalFrames, timeout, msPerFrameCap); in decodeVideoFrames()244 int numOfTotalFrames, long timeOutMs, long msPerFrameCap) { in decodeFramesAndPlay() argument267 if (msPerFrameCap > 0) { in decodeFramesAndPlay()270 msPerFrameCap - (SystemClock.elapsedRealtime() - lastFrameAt); in decodeFramesAndPlay()279 < msPerFrameCap) { /* */ } in decodeFramesAndPlay()