Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java62 private static final int RESET_MODE_EOS_FLUSH = 3; field in DecoderTest
1151 RESET_MODE_FLUSH, RESET_MODE_EOS_FLUSH };
1356 resetMode != RESET_MODE_NONE && resetMode != RESET_MODE_EOS_FLUSH) {
1397 if (resetMode == RESET_MODE_EOS_FLUSH) {
DNativeDecoderTest.java59 private static final int RESET_MODE_EOS_FLUSH = 3; field in NativeDecoderTest