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

  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaDataBase.h 161 // kKeyEncryptedSizes and kKeyPlainSizes each map to an array of
170 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
172 kKeyEncryptedSizes = 'encr', // size_t[]
  /frameworks/av/media/ndk/
NdkMediaExtractor.cpp 214 if (meta->findData(kKeyEncryptedSizes, &type, &data, &size)) {
350 if (!meta->findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
  /frameworks/av/media/libstagefright/
MediaTrack.cpp 167 meta.setData(kKeyEncryptedSizes,
NuMediaExtractor.cpp 605 if (mbuf->meta_data().findData(kKeyEncryptedSizes, &type, &data, &size)) {
623 mbuf->meta_data().setData(kKeyEncryptedSizes, type, adata, newSize);
Utils.cpp 703 { "crypto-encrypted-sizes", kKeyEncryptedSizes },
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDrm.cpp 284 if (!meta.findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
  /frameworks/av/media/extractors/mpeg2/
MPEG2PSExtractor.cpp 731 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) {
MPEG2TSExtractor.cpp 221 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) {
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 262 bufmeta.setData(kKeyEncryptedSizes, 0,
  /frameworks/av/media/libmedia/
NdkWrapper.cpp 629 if (!meta.findData(kKeyEncryptedSizes, &type, &crypteddata, &cryptedsize)) {
    [all...]

Completed in 276 milliseconds