OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kLength10Ms
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/vad/
common.h
15
static const size_t
kLength10Ms
= kSampleRateHz / 100;
voice_activity_detector_unittest.cc
54
const int
kLength10Ms
= kSampleRateHz / 100;
58
std::vector<int16_t> data(
kLength10Ms
);
89
const int
kLength10Ms
= kSampleRateHz / 100;
93
std::vector<int16_t> data(
kLength10Ms
);
125
std::vector<int16_t> data(
kLength10Ms
);
148
std::vector<int16_t> data(2 *
kLength10Ms
);
Completed in 641 milliseconds