HomeSort by relevance Sort by last modified time
    Searched defs:stereo (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_side_info.cpp 122 int stereo = (info->mode == MPG_MD_MONO) ? 1 : 2; local
126 if (stereo == 1)
140 for (ch = 0; ch < stereo; ch++)
151 for (ch = 0; ch < stereo; ch++)
217 si->private_bits = getbits_crc(inputStream, stereo, crc, info->error_protection);
219 for (ch = 0; ch < stereo; ch++)
  /cts/suite/audio_quality/lib/src/audio/
AudioRemote.cpp 61 bool AudioRemotePlayback::startPlaybackForRemoteData(int id, bool stereo, int numberRepetition)
63 return mRemote->startPlayback(stereo, mSamplingRate, mMode, mVolume, id, numberRepetition);
75 bool stereo = buffer->isStereo(); local
76 return mRemote->startRecording(stereo, mSamplingRate, mMode, mVolume, buffer);
Buffer.cpp 24 Buffer::Buffer(size_t capacity, size_t size, bool stereo)
28 mStereo(stereo)
82 bool stereo; local
84 stereo = true;
86 stereo = false;
98 Buffer* buffer = new Buffer(size, size, stereo);
136 LOGD("stereo mismatch %d %d", mStereo, b.mStereo);
  /external/adhd/cras/src/tests/
audio_area_unittest.cc 13 static const int8_t stereo[CRAS_CH_MAX] = { variable
37 fmt.channel_layout[i] = stereo[i];
68 fmt.channel_layout[i] = stereo[i];
104 fmt.channel_layout[i] = stereo[i];
137 fmt.channel_layout[i] = stereo[i];
175 dst_fmt.channel_layout[i] = stereo[i];
218 fmt.channel_layout[i] = stereo[i];
250 fmt.channel_layout[i] = stereo[i];
  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 161 bool stereo = false; local
164 int mode = AudioHardware::EModeVoice | (stereo ? 0x80000000 : 0);
187 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
194 bool stereo = false; local
197 int mode = AudioHardware::EModeVoice | (stereo ? 0x80000000 : 0);
231 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
241 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
251 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
256 bool stereo = false; local
259 int mode = AudioHardware::EModeVoice | (stereo ? 0x80000000 : 0)
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 103 bool stereo; member in class:tcu::wgl::PixelFormatInfo
143 , stereo (false)
  /external/libxaac/decoder/
ixheaacd_sbrdecoder.c 252 FLAG stereo = 0; local
364 stereo = 0;
367 stereo = 1;
413 ptr_header_data[k], it_bit_buff, stereo, ptr_sbr_dflt_header);
453 ptr_header_data[k], it_bit_buff, stereo, ptr_sbr_dflt_header);
506 if (stereo) {
546 stereo = (num_channels == 2) ? 1 : 0;
548 ptr_header_data[0]->channel_mode = stereo ? SBR_STEREO : SBR_MONO;
552 if (!(stereo || dual_mono)) {
573 (stereo || dual_mono) ? ptr_frame_data[1] : NULL
    [all...]
  /external/ImageMagick/MagickWand/
composite.c 77 stereo,
184 if (composite_options->stereo != MagickFalse)
285 "-stereo geometry combine two image to create a stereo anaglyph",
75 stereo, member in struct:_CompositeOptions
    [all...]
  /external/libopus/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;
392 /* Code the intensity and dual stereo parameters. */
452 /* Compensate for the extra DoF in stereo */
478 ebits[j] = bits[j] >> stereo >> BITRES;
505 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]);
523 ebits[j] = bits[j] >> stereo >> BITRES;
553 /* Reserve bits for the intensity and dual stereo parameters. *
    [all...]
bands.c 647 static int compute_qn(int N, int b, int offset, int pulse_cap, int stereo)
653 if (stereo && N==2)
655 /* The upper limit ensures that in a stereo split with itheta==16384, we'll
703 int stereo, int *fill)
730 offset = (pulse_cap>>1) - (stereo&&N==2 ? QTHETA_OFFSET_TWOPHASE : QTHETA_OFFSET);
731 qn = compute_qn(N, *b, offset, pulse_cap, stereo);
732 if (stereo && i>=intensity)
740 itheta = stereo_itheta(X, Y, stereo, N, ctx->arch);
747 if (!stereo || ctx->theta_round == 0)
750 if (!stereo && ctx->avoid_split_noise && itheta > 0 && itheta < qn
908 int stereo; local
    [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 641 /* Handle case of Parametric Stereo */
1147 int stereo; local
1612 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 128 int stereo; member in struct:CodecParams
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 4566 void Magick::Image::stereo(const Image &rightImage_) function in class:Magick::Image
    [all...]

Completed in 1464 milliseconds