Home | History | Annotate | Download | only in libwebm

Lines Matching refs:encryption_count

5190   int encryption_count = 0;
5206 ++encryption_count;
5212 if (compression_count <= 0 && encryption_count <= 0)
5223 if (encryption_count > 0) {
5225 new (std::nothrow) ContentEncryption*[encryption_count];