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

  /frameworks/av/include/media/stagefright/
MetaData.h 144 // kKeyEncryptedSizes and kKeyPlainSizes each map to an array of
153 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
155 kKeyEncryptedSizes = 'encr', // size_t[]
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 277 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
554 if (!meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]

Completed in 61 milliseconds