Home | History | Annotate | Download | only in libwebm

Lines Matching refs:ContentEncryption

218     // ContentEncryption element names

219 struct ContentEncryption {
220 ContentEncryption();
221 ~ContentEncryption();
242 // Returns ContentEncryption represented by |idx|. Returns NULL if |idx|
244 const ContentEncryption* GetEncryptionByIndex(unsigned long idx) const;
246 // Returns number of ContentEncryption elements in this ContentEncoding
257 // Parses the ContentEncryption element from |pReader|. |start| is the
258 // starting offset of the ContentEncryption payload. |size| is the size in
259 // bytes of the ContentEncryption payload. |encryption| is where the parsed
264 ContentEncryption* const encryption);
275 // Member variables for list of ContentEncryption elements.
276 ContentEncryption** encryption_entries_;
277 ContentEncryption** encryption_entries_end_;