OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_stereo
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.h
57
void SaveStereo(bool
is_stereo
= true);
58
void ReadStereo(bool
is_stereo
= true);
PCMFile.cc
209
void PCMFile::SaveStereo(bool
is_stereo
) {
210
save_stereo_ =
is_stereo
;
213
void PCMFile::ReadStereo(bool
is_stereo
) {
214
read_stereo_ =
is_stereo
;
/external/webrtc/webrtc/voice_engine/
transmit_mixer_unittest.cc
24
int sample_rate_hz, bool
is_stereo
) {
output_mixer.cc
542
const bool
is_stereo
= (_audioFrame.num_channels_ == 2);
local
551
is_stereo
);
Completed in 52 milliseconds