Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:ContentEncryption

4394 ContentEncoding::ContentEncryption::ContentEncryption()

4406 ContentEncoding::ContentEncryption::~ContentEncryption() {
4433 ContentEncryption** enc_i = encryption_entries_;
4434 ContentEncryption** const enc_j = encryption_entries_end_;
4437 ContentEncryption* const enc = *enc_i++;
4463 const ContentEncoding::ContentEncryption*
4485 ContentEncryption* const encryption) {
4554 // Count ContentCompression and ContentEncryption elements.
4577 if (id == 0x1035) // ContentEncryption ID
4593 encryption_entries_ = new ContentEncryption*[encryption_count];
4637 // ContentEncryption ID
4638 ContentEncryption* const encryption = new ContentEncryption();