Searched defs:isStereo (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DChannel.h71 void SetIsStereo(bool isStereo) { argument
72 _isStereo = isStereo;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc660 const bool isStereo = (audioFrame.num_channels_ == 2); local
669 isStereo);
3717 const bool isStereo = (_audioFrame.num_channels_ == 2); local
3726 isStereo);

Completed in 254 milliseconds