Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp313 mPacketSources.add(indexToType(i), new AnotherPacketSource(NULL /* meta */)); in LiveSession()
314 mPacketSources2.add(indexToType(i), new AnotherPacketSource(NULL /* meta */)); in LiveSession()
546 StreamType stream = indexToType(i); in checkSwitchProgress()
612 StreamType stream = indexToType(i); in checkSwitchProgress()
856 if ((mSwapMask & indexToType(i)) in onMessageReceived()
974 LiveSession::StreamType LiveSession::indexToType(int idx) { in indexToType() function in android::LiveSession
1205 StreamType type = indexToType(trackIndex); in getPacketSourceForStreamIndex()
1244 if ((streamMask & indexToType(i)) && UriIsSameAsIndex(uri, i, newUri)) { in resumeFetcher()
1567 streamMask |= indexToType(i); in changeConfiguration()
1585 StreamType type = indexToType(j); in changeConfiguration()
[all …]
DLiveSession.h280 static StreamType indexToType(int idx);