HomeSort by relevance Sort by last modified time
    Searched full:encryption_size (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 430 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 = EbmlElementSize(kMkvContentEncKeyID local
    [all...]
mkvmuxer.hpp 284 uint64 EncodingSize(uint64 compresion_size, uint64 encryption_size) const;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 477 const uint64 encryption_size = EncryptionSize(); local
478 const uint64 encoding_size = EncodingSize(0, encryption_size);
486 const uint64 encryption_size = EncryptionSize(); local
487 const uint64 encoding_size = EncodingSize(0, encryption_size);
504 if (!WriteEbmlMasterElement(writer, kMkvContentEncryption, encryption_size))
524 uint64 encryption_size) const {
531 if (encryption_size > 0) {
533 EbmlMasterElementSize(kMkvContentEncryption, encryption_size) +
534 encryption_size;
546 uint64 encryption_size local
    [all...]
mkvmuxer.hpp 311 uint64 EncodingSize(uint64 compresion_size, uint64 encryption_size) const;
    [all...]

Completed in 975 milliseconds