Searched refs:inMeta (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 194 MetaDataBase &inMeta = mbuf->meta_data(); in read() local 198 if (inMeta.findInt64(kKeyTime, &val64)) { in read() 202 if (inMeta.findInt32(kKeyIsSyncFrame, &val32)) { in read() 205 if (inMeta.findInt32(kKeyCryptoMode, &val32)) { in read() 211 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read() 214 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read() 217 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read() 220 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read() 223 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read() 226 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()
|