Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java619 String encoderName, MediaFormat format, int totalFrames, int runId) { in runEncoder() argument
657 if (inFramesCount < totalFrames) { in runEncoder()
662 boolean eos = (inFramesCount == totalFrames - 1 in runEncoder()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp107 int totalFrames = mInputLength / frameSize; in convertyuv420ptoyuv420sp() local
111 for (int i = 0; i < totalFrames; i++) { in convertyuv420ptoyuv420sp()