Home
last modified time | relevance | path

Searched defs:ContentEncryption (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libwebm/mkvparser/
H A Dmkvparser.h214 struct ContentEncryption { struct
218 unsigned long long algo;
219 unsigned char* key_id;
220 long long key_id_len;
221 unsigned char* signature;
222 long long signature_len;
223 unsigned char* sig_key_id;
247 // Returns ContentEncryption represented by |idx|. Returns NULL if |idx| argument
H A Dmkvparser.cc4089 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
/aosp_15_r20/external/libaom/third_party/libwebm/mkvparser/
H A Dmkvparser.h214 struct ContentEncryption { struct
218 unsigned long long algo;
219 unsigned char* key_id;
220 long long key_id_len;
221 unsigned char* signature;
222 long long signature_len;
223 unsigned char* sig_key_id;
247 // Returns ContentEncryption represented by |idx|. Returns NULL if |idx| argument
H A Dmkvparser.cc4090 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h214 struct ContentEncryption { struct
218 unsigned long long algo;
219 unsigned char* key_id;
220 long long key_id_len;
221 unsigned char* signature;
222 long long signature_len;
223 unsigned char* sig_key_id;
247 // Returns ContentEncryption represented by |idx|. Returns NULL if |idx| argument
H A Dmkvparser.cc4090 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
/aosp_15_r20/external/libwebm/webm_parser/include/webm/
H A Ddom_types.h1289 struct ContentEncryption { struct
1308 bool operator==(const ContentEncryption& other) const { argument