OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ep_time
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/speech/endpointer/
endpointer.cc
112
int64
ep_time
;
local
113
ep_status = energy_endpointer_.Status(&
ep_time
);
124
speech_start_time_us_ =
ep_time
;
129
speech_end_time_us_ =
ep_time
;
133
if (
ep_time
> speech_input_minimum_length_us_) {
136
(
ep_time
- speech_end_time_us_ >
149
(
ep_time
- speech_start_time_us_) > long_speech_length_us_) {
158
if ((
ep_time
- speech_end_time_us_) > requested_silence_length) {
endpointer_unittest.cc
80
int64
ep_time
;
variable
81
return endpointer_->Status(&
ep_time
);
127
int64
ep_time
;
variable
128
return endpointer_->Status(&
ep_time
);
Completed in 258 milliseconds