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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlBufferWriter.h 15 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id);
testlibmkv.c 27 Ebml_StartSubElement(&ebml, &startSegment, Segment); // segment
31 Ebml_StartSubElement(&ebml, &startInfo, Info);
39 Ebml_StartSubElement(&ebml, &trackStart, Tracks);
47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster
WebMElement.c 20 Ebml_StartSubElement(glob, &start, EBML);
61 Ebml_StartSubElement(glob, &start, TrackEntry);
71 Ebml_StartSubElement(glob, &videoStart, Video);
84 Ebml_StartSubElement(glob, &start, TrackEntry);
100 Ebml_StartSubElement(glob, &AudioStart, Audio);
108 Ebml_StartSubElement(ebml, startInfo, Info);
119 Ebml_StartSubElement(ebml_out, ebmlLoc, 0x18538067);
124 Ebml_StartSubElement(ebml_out, ebmlLoc, 0x114d9b74);
129 Ebml_StartSubElement(ebml_out, ebmlLoc, 0x4dbb);
149 Ebml_StartSubElement(ebml_out, ebmlLoc, 0x1654AE6B)
    [all...]
EbmlBufferWriter.c 36 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.c 74 static void Ebml_StartSubElement(struct EbmlGlobal *glob,
107 Ebml_StartSubElement(ebml, &start, Seek);
128 Ebml_StartSubElement(ebml, &start, SeekHead);
147 Ebml_StartSubElement(ebml, &startInfo, Info);
170 Ebml_StartSubElement(glob, &start, EBML);
181 Ebml_StartSubElement(glob, &glob->startSegment, Segment);
188 Ebml_StartSubElement(glob, &trackStart, Tracks);
191 Ebml_StartSubElement(glob, &start, TrackEntry);
198 Ebml_StartSubElement(glob, &videoStart, Video);
248 Ebml_StartSubElement(glob, &glob->startCluster, Cluster)
    [all...]

Completed in 35 milliseconds