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

  /external/chromium_org/media/filters/
source_buffer_stream.h 168 // Remove(|start_timestamp|, |removal_end_timestamp|, duration) is called.
169 // Will not update |removal_end_timestamp| if the returned size is 0.
172 base::TimeDelta* removal_end_timestamp);
source_buffer_stream.cc     [all...]
source_buffer_stream_unittest.cc 162 base::TimeDelta removal_end_timestamp = local
167 &removal_end_timestamp);
168 *removal_end = removal_end_timestamp.InMilliseconds();
    [all...]

Completed in 434 milliseconds