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

  /external/chromium_org/media/filters/
fake_demuxer_stream.cc 37 current_timestamp_(base::TimeDelta::FromMilliseconds(kStartTimestampMs)),
142 video_decoder_config_, current_timestamp_, duration_);
145 buffer->set_timestamp(current_timestamp_);
147 current_timestamp_ += duration_;
fake_demuxer_stream.h 70 base::TimeDelta current_timestamp_; member in class:media::FakeDemuxerStream

Completed in 766 milliseconds