Home
last modified time | relevance | path

Searched refs:ContentEncryption (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libwebm/webm_parser/src/
H A Dcontent_encryption_parser.h22 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()
/aosp_15_r20/external/libwebm/webm_parser/tests/
H A Dcontent_encryption_parser_test.cc20 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()
H A Dcontent_encoding_parser_test.cc19 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()
/aosp_15_r20/external/libwebm/mkvparser/
H A Dmkvparser.h214 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_;
H A Dmkvparser.cc4089 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
4100 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption()
4126 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding()
4127 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding()
4130 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding()
4155 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex()
4249 ContentEncryption*[static_cast<size_t>(encryption_count)]; in ParseContentEncodingEntry()
4287 ContentEncryption* const encryption = in ParseContentEncodingEntry()
4288 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry()
4374 ContentEncryption* encryption) { in ParseEncryptionEntry()
/aosp_15_r20/external/libaom/third_party/libwebm/mkvparser/
H A Dmkvparser.h214 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_;
H A Dmkvparser.cc4090 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
4101 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption()
4127 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding()
4128 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding()
4131 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding()
4156 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex()
4250 ContentEncryption*[static_cast<size_t>(encryption_count)]; in ParseContentEncodingEntry()
4288 ContentEncryption* const encryption = in ParseContentEncodingEntry()
4289 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry()
4375 ContentEncryption* encryption) { in ParseEncryptionEntry()
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h214 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_;
H A Dmkvparser.cc4090 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
4101 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption()
4127 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding()
4128 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding()
4131 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding()
4156 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex()
4250 ContentEncryption*[static_cast<size_t>(encryption_count)]; in ParseContentEncodingEntry()
4288 ContentEncryption* const encryption = in ParseContentEncodingEntry()
4289 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry()
4375 ContentEncryption* encryption) { in ParseEncryptionEntry()
/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
1351 Element<ContentEncryption> encryption;
/aosp_15_r20/external/libwebm/
H A Dwebm_info.cc430 const ContentEncoding::ContentEncryption* const encryption = in OutputTracks()
945 const ContentEncoding::ContentEncryption* const encryption = in OutputCluster()
/aosp_15_r20/external/libwebm/webm_parser/demo/
H A Ddemo.cc780 void PrintMasterElement(const ContentEncryption& content_encryption) { in PrintMasterElement()
/aosp_15_r20/frameworks/av/media/module/extractors/mkv/
H A DMatroskaExtractor.cpp1920 const mkvparser::ContentEncoding::ContentEncryption *encryption; in initTrackInfo()