[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp342 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream); local
355 if (!packetSource->hasDataBufferAvailable(&finalResult)) {
369 status_t err = packetSource->dequeueAccessUnit(accessUnit);
454 packetSource->requeueAccessUnit((*accessUnit));
475 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream); local
477 sp<MetaData> meta = packetSource->getFormat();
1660 sp<AnotherPacketSource> packetSource = mPacketSources.editValueAt(i); local
1661 sp<MetaData> format = packetSource->getFormat();
1662 packetSource->clear();
1669 packetSource
[all...]
H A DPlaylistFetcher.cpp735 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); local
736 packetSource->clear();
798 sp<AnotherPacketSource> packetSource = local
802 packetSource->getBufferedDurationUs(&finalResult);
1333 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); local
1334 packetSource->clear();
1703 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); local
1802 packetSource->queueAccessUnit(videoBuffer);
1816 packetSource->queueAccessUnit(accessUnit);
1828 sp<AnotherPacketSource> packetSource local
1877 const sp<AnotherPacketSource> packetSource = local
1962 sp<AnotherPacketSource> packetSource = local
[all...]

Completed in 62 milliseconds