Searched refs:bufType (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/extractors/mpeg2/ |
D | MPEG2PSExtractor.cpp | 719 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()
|
D | MPEG2TSExtractor.cpp | 209 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()
|