Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp309 mPacketSources.add(indexToType(i), new AnotherPacketSource(NULL /* meta */)); in LiveSession()
310 mPacketSources2.add(indexToType(i), new AnotherPacketSource(NULL /* meta */)); in LiveSession()
542 StreamType stream = indexToType(i); in checkSwitchProgress()
608 StreamType stream = indexToType(i); in checkSwitchProgress()
852 if ((mSwapMask & indexToType(i)) in onMessageReceived()
970 LiveSession::StreamType LiveSession::indexToType(int idx) { in indexToType() function in android::LiveSession
1200 StreamType type = indexToType(trackIndex); in getPacketSourceForStreamIndex()
1239 if ((streamMask & indexToType(i)) && UriIsSameAsIndex(uri, i, newUri)) { in resumeFetcher()
1562 streamMask |= indexToType(i); in changeConfiguration()
1580 StreamType type = indexToType(j); in changeConfiguration()
[all …]
DLiveSession.h280 static StreamType indexToType(int idx);