Searched refs:msPerFrameCap (Results 1 – 1 of 1) sorted by relevance
181 Surface surface, VideoFormat videoFormat, int numOfTotalFrames, long msPerFrameCap, in decodeVideoFrames() argument188 … Math.max(MIN_MS_PER_FRAME, msPerFrameCap) * numOfTotalFrames + STARTUP_ALLOW_MS; in decodeVideoFrames()189 playerResult = decodeFramesAndPlay(numOfTotalFrames, timeout, msPerFrameCap); in decodeVideoFrames()247 int numOfTotalFrames, long timeOutMs, long msPerFrameCap) { in decodeFramesAndPlay() argument270 if (msPerFrameCap > 0) { in decodeFramesAndPlay()273 msPerFrameCap - (SystemClock.elapsedRealtime() - lastFrameAt); in decodeFramesAndPlay()282 < msPerFrameCap) { /* */ } in decodeFramesAndPlay()