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

  /external/chromium_org/media/filters/
source_buffer_range.cc 123 BufferQueue::iterator starting_point = buffers_.begin() + keyframe_index; local
124 BufferQueue removed_buffers(starting_point, buffers_.end());
137 FreeBufferRange(starting_point, buffers_.end());
198 BufferQueue::iterator starting_point = local
200 return TruncateAt(starting_point, removed_buffers);
346 const BufferQueue::iterator& starting_point,
348 for (BufferQueue::iterator itr = starting_point;
353 buffers_.erase(starting_point, ending_point);
357 const BufferQueue::iterator& starting_point, BufferQueue* removed_buffers) {
361 if (starting_point == buffers_.end()
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 2516 struct sctp_laddr *laddr, *starting_point; local
2653 struct sctp_laddr *laddr, *starting_point; local
    [all...]

Completed in 83 milliseconds