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

/external/libvpx/libvpx/third_party/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);
/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);
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h274 // ContentEncAESSettings element
275 class ContentEncAESSettings { class in namespace:mkvmuxer
279 ContentEncAESSettings();
280 ~ContentEncAESSettings() {}
282 // Returns the size in bytes for the ContentEncAESSettings element.
285 // Writes out the ContentEncAESSettings element to |writer|. Returns true on
292 // Returns the size in bytes for the payload of the ContentEncAESSettings
299 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(ContentEncAESSettings);
329 ContentEncAESSettings* enc_aes_settings() { return &enc_aes_settings_; }
346 // ContentEncAESSettings elemen
[all...]
H A Dmkvmuxer.cc479 // ContentEncAESSettings Class
481 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {} function in class:mkvmuxer::ContentEncAESSettings
483 uint64_t ContentEncAESSettings::Size() const {
491 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
515 uint64_t ContentEncAESSettings::PayloadSize() const {

Completed in 56 milliseconds