HomeSort by relevance Sort by last modified time
    Searched refs:packetSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 735 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i);
736 packetSource->clear();
798 sp<AnotherPacketSource> packetSource =
802 packetSource->getBufferedDurationUs(&finalResult);
    [all...]
LiveSession.cpp 342 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream);
355 if (!packetSource->hasDataBufferAvailable(&finalResult)) {
369 status_t err = packetSource->dequeueAccessUnit(accessUnit);
454 packetSource->requeueAccessUnit((*accessUnit));
475 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream);
477 sp<MetaData> meta = packetSource->getFormat();
    [all...]

Completed in 50 milliseconds