Home
last modified time | relevance | path

Searched refs:kKeyCryptoIV (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaDataBase.h182 kKeyCryptoIV = 'cryI', // uint8_t[16] enumerator
/aosp12/frameworks/av/media/libstagefright/
H A DMediaTrack.cpp183 meta.setData(kKeyCryptoIV, in read()
H A DUtils.cpp779 { "crypto-iv", kKeyCryptoIV },
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDrm.cpp270 if (meta.findData(kKeyCryptoIV, &type, &iv, &ivsize)) { in getSampleCryptoInfo()
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp379 if (meta->findData(kKeyCryptoIV, &type, &iv, &ivsize)) { in AMediaExtractor_getSampleCryptoInfo()
/aosp12/frameworks/av/media/extractors/mpeg2/
H A DMPEG2PSExtractor.cpp727 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read()
H A DMPEG2TSExtractor.cpp211 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read()
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp251 bufmeta.setData(kKeyCryptoIV, 0, array, 16); in read()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp639 if (meta->findData(kKeyCryptoIV, &type, &data, &size)) { in android_media_MediaExtractor_getSampleCryptoInfo()