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

/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h695 SpeechType speech_type_; member in class:webrtc::AudioFrame
723 speech_type_ = kUndefined;
739 speech_type_ = speech_type;
762 speech_type_ = src.speech_type_;
799 if (speech_type_ != rhs.speech_type_) {
800 speech_type_ = kUndefined;
835 if (speech_type_ != rhs.speech_type_) speech_type
[all...]

Completed in 79 milliseconds