Home | History | Annotate | Download | only in libwebm

Lines Matching defs:ContentEncoding

281 // ContentEncoding element
287 class ContentEncoding {
289 ContentEncoding();
290 ~ContentEncoding();
296 // Returns the size in bytes for the ContentEncoding element.
299 // Writes out the ContentEncoding element to |writer|. Returns true on
329 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(ContentEncoding);
340 // Adds a ContentEncoding element to the Track. Returns true on success.
343 // Returns the ContentEncoding by index. Returns NULL if there is no
344 // ContentEncoding match.
345 ContentEncoding* GetContentEncodingByIndex(uint32 index) const;
410 // ContentEncoding element list.
411 ContentEncoding** content_encoding_entries_;
413 // Number of ContentEncoding elements added.