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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_dtmf_buffer.h 30 bool(uint32_t current_timestamp, DtmfEvent* event));
  /external/chromium_org/ui/events/gestures/
fling_curve.h 22 gfx::Vector2dF GetScrollAmountAtTime(base::TimeTicks current_timestamp);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_buffer.cc 107 bool DtmfBuffer::GetEvent(uint32_t current_timestamp, DtmfEvent* event) {
131 if (current_timestamp >= it->timestamp
132 && current_timestamp <= event_end) { // TODO(hlundin): Change to <.
143 current_timestamp + frame_len_samples_ >= event_end) {
149 } else if (current_timestamp > event_end) { // TODO(hlundin): Change to >=.
dtmf_buffer.h 79 // Checks if a DTMF event should be played at time |current_timestamp|. If so,
82 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
  /external/chromium_org/media/base/android/
media_player_manager.h 33 base::TimeDelta current_timestamp,
media_source_player.cc 639 base::TimeDelta current_timestamp = GetCurrentTime(); local
642 timeout = max_presentation_timestamp - current_timestamp;
644 DCHECK(current_timestamp <= current_presentation_timestamp);
648 // previous presentation timestamp is equal to current_timestamp.
651 timeout = 2 * (current_presentation_timestamp - current_timestamp);
media_source_player_unittest.cc 515 int current_timestamp = start_timestamp.InMilliseconds(); local
524 base::TimeDelta::FromMilliseconds(current_timestamp);
530 current_timestamp += 30;
    [all...]
  /external/chromium_org/media/base/
audio_discard_helper.cc 16 base::TimeDelta current_timestamp) {
17 if (last_timestamp == kNoTimestamp() || last_timestamp < current_timestamp)
20 const base::TimeDelta diff = current_timestamp - last_timestamp;
22 << " ts " << current_timestamp.InMicroseconds() << " us"
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.h 142 const base::TimeDelta& current_timestamp);
146 base::TimeDelta current_timestamp,
renderer_media_player_manager.cc 187 base::TimeDelta current_timestamp,
191 player->OnTimeUpdate(current_timestamp, current_time_ticks);
webmediaplayer_android.h 196 void OnTimeUpdate(base::TimeDelta current_timestamp,
webmediaplayer_android.cc 898 void WebMediaPlayerAndroid::OnTimeUpdate(base::TimeDelta current_timestamp,
901 // Compensate the current_timestamp with the IPC latency.
903 base::TimeTicks::Now() - current_time_ticks + current_timestamp;
    [all...]
  /external/chromium_org/media/filters/
source_buffer_stream.cc 458 DecodeTimestamp current_timestamp = (*itr)->GetDecodeTimestamp();
460 DCHECK(current_timestamp != kNoDecodeTimestamp());
468 if (current_timestamp < prev_timestamp) {
473 if (current_timestamp == prev_timestamp &&
478 << current_timestamp.InSecondsF();
483 prev_timestamp = current_timestamp;
513 DecodeTimestamp current_timestamp = (*itr)->GetDecodeTimestamp();
514 DCHECK(current_timestamp != kNoDecodeTimestamp());
521 std::max(current_timestamp - prev_timestamp, interbuffer_distance);
532 prev_timestamp = current_timestamp;
    [all...]
  /external/chromium_org/content/browser/media/android/
browser_media_player_manager.h 76 base::TimeDelta current_timestamp,
browser_media_player_manager.cc 195 base::TimeDelta current_timestamp,
198 RoutingID(), player_id, current_timestamp, current_time_ticks));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 289 uint32_t current_timestamp,
304 static_cast<uint16_t>(current_timestamp - rtp_timestamp);
316 uint32_t current_timestamp; local
406 current_timestamp = primary_timestamp;
408 current_timestamp = secondary_timestamp;
410 current_timestamp = last_red_timestamp_;
425 static_cast<uint16_t>(current_timestamp - last_red_timestamp_);
433 current_timestamp, primary_encoder,
447 current_timestamp, secondary_encoder_.get(),
470 current_timestamp, stream
    [all...]
audio_coding_module_impl.h 298 uint32_t current_timestamp,
  /external/chromium_org/third_party/sqlite/src/src/
date.c 1001 ** current_timestamp()
1019 ** of the functions current_time(), current_date() and current_timestamp()
1078 FUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc),
1083 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc),
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 854 milliseconds