Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h135 static const int64_t kUpSwitchMarkUs; member
DLiveSession.cpp47 const int64_t LiveSession::kUpSwitchMarkUs = 15000000ll; member in android::LiveSession
302 mUpSwitchMark(kUpSwitchMarkUs), in LiveSession()
722 mUpSwitchMark = min(kUpSwitchMarkUs, targetDurationUs * 7 / 4); in onMessageReceived()