/external/libwebm/webm_parser/src/ |
D | content_encryption_parser.h | 22 class ContentEncryptionParser : public MasterValueParser<ContentEncryption> { 25 : MasterValueParser<ContentEncryption>( in ContentEncryptionParser() 27 &ContentEncryption::algorithm), in ContentEncryptionParser() 29 &ContentEncryption::key_id), in ContentEncryptionParser() 31 Id::kContentEncAesSettings, &ContentEncryption::aes_settings)) { in ContentEncryptionParser()
|
/external/libwebm/webm_parser/tests/ |
D | content_encryption_parser_test.cc | 20 using webm::ContentEncryption; 34 const ContentEncryption content_encryption = parser_.value(); in TEST_F() 60 const ContentEncryption content_encryption = parser_.value(); in TEST_F() 92 const ContentEncryption content_encryption = parser_.value(); in TEST_F()
|
D | content_encoding_parser_test.cc | 19 using webm::ContentEncryption; 43 EXPECT_EQ(ContentEncryption{}, content_encoding.encryption.value()); in TEST_F() 75 EXPECT_EQ(ContentEncryption{}, content_encoding.encryption.value()); in TEST_F() 113 ContentEncryption expected; in TEST_F()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 214 struct ContentEncryption { struct 215 ContentEncryption(); 216 ~ContentEncryption(); 249 const ContentEncryption* GetEncryptionByIndex(unsigned long idx) const; 274 IMkvReader* pReader, ContentEncryption* encryption); 286 ContentEncryption** encryption_entries_; 287 ContentEncryption** encryption_entries_end_;
|
D | mkvparser.cc | 4076 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption 4087 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption() 4113 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding() 4114 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding() 4117 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding() 4142 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex() 4230 new (std::nothrow) ContentEncryption*[encryption_count]; in ParseContentEncodingEntry() 4268 ContentEncryption* const encryption = in ParseContentEncodingEntry() 4269 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry() 4355 ContentEncryption* encryption) { in ParseEncryptionEntry()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 214 struct ContentEncryption { struct 215 ContentEncryption(); 216 ~ContentEncryption(); 249 const ContentEncryption* GetEncryptionByIndex(unsigned long idx) const; 274 IMkvReader* pReader, ContentEncryption* encryption); 286 ContentEncryption** encryption_entries_; 287 ContentEncryption** encryption_entries_end_;
|
D | mkvparser.cc | 4076 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption 4087 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption() 4113 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding() 4114 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding() 4117 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding() 4142 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex() 4230 new (std::nothrow) ContentEncryption*[encryption_count]; in ParseContentEncodingEntry() 4268 ContentEncryption* const encryption = in ParseContentEncodingEntry() 4269 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry() 4355 ContentEncryption* encryption) { in ParseEncryptionEntry()
|
/external/libwebm/mkvparser/ |
D | mkvparser.h | 214 struct ContentEncryption { struct 215 ContentEncryption(); 216 ~ContentEncryption(); 249 const ContentEncryption* GetEncryptionByIndex(unsigned long idx) const; 274 IMkvReader* pReader, ContentEncryption* encryption); 286 ContentEncryption** encryption_entries_; 287 ContentEncryption** encryption_entries_end_;
|
D | mkvparser.cc | 4076 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption 4087 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption() 4113 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding() 4114 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding() 4117 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding() 4142 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex() 4230 new (std::nothrow) ContentEncryption*[encryption_count]; in ParseContentEncodingEntry() 4268 ContentEncryption* const encryption = in ParseContentEncodingEntry() 4269 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry() 4355 ContentEncryption* encryption) { in ParseEncryptionEntry()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 214 struct ContentEncryption { struct 215 ContentEncryption(); 216 ~ContentEncryption(); 249 const ContentEncryption* GetEncryptionByIndex(unsigned long idx) const; 274 IMkvReader* pReader, ContentEncryption* encryption); 286 ContentEncryption** encryption_entries_; 287 ContentEncryption** encryption_entries_end_;
|
D | mkvparser.cc | 4076 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption 4087 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption() 4113 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding() 4114 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding() 4117 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding() 4142 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex() 4230 new (std::nothrow) ContentEncryption*[encryption_count]; in ParseContentEncodingEntry() 4268 ContentEncryption* const encryption = in ParseContentEncodingEntry() 4269 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry() 4355 ContentEncryption* encryption) { in ParseEncryptionEntry()
|
/external/libwebm/webm_parser/include/webm/ |
D | dom_types.h | 1289 struct ContentEncryption { struct 1308 bool operator==(const ContentEncryption& other) const { argument 1351 Element<ContentEncryption> encryption;
|
/external/libwebm/ |
D | webm_info.cc | 430 const ContentEncoding::ContentEncryption* const encryption = in OutputTracks() 938 const ContentEncoding::ContentEncryption* const encryption = in OutputCluster()
|
/external/libwebm/webm_parser/demo/ |
D | demo.cc | 780 void PrintMasterElement(const ContentEncryption& content_encryption) { in PrintMasterElement()
|