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 149 // kKeyEncryptedSizes and kKeyPlainSizes each map to an array of
158 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
160 kKeyEncryptedSizes = 'encr', // size_t[]
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 192 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
312 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 303 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
580 if (!meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]

Completed in 171 milliseconds