Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1036 int outFrameCount = 0; in runDecoder() local
1076 int pos = outFrameCount - 1; in runDecoder()
1083 Point origin = getOrigin(outFrameCount, runId); in runDecoder()
1092 if (VERBOSE && (outFrameCount == 0)) { in runDecoder()
1104 Log.i(TAG, outFrameCount + "-" + i + "- th round: ByteBuffer:" in runDecoder()
1122 Log.i(TAG, outFrameCount + "-" + i + "- th round: FlexYUV:" in runDecoder()
1131 outFrameCount++; in runDecoder()
1159 int validDataNum = Math.min(outFrameCount - 1, in runDecoder()
1168 double errorRms = Math.sqrt(totalErrorSquared / PIXEL_CHECK_PER_FRAME / outFrameCount / 3); in runDecoder()
1169 return new RunResult(outFrameCount, (finish - start) / 1000., errorRms); in runDecoder()