Searched refs:encryption_size (Results 1 - 2 of 2) 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...]
H A Dmkvmuxer.hpp284 uint64 EncodingSize(uint64 compresion_size, uint64 encryption_size) const;

Completed in 43 milliseconds