Home | History | Annotate | Download | only in webm

Lines Matching refs:LIST

23   LIST,  // Referred to as Master Element in the Matroska spec.
45 // appear in the list, a parsing error is signalled. Some elements are
59 {LIST, kWebMIdSeekHead},
60 {LIST, kWebMIdInfo},
61 {LIST, kWebMIdCluster},
62 {LIST, kWebMIdTracks},
63 {LIST, kWebMIdCues},
64 {LIST, kWebMIdAttachments},
65 {LIST, kWebMIdChapters},
66 {LIST, kWebMIdTags},
70 {LIST, kWebMIdSeek},
86 {LIST, kWebMIdChapterTranslate},
104 {LIST, kWebMIdSilentTracks},
107 {LIST, kWebMIdBlockGroup},
116 {LIST, kWebMIdBlockAdditions},
121 {LIST, kWebMIdSlices},
125 {LIST, kWebMIdBlockMore},
134 {LIST, kWebMIdTimeSlice},
142 {LIST, kWebMIdTrackEntry},
166 {LIST, kWebMIdTrackTranslate},
167 {LIST, kWebMIdVideo},
168 {LIST, kWebMIdAudio},
169 {LIST, kWebMIdTrackOperation},
170 {LIST, kWebMIdContentEncodings},
204 {LIST, kWebMIdTrackCombinePlanes},
205 {LIST, kWebMIdJoinBlocks},
209 {LIST, kWebMIdTrackPlane},
222 {LIST, kWebMIdContentEncoding},
229 {LIST, kWebMIdContentCompression},
230 {LIST, kWebMIdContentEncryption},
239 {LIST, kWebMIdContentEncAESSettings},
253 {LIST, kWebMIdCuePoint},
258 {LIST, kWebMIdCueTrackPositions},
266 {LIST, kWebMIdCueReference},
274 {LIST, kWebMIdAttachedFile},
286 {LIST, kWebMIdEditionEntry},
294 {LIST, kWebMIdChapterAtom},
306 {LIST, kWebMIdChapterTrack},
307 {LIST, kWebMIdChapterDisplay},
308 {LIST, kWebMIdChapProcess},
324 {LIST, kWebMIdChapProcessCommand},
333 {LIST, kWebMIdTag},
337 {LIST, kWebMIdTargets},
338 {LIST, kWebMIdSimpleTag},
616 case LIST:
648 DVLOG(1) << "Unexpected list element start with ID " << std::hex << id;
653 DVLOG(1) << "Unexpected list element end with ID " << std::hex << id;
805 // We've reached the end of a list of unknown size. Update the size now that
806 // we know it and dispatch the end of list calls.
819 // Make sure the whole element can fit inside the current list.
826 if (id_type == LIST) {
834 // Make sure we have the entire element before trying to parse a non-list
853 // See if we have reached the end of the current list.
873 // Make sure the new list doesn't go past the end of the current list.