HomeSort by relevance Sort by last modified time
    Searched full:keyframe_map_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/media/filters/
source_buffer_stream.cc 52 // Appends |buffers| to the end of the range and updates |keyframe_map_| as
93 // deleted, and deletes the |keyframe_map_| entries for the buffers that
204 // Returns an iterator in |keyframe_map_| pointing to the next keyframe after
210 // Returns an iterator in |keyframe_map_| pointing to the first keyframe
220 // updates the |size_in_bytes_| accordingly. Does not update |keyframe_map_|.
238 KeyframeMap keyframe_map_; member in class:media::SourceBufferRange
240 // Index base of all positions in |keyframe_map_|. In other words, the
241 // real position of entry |k| of |keyframe_map_| in the range is:
242 // keyframe_map_[k] - keyframe_map_index_base_
    [all...]

Completed in 201 milliseconds