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.java76 private static final int CONFIG_MODE_NONE = 0; field in DecoderTest
319 decodeToMemory(R.raw.sinesweep51m4a, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecode51M4a()
324 decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, timestamps); in testTimeStampOrdering()
1123 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeAacLcMcM4a()
1128 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeAacLcMcM4a()
1140 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
1145 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
1150 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
1155 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
1160 RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); in testDecodeHeAacM4a()
[all …]
DNativeDecoderTest.java76 private static final int CONFIG_MODE_NONE = 0; field in NativeDecoderTest