OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addedSamples
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
neteq_stats_test.cc
54
EXPECT_EQ(0, network_statistics.
addedSamples
);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module_typedefs.h
171
// -
addedSamples
: samples inserted because of packet loss in off mode
186
int
addedSamples
;
/external/chromium_org/third_party/webrtc/
common_types.h
363
int
addedSamples
;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver.cc
649
acm_stat->
addedSamples
= neteq_stat.added_zero_samples;
Completed in 2697 milliseconds