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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 360 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {}
379 if (!WriteEbmlElement(writer, kMkvAESSettingsCipherMode, cipher_mode_))
391 uint64 size = EbmlElementSize(kMkvAESSettingsCipherMode, cipher_mode_);
    [all...]
mkvmuxer.hpp 240 uint64 cipher_mode() const { return cipher_mode_; }
248 uint64 cipher_mode_; member in class:mkvmuxer::ContentEncAESSettings
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 267 uint64 cipher_mode() const { return cipher_mode_; }
275 uint64 cipher_mode_; member in class:mkvmuxer::ContentEncAESSettings
    [all...]
mkvmuxer.cpp 410 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {}
429 if (!WriteEbmlElement(writer, kMkvAESSettingsCipherMode, cipher_mode_))
441 uint64 size = EbmlElementSize(kMkvAESSettingsCipherMode, cipher_mode_);
    [all...]

Completed in 2197 milliseconds