Searched refs:CONFIG_MODE_QUEUE (Results 1 – 2 of 2) sorted by relevance
67 private static final int CONFIG_MODE_QUEUE = 1; field in DecoderTest1152 int[] configModes = new int[] { CONFIG_MODE_NONE, CONFIG_MODE_QUEUE };1160 if (conf == CONFIG_MODE_QUEUE && !hasAudioCsd(testinput)) {1260 if (configMode == CONFIG_MODE_QUEUE && format.containsKey(CSD_KEYS[0])) {1293 if (configMode == CONFIG_MODE_QUEUE) {1365 if (configMode == CONFIG_MODE_QUEUE) {
64 private static final int CONFIG_MODE_QUEUE = 1; field in NativeDecoderTest