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

  /frameworks/av/include/media/stagefright/
MetaData.h 159 // kKeyEncryptedSizes and kKeyPlainSizes each map to an array of
168 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
170 kKeyEncryptedSizes = 'encr', // size_t[]
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 194 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
330 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 484 if (info->mSample->meta_data()->findData(kKeyEncryptedSizes, &type, &data, &size)) {
502 info->mSample->meta_data()->setData(kKeyEncryptedSizes, type, adata, newSize);
MPEG4Extractor.cpp     [all...]
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 236 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
513 if (!meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 572 meta->setData(kKeyEncryptedSizes, 0, encryptedSizes, sizeof(encryptedSizes));
589 meta->setData(kKeyEncryptedSizes, 0, encryptedSizes, sizeof(encryptedSizes));
    [all...]

Completed in 179 milliseconds