HomeSort by relevance Sort by last modified time
    Searched refs:timestamp_offset_ (Results 1 - 5 of 5) 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/
opus_audio_decoder.h 92 base::TimeDelta timestamp_offset_; member in class:media::OpusAudioDecoder
opus_audio_decoder.cc 472 timestamp_offset_ = config.codec_delay();
475 if (timestamp_offset_ <= base::TimeDelta() || frame_delay_at_start_ < 0) {
616 output_timestamp_helper_->GetTimestamp() - timestamp_offset_);
chunk_demuxer.cc 61 // Sets |timestamp_offset_| if possible.
66 TimeDelta timestamp_offset() const { return timestamp_offset_; }
95 // applies |timestamp_offset_| to all buffers in |audio_buffers| and
104 // applies |timestamp_offset_| to all buffers in |buffers| and then appends
112 // Helper function that adds |timestamp_offset_| to each buffer in |buffers|.
131 TimeDelta timestamp_offset_; member in class:media::SourceState
144 // Keeps track of whether |timestamp_offset_| can be modified.
328 timestamp_offset_ = timestamp_offset;
398 if (timestamp_offset_ == TimeDelta())
404 (*itr)->GetDecodeTimestamp() + timestamp_offset_);
    [all...]

Completed in 179 milliseconds