Home
last modified time | relevance | path

Searched refs:getSourceTypeForStream (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h105 static ATSParser::SourceType getSourceTypeForStream(StreamType type);
DPlaylistFetcher.cpp1768 ATSParser::SourceType type =LiveSession::getSourceTypeForStream(stream); in extractAndQueueAccessUnitsFromTs()
1825 ATSParser::SourceType type =LiveSession::getSourceTypeForStream(stream); in extractAndQueueAccessUnitsFromTs()
DLiveSession.cpp261 ATSParser::SourceType LiveSession::getSourceTypeForStream(StreamType type) { in getSourceTypeForStream() function in android::LiveSession
/frameworks/av/media/libstagefright/httplive/fuzzer/
Dhttplive_fuzzer.cpp311 mLiveSession->getSourceTypeForStream(stream); in invokeGetConfig()