OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceBufferRange
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/filters/
source_buffer_stream.cc
32
//
SourceBufferRange
are ordered sequentially in presentation order with no
34
class
SourceBufferRange
{
47
SourceBufferRange
(bool is_video,
62
// is transfered to this
SourceBufferRange
.
63
void AppendRangeToEnd(const
SourceBufferRange
& range,
65
bool CanAppendRangeToEnd(const
SourceBufferRange
& range) const;
84
//
SourceBufferRange
with the buffers from that keyframe onward.
85
// The buffers in the new
SourceBufferRange
are moved out of this range. If
88
SourceBufferRange
* SplitRange(base::TimeDelta timestamp, bool is_exclusive);
178
bool CompletelyOverlaps(const
SourceBufferRange
& range) const
[
all
...]
source_buffer_stream.h
30
class
SourceBufferRange
;
135
typedef std::list<
SourceBufferRange
*> RangeList;
198
RangeList::iterator AddToRanges(
SourceBufferRange
* new_range);
206
void SetSelectedRange(
SourceBufferRange
* range);
210
void SeekAndSetSelectedRange(
SourceBufferRange
* range,
330
SourceBufferRange
* selected_range_;
Completed in 607 milliseconds