Home | History | Annotate | Download | only in libwebm

Lines Matching refs:ContentCompression

192   // ContentCompression element names
193 struct ContentCompression {
194 ContentCompression();
195 ~ContentCompression();
228 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
230 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
232 // Returns number of ContentCompression elements in this ContentEncoding
236 // Parses the ContentCompression element from |pReader|. |start| is the
237 // starting offset of the ContentCompression payload. |size| is the size in
238 // bytes of the ContentCompression payload. |compression| is where the parsed
242 ContentCompression* compression);
278 // Member variables for list of ContentCompression elements.
279 ContentCompression** compression_entries_;
280 ContentCompression** compression_entries_end_;