Home
last modified time | relevance | path

Searched refs:time_us (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/speech/endpointer/
Dendpointer.h69 EpStatus Status(int64 *time_us);
81 void set_speech_input_complete_silence_length(int64 time_us) { in set_speech_input_complete_silence_length() argument
82 speech_input_complete_silence_length_us_ = time_us; in set_speech_input_complete_silence_length()
85 void set_long_speech_input_complete_silence_length(int64 time_us) { in set_long_speech_input_complete_silence_length() argument
86 long_speech_input_complete_silence_length_us_ = time_us; in set_long_speech_input_complete_silence_length()
89 void set_speech_input_possibly_complete_silence_length(int64 time_us) { in set_speech_input_possibly_complete_silence_length() argument
90 speech_input_possibly_complete_silence_length_us_ = time_us; in set_speech_input_possibly_complete_silence_length()
93 void set_long_speech_length(int64 time_us) { in set_long_speech_length() argument
94 long_speech_length_us_ = time_us; in set_long_speech_length()
Denergy_endpointer.cc56 void Insert(int64 time_us, bool decision);
68 int64 time_us; member
85 void EnergyEndpointer::HistoryRing::Insert(int64 time_us, bool decision) { in Insert() argument
86 decision_points_[insertion_index_].time_us = time_us; in Insert()
95 return decision_points_[ind].time_us; in EndTime()
106 int64 end_us = decision_points_[ind].time_us; in RingSum()
112 while ((decision_points_[ind].time_us > start_us) && in RingSum()
118 sum_us += end_us - decision_points_[ind].time_us; in RingSum()
120 end_us = decision_points_[ind].time_us; in RingSum()
232 void EnergyEndpointer::ProcessAudioFrame(int64 time_us, in ProcessAudioFrame() argument
[all …]
Denergy_endpointer.h83 void ProcessAudioFrame(int64 time_us,
/external/chromium_org/ppapi/c/private/
Dppb_nacl_private.h374 void (*LogTranslateTime)(const char* histogram_name, int64_t time_us);
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT136 sync:<time_us>
/external/chromium_org/ppapi/api/private/
Dppb_nacl_private.idl366 [in] int64_t time_us);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c3618 static void Pnacl_M25_PPB_NaCl_Private_LogTranslateTime(const char* histogram_name, int64_t time_us in Pnacl_M25_PPB_NaCl_Private_LogTranslateTime() argument
3620 iface->LogTranslateTime(histogram_name, time_us); in Pnacl_M25_PPB_NaCl_Private_LogTranslateTime()
5499 ….LogTranslateTime = (void (*)(const char* histogram_name, int64_t time_us))&Pnacl_M25_PPB_NaCl_Pri…