OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_isStereo
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.h
71
_isStereo
= isStereo;
107
bool
_isStereo
;
Channel.cc
80
if (
_isStereo
) {
98
if (!
_isStereo
) {
217
_isStereo
(false),
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.cc
44
_isStereo
(false),
293
if(!_playingActive || !
_isStereo
)
633
_isStereo
= (codec_info_.channels == 2);
634
if(
_isStereo
&& (_fileFormat != kFileFormatWavFile))
653
_isStereo
= false;
1091
_isStereo
= (tmpAudioCodec.channels == 2);
1092
if(
_isStereo
)
[
all
...]
media_file_impl.h
233
bool
_isStereo
;
Completed in 827 milliseconds