HomeSort by relevance Sort by last modified time
    Searched refs:RESET_MODE_NONE (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 52 private static final int RESET_MODE_NONE = 0;
171 decodeToMemory(R.raw.sinesweep51m4a, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
176 decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, timestamps);
502 short [] mono = decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
529 short[] decoded = decodeToMemory(testinput, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
546 int[] resetModes = new int[] { RESET_MODE_NONE, RESET_MODE_RECONFIGURE,
552 if (conf == CONFIG_MODE_NONE && reset == RESET_MODE_NONE) {
712 resetMode != RESET_MODE_NONE && resetMode != RESET_MODE_EOS_FLUSH) {
727 resetMode = RESET_MODE_NONE;
754 resetMode = RESET_MODE_NONE;
    [all...]
NativeDecoderTest.java 56 private static final int RESET_MODE_NONE = 0;

Completed in 95 milliseconds