Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java1966 int totalDecoded = 0; in testCompressedCaptureAAC() local
1969 totalDecoded += decoded.remaining(); in testCompressedCaptureAAC()
1972 Log.i(TAG, "Decoded size:" + String.valueOf(totalDecoded)); in testCompressedCaptureAAC()