Searched refs:bufType (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/module/extractors/mpeg2/ |
D | MPEG2PSExtractor.cpp | 738 uint32_t bufType; in read() local 741 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read() 744 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read() 747 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read() 750 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read() 753 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read() 756 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()
|
D | MPEG2TSExtractor.cpp | 222 uint32_t bufType; in read() local 225 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read() 228 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read() 231 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read() 234 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read() 237 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read() 240 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()
|