Searched refs:encryption (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5270 ContentEncryption* const encryption = local
5272 if (!encryption)
5275 status = ParseEncryptionEntry(pos, size, pReader, encryption);
5277 delete encryption;
5280 *encryption_entries_end_++ = encryption;
5357 ContentEncryption* encryption) {
5359 assert(encryption);
5376 encryption->algo = UnserializeUInt(pReader, pos, size);
5377 if (encryption->algo != 5)
5381 delete[] encryption
5353 ParseEncryptionEntry( long long start, long long size, IMkvReader* pReader, ContentEncryption* encryption) argument
[all...]
H A Dmkvparser.hpp280 // size in bytes of the ContentEncAESSettings payload. |encryption| is
296 // bytes of the ContentEncryption payload. |encryption| is where the parsed
301 ContentEncryption* encryption);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp4492 ContentEncryption* const encryption) {
4494 assert(encryption);
4513 encryption->algo = value;
4516 encryption->key_id = buf;
4517 encryption->key_id_len = buf_len;
4520 encryption->signature = buf;
4521 encryption->signature_len = buf_len;
4524 encryption->sig_key_id = buf;
4525 encryption->sig_key_id_len = buf_len;
4645 ContentEncryption* const encryption local
4488 ParseEncryptionEntry( long long start, long long size, IMkvReader* const pReader, ContentEncryption* const encryption) argument
[all...]
H A Dmkvparser.hpp259 // bytes of the ContentEncryption payload. |encryption| is where the parsed
264 ContentEncryption* const encryption);

Completed in 21 milliseconds