Home
last modified time | relevance | path

Searched refs:inMeta (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/extractors/mpeg2/
DMPEG2PSExtractor.cpp725 MetaDataBase &inMeta = mbuf->meta_data(); in read() local
728 if (inMeta.findInt64(kKeyTime, &val64)) { in read()
732 if (inMeta.findInt32(kKeyIsSyncFrame, &val32)) { in read()
735 if (inMeta.findInt32(kKeyCryptoMode, &val32)) { in read()
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()
DMPEG2TSExtractor.cpp208 MetaDataBase &inMeta = mbuf->meta_data(); in read() local
212 if (inMeta.findInt64(kKeyTime, &val64)) { in read()
216 if (inMeta.findInt32(kKeyIsSyncFrame, &val32)) { in read()
219 if (inMeta.findInt32(kKeyCryptoMode, &val32)) { in read()
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()
/frameworks/av/media/module/mpeg2ts/test/
DMpeg2tsUnitTest.cpp175 MetaDataBase &inMeta = buf->meta_data(); in TEST_P() local
176 bool status = inMeta.findInt32(kKeyIsSyncFrame, &val32); in TEST_P()
179 status = inMeta.findInt32(kKeyCryptoMode, &val32); in TEST_P()