Home | History | Annotate | Download | only in libwebm

Lines Matching refs:encryption_count

4564   int encryption_count = 0;

4585 ++encryption_count;
4591 if (compression_count <= 0 && encryption_count <= 0)
4599 if (encryption_count > 0) {
4600 encryption_entries_ = new ContentEncryption*[encryption_count];