Searched refs:kKeyEncryptedSizes (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMetaData.h159 // kKeyEncryptedSizes and kKeyPlainSizes each map to an array of
168 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
170 kKeyEncryptedSizes = 'encr', // size_t[] enumerator in enum:android::__anon81
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp194 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
330 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp484 if (info->mSample->meta_data()->findData(kKeyEncryptedSizes, &type, &data, &size)) {
502 info->mSample->meta_data()->setData(kKeyEncryptedSizes, type, adata, newSize);
H A DMPEG4Extractor.cpp4589 bufmeta->setData(kKeyEncryptedSizes, 0,
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp236 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
513 if (!meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp572 meta->setData(kKeyEncryptedSizes, 0, encryptedSizes, sizeof(encryptedSizes));
589 meta->setData(kKeyEncryptedSizes, 0, encryptedSizes, sizeof(encryptedSizes));

Completed in 93 milliseconds