Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h139 static const int64_t kUpSwitchMarkUs; member
DLiveSession.cpp48 const int64_t LiveSession::kUpSwitchMarkUs = 15000000LL; member in android::LiveSession
302 mUpSwitchMark(kUpSwitchMarkUs), in LiveSession()
736 mUpSwitchMark = min(kUpSwitchMarkUs, targetDurationUs * 7 / 4); in onMessageReceived()