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

  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaData.h 163 // kKeyEncryptedSizes and kKeyPlainSizes each map to an array of
172 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
174 kKeyEncryptedSizes = 'encr', // size_t[]
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 200 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
336 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 494 if (info->mSample->meta_data()->findData(kKeyEncryptedSizes, &type, &data, &size)) {
512 info->mSample->meta_data()->setData(kKeyEncryptedSizes, type, adata, newSize);
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDrm.cpp 279 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 264 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
548 if (!meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 249 bufmeta->setData(kKeyEncryptedSizes, 0,
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 583 meta->setData(kKeyEncryptedSizes, 0, encryptedSizes, sizeof(encryptedSizes));
600 meta->setData(kKeyEncryptedSizes, 0, encryptedSizes, sizeof(encryptedSizes));
    [all...]

Completed in 200 milliseconds