HomeSort by relevance Sort by last modified time
    Searched full:next_decode_timestamp (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/media/base/
stream_parser.cc 73 base::TimeDelta next_decode_timestamp = kNoTimestamp(); local
88 if (ts < next_decode_timestamp ||
89 next_decode_timestamp == kNoTimestamp()) {
92 next_decode_timestamp = ts;

Completed in 41 milliseconds