Home
last modified time | relevance | path

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

/frameworks/av/media/module/mpeg2ts/test/
DMpeg2tsUnitTest.cpp185 sp<AnotherPacketSource> packetSource = mParser->getSource(currentMediaType); in TEST_P() local
186 ASSERT_NE(packetSource, nullptr) in TEST_P()
189 status_t err = packetSource->start(); in TEST_P()
191 sp<MetaData> format = packetSource->getFormat(); in TEST_P()
194 err = packetSource->stop(); in TEST_P()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp803 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); in onStop() local
804 packetSource->clear(); in onStop()
876 sp<AnotherPacketSource> packetSource = in onMonitorQueue() local
880 packetSource->getBufferedDurationUs(&finalResult); in onMonitorQueue()
1441 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); in onDownloadNext() local
1442 packetSource->clear(); in onDownloadNext()
1816 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); in extractAndQueueAccessUnitsFromTs() local
1915 packetSource->queueAccessUnit(videoBuffer); in extractAndQueueAccessUnitsFromTs()
1929 packetSource->queueAccessUnit(accessUnit); in extractAndQueueAccessUnitsFromTs()
1941 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); in extractAndQueueAccessUnitsFromTs() local
[all …]
DLiveSession.cpp342 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream); in dequeueAccessUnit() local
355 if (!packetSource->hasDataBufferAvailable(&finalResult)) { in dequeueAccessUnit()
369 status_t err = packetSource->dequeueAccessUnit(accessUnit); in dequeueAccessUnit()
454 packetSource->requeueAccessUnit((*accessUnit)); in dequeueAccessUnit()
475 sp<AnotherPacketSource> packetSource = mPacketSources.valueFor(stream); in getStreamFormatMeta() local
477 *meta = packetSource->getFormat(); in getStreamFormatMeta()
1681 sp<AnotherPacketSource> packetSource = mPacketSources.editValueAt(i); in onChangeConfiguration2() local
1682 sp<MetaData> format = packetSource->getFormat(); in onChangeConfiguration2()
1683 packetSource->clear(); in onChangeConfiguration2()
1690 packetSource->setFormat(format); in onChangeConfiguration2()
/frameworks/av/media/libstagefright/rtsp/fuzzer/
DREADME.md6 + [packet_source_fuzzer](#packetSource)
68 # <a name="packetSource"></a> Fuzzer for PacketSource
Dpacket_source_fuzzer.cpp160 sp<APacketSource> packetSource = sp<APacketSource>::make( in process() local