Home
last modified time | relevance | path

Searched refs:GetCueByIndex (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc421 CuePoint* Cues::GetCueByIndex(int32_t index) const { in GetCueByIndex() function in mkvmuxer::Cues
434 size += GetCueByIndex(i)->Size(); in Size()
445 const CuePoint* const cue = GetCueByIndex(i); in Write()
461 const CuePoint* const cue = GetCueByIndex(i); in Write()
3108 CuePoint* const cue_point = cues_.GetCueByIndex(index); in MoveCuesBeforeClustersHelper()
3139 cue_size += cues_.GetCueByIndex(i)->Size(); in MoveCuesBeforeClusters()
Dmkvmuxer.h242 CuePoint* GetCueByIndex(int32_t index) const;