Searched defs:stereo (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/linux/
H A Dtegra_audio.h31 int stereo; member in struct:tegra_audio_in_config
/external/qemu/audio/
H A Dwavcapture.c97 int stereo, bits16, shift; local
111 stereo = nchannels == 2;
115 as.nchannels = 1 << stereo;
125 shift = bits16 + stereo;
H A Dfmodaudio.c298 static int aud_to_fmodfmt (audfmt_e fmt, int stereo) argument
326 mode |= stereo ? FSOUND_STEREO : FSOUND_MONO;
650 .descr = "Number of default channels (1 - mono, 2 - stereo)"
H A Dwavaudio.c117 int bits16 = 0, stereo = 0; local
128 stereo = wav_as.nchannels == 2;
161 le_store (hdr + 28, hw->info.freq << (bits16 + stereo), 4);
162 le_store (hdr + 32, 1 << (bits16 + stereo), 2);
427 "Number of channels (1 - mono, 2 - stereo)", NULL, 0},
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c250 static int DMA_ReopenAudio(_THIS, const char *audiodev, int format, int stereo, argument
288 /* Set mono or stereo audio */
290 if ( (ioctl(audio_fd, SNDCTL_DSP_STEREO, &stereo) < 0) ||
291 (value != stereo) ) {
312 int stereo; local
395 /* Set mono or stereo audio (currently only two channels supported) */
396 stereo = (spec->channels > 1);
397 ioctl(audio_fd, SNDCTL_DSP_STEREO, &stereo);
398 if ( stereo ) {
408 if ( DMA_ReopenAudio(this, audiodev, format, stereo, spe
[all...]
/external/speex/libspeex/
H A Dstereo.c2 File: stereo.c
66 /* This is an ugly compatibility hack that properly resets the stereo state
77 SpeexStereoState *stereo = speex_alloc(sizeof(SpeexStereoState)); local
78 speex_stereo_state_reset(stereo);
79 return stereo;
84 RealSpeexStereoState *stereo = (RealSpeexStereoState*)_stereo; local
86 stereo->balance = 65536;
87 stereo->e_ratio = 16384;
88 stereo->smooth_left = 16384;
89 stereo
102 speex_stereo_state_destroy(SpeexStereoState *stereo) argument
226 RealSpeexStereoState *stereo = (RealSpeexStereoState*)_stereo; local
253 RealSpeexStereoState *stereo = (RealSpeexStereoState*)_stereo; local
276 RealSpeexStereoState *stereo; local
[all...]
/external/quake/quake/src/QW/client/
H A Dsound.h45 int stereo; member in struct:__anon11411
/external/quake/quake/src/WinQuake/
H A Dsound.h48 int stereo; member in struct:__anon11855
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_wave.c120 Sint8 nybble, stereo; local
139 stereo = (MS_ADPCM_state.wavefmt.channels == 2);
141 state[1] = &MS_ADPCM_state.state[stereo];
145 if ( stereo ) {
150 if ( stereo ) {
156 if ( stereo ) {
162 if ( stereo ) {
173 if ( stereo ) {
181 if ( stereo ) {
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp912 int stereo; local
936 stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0;
1043 if (stereo) {
1127 if (!stereo) {
1192 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; local
1261 (stereo) ? hFrameDataRight : NULL,
1262 (stereo) ? &pSbrChannel[1]->prevFrameData : NULL);
1315 if (stereo) {
1343 /* A decoder which is able to decode PS has to produce a stereo output even if no PS data is availble. */
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h307 int stereo; member in struct:SDL_VideoDevice::__anon10545
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc143 void MixStereoToMono(const int16_t* stereo, argument
147 int32_t int32 = (static_cast<int32_t>(stereo[i * 2]) +
148 static_cast<int32_t>(stereo[i * 2 + 1])) >> 1;
/external/opencv/cvaux/include/
H A Dcvaux.h228 * A few functions from old stereo gesture recognition demosions *
459 // Purpose: find stereo correspondence on stereo-pair
462 // leftImage - left image of stereo-pair (format 8uC1).
463 // rightImage - right image of stereo-pair (format 8uC1).
526 /* New part for stereo */
1030 /* two stereo-related functions */
1044 /* Finds ending points of scanlines on left and right images of stereo-pair */
1550 CvStereoCamera stereo; member in class:CvCalibFilter
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 226 milliseconds