Searched defs:is_stereo (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dtransmit_mixer_unittest.cc24 int sample_rate_hz, bool is_stereo) {
22 Process(int channel, ProcessingTypes type, int16_t audio[], size_t samples_per_channel, int sample_rate_hz, bool is_stereo) argument
H A Doutput_mixer.cc542 const bool is_stereo = (_audioFrame.num_channels_ == 2); local
551 is_stereo);
/external/webrtc/webrtc/modules/audio_coding/test/
H A DPCMFile.cc209 void PCMFile::SaveStereo(bool is_stereo) { argument
210 save_stereo_ = is_stereo;
213 void PCMFile::ReadStereo(bool is_stereo) { argument
214 read_stereo_ = is_stereo;

Completed in 2466 milliseconds