OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentEncryption
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libwebm/
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 25 milliseconds