Searched refs:kReadyMarkUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h141 static const int64_t kReadyMarkUs; member in struct:android::LiveSession
H A DLiveSession.cpp53 const int64_t LiveSession::kReadyMarkUs = 5000000ll; member in class:android::LiveSession
2188 int64_t readyMark = mInPreparationPhase ? kPrepareMarkUs : kReadyMarkUs;

Completed in 67 milliseconds