OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DriftCompensationSupported
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_unittest.cc
49
// TODO(andrew): Ideally,
DriftCompensationSupported
() would be mocked.
50
bool supported = VoEAudioProcessing::
DriftCompensationSupported
();
voe_audio_processing_impl.cc
462
bool VoEAudioProcessing::
DriftCompensationSupported
() {
473
if (!
DriftCompensationSupported
()) {
[
all
...]
/external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h
104
// |
DriftCompensationSupported
()|.
107
static bool
DriftCompensationSupported
();
Completed in 343 milliseconds