Searched refs:decodeToMemory (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/tests/media/src/android/media/cts/ |
| D | DecoderTest.java | 144 decodeToMemory(R.raw.sinesweep51m4a, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecode51M4a() 149 decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, timestamps); in testTimeStampOrdering() 464 short [] mono = decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in monoTest() 477 short [] mono2 = decodeToMemory(res, RESET_MODE_RECONFIGURE, CONFIG_MODE_NONE, -1, null); in monoTest() 480 short [] mono3 = decodeToMemory(res, RESET_MODE_FLUSH, CONFIG_MODE_NONE, -1, null); in monoTest() 491 short[] decoded = decodeToMemory(testinput, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in decode() 523 short[] decoded2 = decodeToMemory(testinput, reset, conf, -1, null); in decode() 551 private short[] decodeToMemory(int testinput, int resetMode, int configMode, in decodeToMemory() method in DecoderTest 790 short[] decode1 = decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, timestamps1); in testDecodeWithEOSOnLastBuffer() 793 short[] decode2 = decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, numsamples - 1, in testDecodeWithEOSOnLastBuffer() [all …]
|