Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.h83 sp<AMessage> getMetaAfterLastDequeued(int64_t delayUs);
DAnotherPacketSource.cpp535 sp<AMessage> AnotherPacketSource::getMetaAfterLastDequeued(int64_t delayUs) { in getMetaAfterLastDequeued() function in android::AnotherPacketSource
DMPEG2TSExtractor.cpp531 sp<AMessage> meta = impl->getMetaAfterLastDequeued(0); in seek()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp557 lastDequeueMeta = source->getMetaAfterLastDequeued(delayUs); in checkSwitchProgress()
1877 meta = sources[j]->getMetaAfterLastDequeued(mUpSwitchMargin); in onChangeConfiguration3()
DPlaylistFetcher.cpp1747 sp<AMessage> meta = source->getMetaAfterLastDequeued(0); in extractAndQueueAccessUnitsFromTs()