Searched defs:starting_point (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/cast/net/
H A Dframe_id_wrap_helper_test.cc17 void RunOneTest(uint32 starting_point, int iterations) { argument
19 uint32 window_base = starting_point;
20 frame_id_wrap_helper_.largest_frame_id_seen_ = starting_point;
/external/chromium_org/media/filters/
H A Dsource_buffer_range.cc123 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
345 FreeBufferRange( const BufferQueue::iterator& starting_point, const BufferQueue::iterator& ending_point) argument
356 TruncateAt( const BufferQueue::iterator& starting_point, BufferQueue* removed_buffers) argument
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c2516 struct sctp_laddr *laddr, *starting_point; local
2575 starting_point = inp->next_addr_touse;
2603 inp->next_addr_touse = starting_point;
2653 struct sctp_laddr *laddr, *starting_point; local
2758 starting_point = stcb->asoc.last_used_address;
2795 stcb->asoc.last_used_address = starting_point;

Completed in 142 milliseconds