Home | History | Annotate | Download | only in filters

Lines Matching refs:ranges_

135   // |ranges_|, starting at the front of |ranges_| and moving linearly forward
199 // |ranges_.end()| if there's no such existing range.
202 // Inserts |new_range| into |ranges_| preserving sorted order. Returns an
203 // iterator in |ranges_| that points to |new_range|.
206 // Returns an iterator that points to the place in |ranges_| where
223 // in |ranges_|, false otherwise or if |ranges_| is empty.
236 // Returns true if |selected_range_| is the only range in |ranges_| that
265 // Searches |ranges_| for the first keyframe timestamp that is >= |timestamp|.
266 // If |ranges_| doesn't contain a GOP that covers |timestamp| or doesn't
283 RangeList ranges_;