Searched defs:packetSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp523 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); local
524 packetSource->clear();
541 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); local
565 sp<AMessage> latestMeta = packetSource->getLatestEnqueuedMeta();
632 sp<AnotherPacketSource> packetSource = local
636 packetSource->getBufferedDurationUs(&finalResult);
988 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); local
989 packetSource->clear();
1224 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); local
1376 packetSource
1406 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); local
1455 const sp<AnotherPacketSource> packetSource = local
1540 sp<AnotherPacketSource> packetSource = local
[all...]
H A DLiveSession.cpp146 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream); local
149 if (!packetSource->hasBufferAvailable(&finalResult)) {
159 sp<AMessage> meta = packetSource->getLatestEnqueuedMeta();
174 || packetSource->isFinished(0)
175 || packetSource->getEstimatedDurationUs() > targetDurationUs) {
202 status_t err = packetSource->dequeueAccessUnit(accessUnit);
339 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream); local
341 sp<MetaData> meta = packetSource->getFormat();
1640 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(indexToType(i)); local
1641 sp<AMessage> meta = packetSource
[all...]

Completed in 11 milliseconds