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

  /external/chromium_org/media/filters/
source_buffer_stream.h 170 // Remove(|start_timestamp|, |removal_end_timestamp|, duration) is called.
171 // Will not update |removal_end_timestamp| if the returned size is 0.
174 DecodeTimestamp* removal_end_timestamp);
source_buffer_range.cc 280 int total_bytes_to_free, DecodeTimestamp* removal_end_timestamp) {
313 *removal_end_timestamp = gop_itr == keyframe_map_.end() ?
source_buffer_stream_unittest.cc 160 DecodeTimestamp removal_end_timestamp = local
165 &removal_end_timestamp);
166 *removal_end = removal_end_timestamp.InMilliseconds();
    [all...]
source_buffer_stream.cc 601 int total_bytes_to_free, DecodeTimestamp* removal_end_timestamp) {
619 start_timestamp, end_timestamp, bytes_to_free, removal_end_timestamp);
    [all...]

Completed in 224 milliseconds