Searched defs:encryption_size (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp430 const uint64 encryption_size = EncryptionSize(); local
431 const uint64 encoding_size = EncodingSize(0, encryption_size);
440 const uint64 encryption_size = EncryptionSize(); local
441 const uint64 encoding_size = EncodingSize(0, encryption_size);
459 if (!WriteEbmlMasterElement(writer, kMkvContentEncryption, encryption_size))
481 uint64 encryption_size) const {
488 if (encryption_size > 0) {
490 encryption_size) +
491 encryption_size;
503 uint64 encryption_size local
[all...]

Completed in 41 milliseconds