OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_CHANNELS
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacenc/inc/
config.h
26
#define
MAX_CHANNELS
2
/frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.h
38
static const int
MAX_CHANNELS
= 2;
140
audio_sample_t mDelays[
MAX_CHANNELS
][4];
/external/dropbear/
channel.h
48
#define
MAX_CHANNELS
100 /* simple mem restriction, includes each tcp/x11
/external/qemu/telephony/
sysdeps_qemu.c
162
#define
MAX_CHANNELS
16
164
static SysChannelRec _s_channels0[
MAX_CHANNELS
];
172
for ( nn = 0; nn <
MAX_CHANNELS
-1; nn++ ) {
/external/quake/quake/src/QW/client/
sound.h
127
#define
MAX_CHANNELS
128
131
extern channel_t channels[
MAX_CHANNELS
];
/external/quake/quake/src/WinQuake/
sound.h
136
#define
MAX_CHANNELS
128
140
extern channel_t channels[
MAX_CHANNELS
];
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
363
const int
MAX_CHANNELS
= 4;
364
int bpp_arr[
MAX_CHANNELS
];
422
if( count >
MAX_CHANNELS
)
/development/tools/emulator/system/qemud/
qemud.c
298
#define
MAX_CHANNELS
16
299
#define MAX_EVENTS (
MAX_CHANNELS
+1) /* each channel + the serial fd */
[
all
...]
/sdk/emulator/qemud/
qemud.c
298
#define
MAX_CHANNELS
16
299
#define MAX_EVENTS (
MAX_CHANNELS
+1) /* each channel + the serial fd */
[
all
...]
Completed in 152 milliseconds