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

  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 26 private static final int MAX_STREAMS = 8;
43 mSoundPool = new SoundPool(MAX_STREAMS, AudioManager.STREAM_MUSIC, 0);
46 mLoopingStreams = new int[MAX_STREAMS];
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 39 #define MAX_STREAMS 10

Completed in 121 milliseconds