HomeSort by relevance Sort by last modified time
    Searched refs:ContentEncryption (Results 1 - 2 of 2) sorted by null

  /external/libvpx/mkvparser/
mkvparser.hpp 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
    [all...]
mkvparser.cpp     [all...]

Completed in 691 milliseconds