Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:ContentEncryption

4079 ContentEncoding::ContentEncryption::ContentEncryption()
4090 ContentEncoding::ContentEncryption::~ContentEncryption() {
4116 ContentEncryption** enc_i = encryption_entries_;
4117 ContentEncryption** const enc_j = encryption_entries_end_;
4120 ContentEncryption* const enc = *enc_i++;
4145 const ContentEncoding::ContentEncryption* ContentEncoding::GetEncryptionByIndex(
4199 // Count ContentCompression and ContentEncryption elements.
4233 new (std::nothrow) ContentEncryption*[encryption_count];
4269 ContentEncryption* const encryption =
4270 new (std::nothrow) ContentEncryption();
4349 ContentEncryption* encryption) {