OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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