Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h103 static const char *getKeyForStream(StreamType type);
H A DLiveSession.cpp227 const char *LiveSession::getKeyForStream(StreamType type) { in getKeyForStream() function in android::LiveSession
605 stopParams->setInt64(getKeyForStream(stream), startTime.mTimeUs); in checkSwitchProgress()
H A DPlaylistFetcher.cpp1824 const char *key = LiveSession::getKeyForStream(stream); in extractAndQueueAccessUnitsFromTs()