Searched refs:cue_entries_ (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp305 cue_entries_(NULL),
309 if (cue_entries_) {
311 CuePoint* const cue = cue_entries_[i];
314 delete[] cue_entries_;
336 cues[i] = cue_entries_[i];
339 delete[] cue_entries_;
341 cue_entries_ = cues;
346 cue_entries_[cue_entries_size_++] = cue;
351 if (cue_entries_ == NULL)
357 return cue_entries_[inde
[all...]
H A Dmkvmuxer.hpp235 // Number of allocated elements in |cue_entries_|.
238 // Number of CuePoints in |cue_entries_|.
242 CuePoint** cue_entries_; member in class:mkvmuxer::Cues

Completed in 76 milliseconds