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 69 RtpClock(int clockrate, uint16 first_seq_num, uint32 timestamp_offset)
72 timestamp_offset_(timestamp_offset) {
  /external/chromium_org/media/filters/
chunk_demuxer.h 189 base::TimeDelta timestamp_offset);
chunk_demuxer.cc 60 bool SetTimestampOffset(TimeDelta timestamp_offset);
62 TimeDelta timestamp_offset() const { return timestamp_offset_; } function in class:media::SourceState
287 bool SourceState::SetTimestampOffset(TimeDelta timestamp_offset) {
291 timestamp_offset_ = timestamp_offset;
    [all...]

Completed in 141 milliseconds