Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java782 String encoderName, MediaFormat format, int totalFrames, int runId) { in runEncoder() argument
820 if (inFramesCount < totalFrames) { in runEncoder()
825 boolean eos = (inFramesCount == totalFrames - 1 in runEncoder()