Home
last modified time | relevance | path

Searched refs:indexToType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp314 mPacketSources.add(indexToType(i), new AnotherPacketSource(NULL /* meta */)); in LiveSession()
315 mPacketSources2.add(indexToType(i), new AnotherPacketSource(NULL /* meta */)); in LiveSession()
547 StreamType stream = indexToType(i); in checkSwitchProgress()
613 StreamType stream = indexToType(i); in checkSwitchProgress()
857 if ((mSwapMask & indexToType(i)) in onMessageReceived()
975 LiveSession::StreamType LiveSession::indexToType(int idx) { in indexToType() function in android::LiveSession
1206 StreamType type = indexToType(trackIndex); in getPacketSourceForStreamIndex()
1245 if ((streamMask & indexToType(i)) && UriIsSameAsIndex(uri, i, newUri)) { in resumeFetcher()
1568 streamMask |= indexToType(i); in changeConfiguration()
1586 StreamType type = indexToType(j); in changeConfiguration()
[all …]
DLiveSession.h280 static StreamType indexToType(int idx);