Searched refs:GetCueByIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp293 CuePoint* Cues::GetCueByIndex(int32 index) const { function in class:mkvmuxer::Cues
306 size += GetCueByIndex(i)->Size();
317 const CuePoint* const cue = GetCueByIndex(i);
333 const CuePoint* const cue = GetCueByIndex(i);
2016 CuePoint* const cue_point = cues_.GetCueByIndex(index);
H A Dmkvmuxer.hpp190 CuePoint* GetCueByIndex(int32 index) const;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp300 CuePoint* Cues::GetCueByIndex(int32 index) const { function in class:mkvmuxer::Cues
313 size += GetCueByIndex(i)->Size();
324 const CuePoint* const cue = GetCueByIndex(i);
340 const CuePoint* const cue = GetCueByIndex(i);
2128 CuePoint* const cue_point = cues_.GetCueByIndex(index);
H A Dmkvmuxer.hpp191 CuePoint* GetCueByIndex(int32 index) const;

Completed in 95 milliseconds