/external/clearsilver/dso/ |
README | 6 Mono/CSharp module, which requires a shared library loadable by the C#
|
/external/bluetooth/bluez/audio/ |
gstsbcutil.c | 97 gboolean joint, stereo, dual, mono; local 100 joint = stereo = dual = mono = FALSE; 111 else if (strcmp("mono", aux) == 0) 112 mono = TRUE; 115 if (channels == 1 && mono) 116 return "mono"; 235 return "mono"; 256 else if (g_ascii_strcasecmp(mode, "mono") == 0) 425 * if channels is 1, we must have channel mode = mono 426 * if channels is 2, we can't have channel mode = mono */ [all...] |
gstavdtpsink.c | 303 if (strcmp(pref, "mono") == 0) 448 gboolean mono, stereo; local 456 g_value_set_static_string(value, "mono"); 575 mono = FALSE; 578 mono = TRUE; 586 if (mono && stereo) { 591 if (mono) 615 gboolean mono, stereo; local 700 mono = FALSE; 703 mono = TRUE [all...] |
/external/speex/include/speex/ |
speex_stereo.h | 71 /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */ 74 /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */ 77 /** Transforms a mono frame into a stereo frame using intensity stereo info */ 80 /** Transforms a mono frame into a stereo frame using intensity stereo info */
|
/external/stlport/stlport/stl/config/ |
_feedback.h | 27 # pragma message ("STLport: Threading model -> Mono")
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_mixer.c | 330 * gainLeft initial gain left or mono 348 * 1. Mono source to mono output 349 * 2. Mono source to stereo output 350 * 3. Stereo source to mono output 352 * 5. Mono source to mono output - no gain change 353 * 6. Mono source to stereo output - no gain change 354 * 7. Stereo source to mono output - no gain change 366 /* mono to mono * [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_mixer.c | 330 * gainLeft initial gain left or mono 348 * 1. Mono source to mono output 349 * 2. Mono source to stereo output 350 * 3. Stereo source to mono output 352 * 5. Mono source to mono output - no gain change 353 * 6. Mono source to stereo output - no gain change 354 * 7. Stereo source to mono output - no gain change 366 /* mono to mono * [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mixer.c | 330 * gainLeft initial gain left or mono 348 * 1. Mono source to mono output 349 * 2. Mono source to stereo output 350 * 3. Stereo source to mono output 352 * 5. Mono source to mono output - no gain change 353 * 6. Mono source to stereo output - no gain change 354 * 7. Stereo source to mono output - no gain change 366 /* mono to mono * [all...] |
/external/clearsilver/csharp/ |
README | 8 This wrapper was developed using the Mono project's C# implementation.
|
Makefile | 5 MONO_JIT=$(CSHARP_PATH)/bin/mono
|
/external/quake/quake/src/QW/client/ |
snd_android.c | 27 return the current sample position (in mono samples read)
|
/external/quake/quake/src/WinQuake/ |
snd_next.cpp | 44 // return the current sample position (in mono samples read)
|
/external/srec/audio/test/AudioHardwareRecord/src/ |
AudioHardwareRecord.c | 29 #define N_TUPLES_PER_FRAME 1 /* tuple: a set of samples (set of 1 if mono, set of 2 if stereo */ 31 #define N_CHANNELS_PER_TUPLE 1 /* 1: mono; 2: stereo */
|
/external/srec/audio/test/AudioHardwareRecordLoop/src/ |
AudioHardwareRecordLoop.c | 31 #define N_TUPLES_PER_FRAME 1 /* tuple: a set of samples (set of 1 if mono, set of 2 if stereo */ 33 #define N_CHANNELS_PER_TUPLE 1 /* 1: mono; 2: stereo */
|
/development/apps/FontLab/src/com/android/fontlab/ |
FontPicker.java | 54 addItem(myData, "Mono", "monospace", Typeface.NORMAL);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_wave.h | 49 Uint16 channels; /* 1 = mono, 2 = stereo */
|
/frameworks/base/core/java/android/speech/srec/ |
WaveHeader.java | 28 * <li> numChannels - 1 for mono, 2 for stereo. 68 * @param numChannels 1 for mono, 2 for stereo. 103 * @return number of channels, 1 for mono, 2 for stereo. 111 * @param numChannels 1 for mono, 2 for stereo.
|
/external/srec/audio/test/AudioInRecord/src/ |
AudioInRecord.c | 33 #define N_TUPLES_PER_FRAME 1 /* tuple: a set of samples (set of 1 if mono, set of 2 if stereo */ 34 #define N_CHANNELS_PER_TUPLE 1 /* 1: mono; 2: stereo */ 94 u32NbrOfSamples = N_SAMPLES_PER_BUFFER / N_CHANNELS_PER_TUPLE; /* audioin only does mono */
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
fonts.conf | 6 Accept deprecated 'mono' alias, replacing it with 'monospace' 10 <string>mono</string> 154 <string>Nimbus Mono L</string> 253 <family>Nimbus Mono L</family>
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
fonts.conf | 6 Accept deprecated 'mono' alias, replacing it with 'monospace' 10 <string>mono</string> 154 <string>Nimbus Mono L</string> 253 <family>Nimbus Mono L</family>
|
/frameworks/base/include/media/ |
IMediaPlayerService.h | 50 // This returns a buffer of 16 bit mono PCM data, or NULL if no visualization buffer is currently available.
|
/external/dbus/ |
NEWS | 150 - Mono bindings: 171 - Mono bindings: 328 - mono bindings now compiles correctly 329 - mono binding cleanups 353 - mono bindings updated to the new API 371 - error out if --enable-mono is explicitly set and mono libs can't be found 376 - lots and lots of mono binding updates, including fixes to make it 377 compatible with Mono 1.1.3 406 - lots of Python, Mono, other binding fixe [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
TypefaceTest.java | 40 private static final String MONO = "monospace"; 126 typeface = Typeface.create(MONO, Typeface.BOLD);
|
/external/dbus/dbus/ |
dbus.h | 54 * bindings, Mono bindings, and so forth. This low-level API has a 80 * based on frameworks such as GLib, Qt, Python, Mono, Java,
|
/external/opencore/codecs_v2/audio/sbc/enc/include/ |
pvsbcencoderinterface.h | 36 * \param CM_MONO - Mono. 73 * \param channel_mode - Channel mode (Mono, Dual, Stereo, Joint Stereo).
|