Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java66 private static final int CONFIG_MODE_NONE = 0; field in DecoderTest
204 decodeToMemory(R.raw.sinesweep51m4a, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecode51M4a()
209 decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, timestamps); in testTimeStampOrdering()
700 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeAacLcMcM4a()
705 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeAacLcMcM4a()
717 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
722 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
727 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
732 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
737 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
[all …]
DNativeDecoderTest.java63 private static final int CONFIG_MODE_NONE = 0; field in NativeDecoderTest