Home | History | Annotate | Download | only in libwebm

Lines Matching refs:ContentEncoding

254 // ContentEncoding element
260 class ContentEncoding {
262 ContentEncoding();
263 ~ContentEncoding();
269 // Returns the size in bytes for the ContentEncoding element.
272 // Writes out the ContentEncoding element to |writer|. Returns true on
302 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(ContentEncoding);
313 // Adds a ContentEncoding element to the Track. Returns true on success.
316 // Returns the ContentEncoding by index. Returns NULL if there is no
317 // ContentEncoding match.
318 ContentEncoding* GetContentEncodingByIndex(uint32 index) const;
378 // ContentEncoding element list.
379 ContentEncoding** content_encoding_entries_;
381 // Number of ContentEncoding elements added.