Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h241 int64_t mUpSwitchMark; member
DLiveSession.cpp302 mUpSwitchMark(kUpSwitchMarkUs), in LiveSession()
736 mUpSwitchMark = min(kUpSwitchMarkUs, targetDurationUs * 7 / 4); in onMessageReceived()
2221 if (bufferedDurationUs > mUpSwitchMark) { in checkBuffering()