Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/test/
DMpeg2tsUnitTest.cpp186 sp<AnotherPacketSource> packetSource = mParser->getSource(currentMediaType); in TEST_P() local
187 ASSERT_NE(packetSource, nullptr) in TEST_P()
190 status_t err = packetSource->start(); in TEST_P()
192 sp<MetaData> format = packetSource->getFormat(); in TEST_P()
195 err = packetSource->stop(); in TEST_P()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp802 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); in onStop() local
803 packetSource->clear(); in onStop()
875 sp<AnotherPacketSource> packetSource = in onMonitorQueue() local
879 packetSource->getBufferedDurationUs(&finalResult); in onMonitorQueue()
1440 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); in onDownloadNext() local
1441 packetSource->clear(); in onDownloadNext()
1815 sp<AnotherPacketSource> packetSource = mPacketSources.valueAt(i); in extractAndQueueAccessUnitsFromTs() local
1914 packetSource->queueAccessUnit(videoBuffer); in extractAndQueueAccessUnitsFromTs()
1928 packetSource->queueAccessUnit(accessUnit); in extractAndQueueAccessUnitsFromTs()
1940 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()