Home
last modified time | relevance | path

Searched refs:kKeySEI (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h196 kKeySEI = 'sei ', // raw data enumerator
/frameworks/av/media/libstagefright/
DMediaTrack.cpp179 meta.setData(kKeySEI, in read()
DUtils.cpp707 { "sei", kKeySEI },
/frameworks/av/media/ndk/
DNdkMediaExtractor.cpp459 if (sampleMeta->findData(kKeySEI, &dataType, &seiData, &seiLength)) { in AMediaExtractor_getSampleFormat()
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp217 bufmeta.setData(kKeySEI, 0, sei->data(), sei->size()); in read()
/frameworks/av/media/extractors/mpeg2/
DMPEG2PSExtractor.cpp739 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read()
DMPEG2TSExtractor.cpp223 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1278 if (mb->meta_data().findData(kKeySEI, &dataType, &seiData, &seiLength)) { in mediaBufferToABuffer()