Home
last modified time | relevance | path

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

/external/libvpx/libwebm/
Dmkvparser.hpp211 struct ContentEncryption { struct in mkvparser::ContentEncoding
212 ContentEncryption();
213 ~ContentEncryption();
246 const ContentEncryption* GetEncryptionByIndex(unsigned long idx) const;
271 IMkvReader* pReader, ContentEncryption* encryption);
283 ContentEncryption** encryption_entries_;
284 ContentEncryption** encryption_entries_end_;
Dmkvparser.cpp4415 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
4426 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption()
4452 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding()
4453 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding()
4456 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding()
4481 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex()
4568 new (std::nothrow) ContentEncryption* [encryption_count]; in ParseContentEncodingEntry()
4609 ContentEncryption* const encryption = in ParseContentEncodingEntry()
4610 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry()
4689 ContentEncryption* encryption) { in ParseEncryptionEntry()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp211 struct ContentEncryption { struct in mkvparser::ContentEncoding
212 ContentEncryption();
213 ~ContentEncryption();
246 const ContentEncryption* GetEncryptionByIndex(unsigned long idx) const;
271 IMkvReader* pReader, ContentEncryption* encryption);
283 ContentEncryption** encryption_entries_;
284 ContentEncryption** encryption_entries_end_;
Dmkvparser.cpp4412 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
4423 ContentEncoding::ContentEncryption::~ContentEncryption() { in ~ContentEncryption()
4449 ContentEncryption** enc_i = encryption_entries_; in ~ContentEncoding()
4450 ContentEncryption** const enc_j = encryption_entries_end_; in ~ContentEncoding()
4453 ContentEncryption* const enc = *enc_i++; in ~ContentEncoding()
4478 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex( in GetEncryptionByIndex()
4565 new (std::nothrow) ContentEncryption* [encryption_count]; in ParseContentEncodingEntry()
4606 ContentEncryption* const encryption = in ParseContentEncodingEntry()
4607 new (std::nothrow) ContentEncryption(); in ParseContentEncodingEntry()
4686 ContentEncryption* encryption) { in ParseEncryptionEntry()