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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.h 72 timestamp_offset_(timestamp_offset) {
83 uint32 timestamp_offset_; member in class:cricket::RtpClock
rtpdataengine.cc 123 *timestamp = timestamp_offset_ + static_cast<uint32>(now * clockrate_);
  /external/chromium_org/media/filters/
chunk_demuxer.cc 57 // Sets |timestamp_offset_| if possible.
62 TimeDelta timestamp_offset() const { return timestamp_offset_; }
85 // applies |timestamp_offset_| to all buffers in |audio_buffers| and
94 // applies |timestamp_offset_| to all buffers in |buffers| and then calls
102 // Helper function that adds |timestamp_offset_| to each buffer in |buffers|.
120 TimeDelta timestamp_offset_; member in class:media::SourceState
133 // Keeps track of whether |timestamp_offset_| can be modified.
291 timestamp_offset_ = timestamp_offset;
308 if (timestamp_offset_ == TimeDelta())
314 (*itr)->GetDecodeTimestamp() + timestamp_offset_);
    [all...]

Completed in 45 milliseconds