Home
last modified time | relevance | path

Searched refs:getMetaAfterLastDequeued (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.h80 sp<AMessage> getMetaAfterLastDequeued(int64_t delayUs);
DMPEG2TSExtractor.cpp373 sp<AMessage> meta = impl->getMetaAfterLastDequeued(0); in seek()
DAnotherPacketSource.cpp479 sp<AMessage> AnotherPacketSource::getMetaAfterLastDequeued(int64_t delayUs) { in getMetaAfterLastDequeued() function in android::AnotherPacketSource
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp554 lastDequeueMeta = source->getMetaAfterLastDequeued(delayUs); in checkSwitchProgress()
1862 meta = sources[j]->getMetaAfterLastDequeued(mUpSwitchMargin); in onChangeConfiguration3()
DPlaylistFetcher.cpp1663 sp<AMessage> meta = source->getMetaAfterLastDequeued(0); in extractAndQueueAccessUnitsFromTs()