Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java212 int[] jdata = getDecodedData( in testDecoder()
225 private static int[] getDecodedData(FileDescriptor fd, long offset, long size) in getDecodedData() method in NativeDecoderTest
229 return getDecodedData(ex); in getDecodedData()
231 private static int[] getDecodedData(MediaExtractor ex) throws IOException { in getDecodedData() method in NativeDecoderTest