HomeSort by relevance Sort by last modified time
    Searched refs:stereo (Results 26 - 50 of 60) sorted by null

12 3

  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 231 bool RemoteAudio::startPlayback(bool stereo, int samplingF, int mode, int volume,
247 LOGD("RemoteAudio::startPlayback stereo %d mode %d", stereo, mode);
249 handler->getParam().mStereo = stereo;
276 bool RemoteAudio::startRecording(bool stereo, int samplingF, int mode, int volume,
287 handler->getParam().mStereo = stereo;
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 238 final boolean stereo = ((mDataBuffer.getInt(2 * 4) & 0x80000000) != 0);
263 stereo ? AudioFormat.CHANNEL_OUT_STEREO : AudioFormat.CHANNEL_OUT_MONO,
273 stereo ? AudioFormat.CHANNEL_OUT_STEREO : AudioFormat.CHANNEL_OUT_MONO,
288 int endMarker = data.capacity()/(stereo ? 4 : 2);
291 " set.. res " + res + " stereo? " + stereo + " mode " + mode +
334 final boolean stereo = ((mDataBuffer.getInt(1 * 4) & 0x80000000) != 0);
342 if (stereo) {
  /external/qemu/audio/
wavaudio.c 117 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},
fmodaudio.c 298 static int aud_to_fmodfmt (audfmt_e fmt, int stereo)
326 mode |= stereo ? FSOUND_STEREO : FSOUND_MONO;
650 .descr = "Number of default channels (1 - mono, 2 - stereo)"
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 490 /* Handle case of Parametric Stereo */
918 int stereo; local
942 stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0;
1049 if (stereo) {
1198 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; local
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
run_vectors.sh 97 echo Testing stereo
129 grep quality logs_stereo.txt | awk '{sum+=$4}END{print "Average stereo quality is", sum/NR, "%"}'
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.c 87 *value=this->gl_config.stereo;
328 /* Stereo mode */
329 if (this->gl_config.stereo)
  /external/chromium_org/third_party/opus/src/celt/
rate.c 204 /* Add in the cost of a stereo split, if necessary. */
219 /* Compensate for the extra DoF in stereo */
257 int stereo; local
266 stereo = C>1;
387 /* Code the intensity and dual stereo parameters. */
447 /* Compensate for the extra DoF in stereo */
472 ebits[j] = bits[j] >> stereo >> BITRES;
499 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]);
517 ebits[j] = bits[j] >> stereo >> BITRES;
547 /* Reserve bits for the intensity and dual stereo parameters. *
    [all...]
vq.c 377 int stereo_itheta(celt_norm *X, celt_norm *Y, int stereo, int N)
385 if (stereo)
  /cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py 125 stereo=False)
check_spectrum.py 159 stereo=False)
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macgl.c 85 if ( this->gl_config.stereo ) {
  /external/libvorbis/doc/
Makefile.am 25 stereo.html \
01-introduction.tex 19 quality/bitrate end of the scale (CD or DAT rate stereo, 16/24 bits)
21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps
25 polyphonic, stereo, quadraphonic, 5.1, ambisonic, or up to 255
215 coupled-stereo and high bitrate modes. Floor 1 is also considerably
413 A detailed discussion of stereo in the Vorbis codec can be found in
414 the document \href{stereo.html}{Stereo Channel Coupling in the
415 Vorbis CODEC}. Vorbis is not limited to only stereo coupling, but
416 the stereo document also gives a good overview of the generic coupling
a1-encapsulation-ogg.tex 112 of PCM audio samples (per channel; a stereo stream's granule position
04-codec.tex 624 the stream is stereo. channel order: left, right
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 98 if ( this->gl_config.stereo ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 200 if ( this->gl_config.stereo ) {
279 if ( this->gl_config.stereo ) {
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 40 } stereo; typedef in typeref:struct:__anon32608
45 // 1 second of stereo audio at 44.1 kHz
46 static stereo stereoBuffer1[44100 * 1];
311 // create audio player with buffer queue data source in stereo PCM format and ask for mute solo
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 307 int stereo; member in struct:SDL_VideoDevice::__anon26785
SDL_video.c 238 video->gl_config.stereo = 0;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 178 if( this->gl_config.stereo ) {
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 143 void MixStereoToMono(const int16_t* stereo,
147 int32_t int32 = (static_cast<int32_t>(stereo[i * 2]) +
148 static_cast<int32_t>(stereo[i * 2 + 1])) >> 1;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 121 int stereo; member in struct:CodecParams
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 228 * A few functions from old stereo gesture recognition demosions *
308 /*******************************Stereo correspondence*************************************/
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 */
1550 CvStereoCamera stereo; member in class:CvCalibFilter
    [all...]

Completed in 719 milliseconds

12 3