Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mpeg2/
DMPEG2PSExtractor.cpp723 uint32_t bufType; in read() local
726 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read()
729 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read()
732 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read()
735 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read()
738 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read()
741 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()
DMPEG2TSExtractor.cpp207 uint32_t bufType; in read() local
210 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read()
213 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read()
216 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read()
219 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read()
222 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read()
225 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()