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 252 // ContentEncAESSettings element
253 class ContentEncAESSettings {
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 element
    [all...]
mkvparser.hpp 207 // ContentEncAESSettings element names
208 struct ContentEncAESSettings {
209 ContentEncAESSettings() : cipher_mode(kCTR) {}
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);
mkvmuxer.cpp 408 // ContentEncAESSettings Class
410 ContentEncAESSettings::ContentEncAESSettings() : cipher_mode_(kCTR) {}
412 uint64 ContentEncAESSettings::Size() const {
419 bool ContentEncAESSettings::Write(IMkvWriter* writer) const {
440 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/
mkvparser.h 205 // ContentEncAESSettings element names
206 struct ContentEncAESSettings {
207 ContentEncAESSettings() : cipher_mode(kCTR) {}
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);
mkvparser.cc     [all...]

Completed in 547 milliseconds