Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h141 static const int64_t kUpSwitchMarginUs; member
DLiveSession.cpp49 const int64_t LiveSession::kUpSwitchMarginUs = 5000000ll; member in android::LiveSession
303 mUpSwitchMargin(kUpSwitchMarginUs), in LiveSession()
737 mUpSwitchMargin = min(kUpSwitchMarginUs, targetDurationUs); in onMessageReceived()