Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h142 static const int64_t kResumeThresholdUs; member
DLiveSession.cpp51 const int64_t LiveSession::kResumeThresholdUs = 100000LL; member in android::LiveSession
601 && startTime.mTimeUs - lastTime.mTimeUs > kResumeThresholdUs); in checkSwitchProgress()