Home | History | Annotate | Download | only in base

Lines Matching refs:buffer

30   // has a decode timestamp prior to the last, if any, buffer in
50 // buffer in it.
55 // Repeatedly select and append the next buffer from the candidate buffers
58 // when a candidate buffer has decode timestamp below
59 // |last_decode_timestamp|, which means either an input buffer wasn't
60 // sorted correctly or had a buffer with decode timestamp below the last
61 // buffer, if any, in |merged_buffers|, or
70 // Tracks which queue's iterator is pointing to the candidate buffer to
76 // buffer, if any, that has the lowest decode timestamp.
81 // Extract the candidate buffer's decode timestamp.
91 // potentially winning candidate buffer.
101 // Otherwise, append the winning candidate buffer to |merged_buffers|,
103 // the last buffer in |merged_buffers|, advance the corresponding
105 scoped_refptr<StreamParserBuffer> buffer =
107 last_decode_timestamp = buffer->GetDecodeTimestamp();
108 merged_buffers->push_back(buffer);
119 // Prepare vector containing pointers to any provided non-empty buffer queues.