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

  /external/libvpx/mkvparser/
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/libmkv/
EbmlIDs.h 164 Cues = 0x1C53BB6B,
  /external/libvpx/
vpxenc.c 483 unsigned int cues; member in struct:EbmlGlobal
581 write_webm_seek_element(ebml, Cues, ebml->cue_pos);
710 (glob->cues+1) * sizeof(struct cue_entry));
719 cue = &glob->cue_list[glob->cues];
722 glob->cues++;
762 Ebml_StartSubElement(glob, &start, Cues);
763 for(i=0; i<glob->cues; i++)
    [all...]
  /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 93 milliseconds