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 44 private static final int RESET_MODE_NONE = 0;
144 decodeToMemory(R.raw.sinesweep51m4a, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
149 decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, timestamps);
464 short [] mono = decodeToMemory(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
491 short[] decoded = decodeToMemory(testinput, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
508 int[] resetModes = new int[] { RESET_MODE_NONE, RESET_MODE_RECONFIGURE,
514 if (conf == CONFIG_MODE_NONE && reset == RESET_MODE_NONE) {
674 resetMode != RESET_MODE_NONE && resetMode != RESET_MODE_EOS_FLUSH) {
689 resetMode = RESET_MODE_NONE;
716 resetMode = RESET_MODE_NONE;
    [all...]
NativeDecoderTest.java 55 private static final int RESET_MODE_NONE = 0;

Completed in 1913 milliseconds