Home
last modified time | relevance | path

Searched refs:bufType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/extractors/mpeg2/
DMPEG2PSExtractor.cpp719 uint32_t bufType; in read() local
722 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read()
725 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read()
728 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read()
731 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read()
734 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read()
737 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()
DMPEG2TSExtractor.cpp209 uint32_t bufType; in read() local
212 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read()
215 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read()
218 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read()
221 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read()
224 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read()
227 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()