HomeSort by relevance Sort by last modified time
    Searched refs:time_us (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/browser/speech/endpointer/
endpointer.h 69 EpStatus Status(int64 *time_us);
81 void set_speech_input_complete_silence_length(int64 time_us) {
82 speech_input_complete_silence_length_us_ = time_us;
85 void set_long_speech_input_complete_silence_length(int64 time_us) {
86 long_speech_input_complete_silence_length_us_ = time_us;
89 void set_speech_input_possibly_complete_silence_length(int64 time_us) {
90 speech_input_possibly_complete_silence_length_us_ = time_us;
93 void set_long_speech_length(int64 time_us) {
94 long_speech_length_us_ = time_us;
energy_endpointer.cc 56 void Insert(int64 time_us, bool decision);
68 int64 time_us; member in struct:content::EnergyEndpointer::HistoryRing::DecisionPoint
85 void EnergyEndpointer::HistoryRing::Insert(int64 time_us, bool decision) {
86 decision_points_[insertion_index_].time_us = time_us;
95 return decision_points_[ind].time_us;
106 int64 end_us = decision_points_[ind].time_us;
112 while ((decision_points_[ind].time_us > start_us) &&
118 sum_us += end_us - decision_points_[ind].time_us;
120 end_us = decision_points_[ind].time_us;
    [all...]
energy_endpointer.h 83 void ProcessAudioFrame(int64 time_us,
  /frameworks/av/media/libstagefright/
MediaSource.cpp 50 void MediaSource::ReadOptions::setSeekTo(int64_t time_us, SeekMode mode) {
52 mSeekTimeUs = time_us;
63 int64_t *time_us, SeekMode *mode) const {
64 *time_us = mSeekTimeUs;
AudioPlayer.cpp 810 status_t AudioPlayer::seekTo(int64_t time_us) {
813 ALOGV("seekTo( %" PRId64 " )", time_us);
818 mSeekTimeUs = time_us;
819 mStartPosUs = time_us;
  /frameworks/av/include/media/stagefright/
MediaSource.h 78 void setSeekTo(int64_t time_us, SeekMode mode = SEEK_CLOSEST_SYNC);
80 bool getSeekTo(int64_t *time_us, SeekMode *mode) const;
AudioPlayer.h 71 status_t seekTo(int64_t time_us);
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 451 void (*LogTranslateTime)(const char* histogram_name, int64_t time_us);
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 443 [in] int64_t time_us);
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 1772 milliseconds