HomeSort by relevance Sort by last modified time
    Searched refs:ContentEncAESSettings (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 222 // ContentEncAESSettings element
223 class ContentEncAESSettings {
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 element
    [all...]
mkvparser.hpp 202 // ContentEncAESSettings element names
203 struct ContentEncAESSettings {
204 ContentEncAESSettings() : cipher_mode(kCTR) {}
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);
mkvmuxer.cpp 351 // ContentEncAESSettings Class
353 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {}
355 uint64 ContentEncAESSettings::Size() const {
362 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
383 uint64 ContentEncAESSettings::PayloadSize() const {
    [all...]
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 223 // ContentEncAESSettings element
224 class ContentEncAESSettings {
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 element
    [all...]
mkvparser.hpp 227 // ContentEncAESSettings element names
228 struct ContentEncAESSettings {
229 ContentEncAESSettings() : cipher_mode(kCTR) {}
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);
mkvmuxer.cpp 358 // ContentEncAESSettings Class
360 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {}
362 uint64 ContentEncAESSettings::Size() const {
369 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
390 uint64 ContentEncAESSettings::PayloadSize() const {
    [all...]
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 202 // ContentEncAESSettings element names
203 struct ContentEncAESSettings {
204 ContentEncAESSettings() : cipher_mode(kCTR) {}
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);
mkvparser.cpp     [all...]

Completed in 592 milliseconds