OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stream_has_voice
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
voice_detection_impl.cc
102
bool VoiceDetectionImpl::
stream_has_voice
() const {
function in class:webrtc::VoiceDetectionImpl
/external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc
565
int8_t
stream_has_voice
= 0;
local
772
stream_has_voice
=
773
static_cast<int8_t>(apm->voice_detection()->
stream_has_voice
());
775
ASSERT_EQ(1u, fwrite(&
stream_has_voice
,
776
sizeof(
stream_has_voice
),
[
all
...]
Completed in 2189 milliseconds