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

  /frameworks/av/include/media/stagefright/
MetaData.h 154 // kKeyEncryptedSizes and kKeyPlainSizes each map to an array of
163 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
165 kKeyEncryptedSizes = 'encr', // size_t[]
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 193 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
313 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
  /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/
MPEG4Extractor.cpp     [all...]

Completed in 36 milliseconds