Searched refs:cipher_mode (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.hpp229 ContentEncAESSettings() : cipher_mode(kCTR) {}
232 unsigned long long cipher_mode; member in struct:mkvparser::ContentEncoding::ContentEncAESSettings
H A Dmkvmuxer.hpp240 uint64 cipher_mode() const { return cipher_mode_; } function in class:mkvmuxer::ContentEncAESSettings
H A Dmkvparser.cpp5168 aes->cipher_mode = UnserializeUInt(pReader, pos, size);
5169 if (aes->cipher_mode != 1)

Completed in 173 milliseconds