Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java938 int outFrameCount = 0; in runDecoder() local
978 int pos = outFrameCount - 1; in runDecoder()
987 Point origin = getOrigin(outFrameCount); in runDecoder()
996 if (VERBOSE && (outFrameCount == 0)) { in runDecoder()
1008 Log.i(TAG, outFrameCount + "-" + i + "- th round: ByteBuffer:" in runDecoder()
1026 Log.i(TAG, outFrameCount + "-" + i + "- th round: FlexYUV:" in runDecoder()
1035 outFrameCount++; in runDecoder()
1057 int validDataNum = Math.min(outFrameCount - 1, in runDecoder()
1066 double errorRms = Math.sqrt(totalErrorSquared / PIXEL_CHECK_PER_FRAME / outFrameCount / 3); in runDecoder()