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

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp207 // ContentEncAESSettings element names
208 struct ContentEncAESSettings { struct in class:mkvparser::ContentEncoding
209 ContentEncAESSettings() : cipher_mode(kCTR) {} function in struct:mkvparser::ContentEncoding::ContentEncAESSettings
210 ~ContentEncAESSettings() {}
230 ContentEncAESSettings aes_settings;
257 // Parses the ContentEncAESSettings element from |pReader|. |start| is the
258 // starting offset of the ContentEncAESSettings payload. |size| is the
259 // size in bytes of the ContentEncAESSettings payload. |encryption| is
263 ContentEncAESSettings* aes);
H A Dmkvmuxer.hpp252 // ContentEncAESSettings element
253 class ContentEncAESSettings { class in namespace:mkvmuxer
257 ContentEncAESSettings();
258 ~ContentEncAESSettings() {}
260 // Returns the size in bytes for the ContentEncAESSettings element.
263 // Writes out the ContentEncAESSettings element to |writer|. Returns true on
270 // Returns the size in bytes for the payload of the ContentEncAESSettings
277 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(ContentEncAESSettings);
307 ContentEncAESSettings* enc_aes_settings() { return &enc_aes_settings_; }
323 // ContentEncAESSettings elemen
[all...]
H A Dmkvmuxer.cpp408 // ContentEncAESSettings Class
410 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {} function in class:mkvmuxer::ContentEncAESSettings
412 uint64 ContentEncAESSettings::Size() const {
419 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
440 uint64 ContentEncAESSettings::PayloadSize() const {
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.h205 // ContentEncAESSettings element names
206 struct ContentEncAESSettings { struct in class:mkvparser::ContentEncoding
207 ContentEncAESSettings() : cipher_mode(kCTR) {} function in struct:mkvparser::ContentEncoding::ContentEncAESSettings
208 ~ContentEncAESSettings() {}
228 ContentEncAESSettings aes_settings;
255 // Parses the ContentEncAESSettings element from |pReader|. |start| is the
256 // starting offset of the ContentEncAESSettings payload. |size| is the
257 // size in bytes of the ContentEncAESSettings payload. |encryption| is
261 ContentEncAESSettings* aes);

Completed in 61 milliseconds