HomeSort by relevance Sort by last modified time
    Searched full:max_streams (Results 1 - 3 of 3) 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];
  /external/kernel-headers/original/linux/usb/
ch9.h 614 int max_streams; local
619 max_streams = comp->bmAttributes & 0x1f;
621 if (!max_streams)
624 max_streams = 1 << max_streams;
626 return max_streams;
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 39 #define MAX_STREAMS 10

Completed in 79 milliseconds