Searched refs:ContentEncAESSettings (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp222 // ContentEncAESSettings element
223 class ContentEncAESSettings { class in namespace:mkvmuxer
227 ContentEncAESSettings();
228 ~ContentEncAESSettings() {}
230 // Returns the size in bytes for the ContentEncAESSettings element.
233 // Writes out the ContentEncAESSettings element to |writer|. Returns true on
240 // Returns the size in bytes for the payload of the ContentEncAESSettings
247 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(ContentEncAESSettings);
277 ContentEncAESSettings* enc_aes_settings() { return &enc_aes_settings_; }
293 // ContentEncAESSettings elemen
[all...]
H A Dmkvparser.hpp202 // ContentEncAESSettings element names
203 struct ContentEncAESSettings { struct in class:mkvparser::ContentEncoding
204 ContentEncAESSettings() : cipher_mode(kCTR) {} function in struct:mkvparser::ContentEncoding::ContentEncAESSettings
205 ~ContentEncAESSettings() {}
225 ContentEncAESSettings aes_settings;
252 // Parses the ContentEncAESSettings element from |pReader|. |start| is the
253 // starting offset of the ContentEncAESSettings payload. |size| is the
254 // size in bytes of the ContentEncAESSettings payload. |encryption| is
258 ContentEncAESSettings* aes);
H A Dmkvmuxer.cpp351 // ContentEncAESSettings Class
353 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {} function in class:mkvmuxer::ContentEncAESSettings
355 uint64 ContentEncAESSettings::Size() const {
362 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
383 uint64 ContentEncAESSettings::PayloadSize() const {
H A Dmkvparser.cpp4498 ContentEncAESSettings* aes) {
4783 // ContentEncAESSettings
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp223 // ContentEncAESSettings element
224 class ContentEncAESSettings { class in namespace:mkvmuxer
230 ContentEncAESSettings();
231 ~ContentEncAESSettings() {}
233 // Returns the size in bytes for the ContentEncAESSettings element.
236 // Writes out the ContentEncAESSettings element to |writer|. Returns true on
243 // Returns the size in bytes for the payload of the ContentEncAESSettings
250 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(ContentEncAESSettings);
280 ContentEncAESSettings* enc_aes_settings() { return &enc_aes_settings_; }
296 // ContentEncAESSettings elemen
[all...]
H A Dmkvparser.hpp227 // ContentEncAESSettings element names
228 struct ContentEncAESSettings { struct in class:mkvparser::ContentEncoding
229 ContentEncAESSettings() : cipher_mode(kCTR) {} function in struct:mkvparser::ContentEncoding::ContentEncAESSettings
230 ~ContentEncAESSettings() {}
250 ContentEncAESSettings aes_settings;
278 // Parses the ContentEncAESSettings element from |pReader|. |start| is the
279 // starting offset of the ContentEncAESSettings payload. |size| is the
280 // size in bytes of the ContentEncAESSettings payload. |encryption| is
285 ContentEncAESSettings* aes);
H A Dmkvmuxer.cpp358 // ContentEncAESSettings Class
360 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {} function in class:mkvmuxer::ContentEncAESSettings
362 uint64 ContentEncAESSettings::Size() const {
369 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
390 uint64 ContentEncAESSettings::PayloadSize() const {
H A Dmkvparser.cpp5149 ContentEncAESSettings* aes) {
5455 // ContentEncAESSettings
/external/libvpx/libwebm/
H A Dmkvparser.hpp202 // ContentEncAESSettings element names
203 struct ContentEncAESSettings { struct in class:mkvparser::ContentEncoding
204 ContentEncAESSettings() : cipher_mode(kCTR) {} function in struct:mkvparser::ContentEncoding::ContentEncAESSettings
205 ~ContentEncAESSettings() {}
225 ContentEncAESSettings aes_settings;
252 // Parses the ContentEncAESSettings element from |pReader|. |start| is the
253 // starting offset of the ContentEncAESSettings payload. |size| is the
254 // size in bytes of the ContentEncAESSettings payload. |encryption| is
258 ContentEncAESSettings* aes);
H A Dmkvparser.cpp4501 ContentEncAESSettings* aes) {
4786 // ContentEncAESSettings

Completed in 208 milliseconds