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

  /external/chromium_org/media/filters/
ffmpeg_demuxer.h 123 base::TimeDelta last_packet_timestamp_; member in class:media::FFmpegDemuxerStream
ffmpeg_demuxer.cc 49 last_packet_timestamp_(kNoTimestamp()),
150 last_packet_timestamp_ != kNoTimestamp() &&
151 last_packet_timestamp_ < buffer->timestamp()) {
152 buffered_ranges_.Add(last_packet_timestamp_, buffer->timestamp());
155 last_packet_timestamp_ = buffer->timestamp();
172 last_packet_timestamp_ = kNoTimestamp();

Completed in 241 milliseconds