Home | History | Annotate | Download | only in libwebm

Lines Matching refs:encryption_count

4537   int encryption_count = 0;
4549 ++encryption_count;
4555 if (compression_count <= 0 && encryption_count <= 0)
4566 if (encryption_count > 0) {
4568 new (std::nothrow) ContentEncryption* [encryption_count];