Searched defs:GetCueByIndex (Results 1 - 2 of 2) 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);
/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);

Completed in 76 milliseconds