Searched refs:max_clear_offset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Dmp4_stream_parser.h60 // to |max_clear_offset|, updating the |mdat_tail_| value so that framing can
61 // be retained after all 'mdat' information has been read. |max_clear_offset|
65 bool ReadAndDiscardMDATsUntil(int64 max_clear_offset);
H A Dmp4_stream_parser.cc570 bool MP4StreamParser::ReadAndDiscardMDATsUntil(int64 max_clear_offset) { argument
572 int64 upper_bound = std::min(max_clear_offset, queue_.tail());

Completed in 35 milliseconds