Home | History | Annotate | Download | only in mkvparser

Lines Matching full:encryption_count

4201   int encryption_count = 0;
4213 ++encryption_count;
4220 if (compression_count <= 0 && encryption_count <= 0)
4231 if (encryption_count > 0) {
4233 new (std::nothrow) ContentEncryption*[encryption_count];