HomeSort by relevance Sort by last modified time
    Searched refs:Cues (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libwebm/
mkvparser.hpp 588 class Cues;
591 friend class Cues;
631 class Cues
635 Cues(
641 ~Cues();
643 Cues(const Cues&);
644 Cues& operator=(const Cues&);
783 friend class Cues;
    [all...]
mkvparser.cpp 991 else if (id == 0x0C53BB6B) //Cues ID
995 m_pCues = new (std::nothrow) Cues(
1175 if (id == 0x0C53BB6B) //Cues ID
1184 m_pCues = new Cues(this,
1239 //for the cluster (or cues) ID to terminate the parse.
    [all...]
  /external/libvpx/libvpx/third_party/libmkv/
EbmlIDs.h 164 Cues = 0x1C53BB6B,
  /external/libvpx/libvpx/
webmenc.c 130 write_webm_seek_element(ebml, Cues, ebml->cue_pos);
256 (glob->cues + 1) * sizeof(struct cue_entry));
262 cue = &glob->cue_list[glob->cues];
265 glob->cues++;
302 Ebml_StartSubElement(glob, &start_cues, Cues);
304 for (i = 0; i < glob->cues; i++) {
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 320 // Special case the 0 seek to avoid loading Cues when the application
334 // If the Cues have not been located then find them.
335 const mkvparser::Cues* pCues = pSegment->GetCues();
340 ALOGV("No Cues yet");
345 if (pEntry->id == 0x0C53BB6B) { // Cues ID
349 ALOGV("Cues found");
355 ALOGE("No Cues in file");
502 // The audio we want is located by using the Cues to seek the video

Completed in 104 milliseconds