Home
last modified time | relevance | path

Searched refs:kUnderflowMarkUs (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.h84 static const int64_t kUnderflowMarkUs; member
DRTSPSource.cpp36 const int64_t NuPlayer::RTSPSource::kUnderflowMarkUs = 1000000ll; member in android::NuPlayer::RTSPSource
338 if (bufferedDurationUs < kUnderflowMarkUs) { in checkBuffering()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h143 static const int64_t kUnderflowMarkUs; member
DLiveSession.cpp55 const int64_t LiveSession::kUnderflowMarkUs = 1000000ll; member in android::LiveSession
832 int64_t delayUs = switchUp ? (kUnderflowMarkUs + 1000000ll) : 0; in onMessageReceived()
2194 if (bufferedDurationUs < kUnderflowMarkUs) { in checkBuffering()