Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h281 static ssize_t typeToIndex(int32_t type);
H A DLiveSession.cpp344 ssize_t streamIdx = typeToIndex(stream); in dequeueAccessUnit()
981 ssize_t LiveSession::typeToIndex(int32_t type) { in typeToIndex() function in android::LiveSession
2033 ssize_t idx = typeToIndex(stream); in tryToFinishBandwidthSwitch()