Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaClock.cpp268 int64_t nextLapseRealUs = INT64_MAX; in processTimers_l() local
290 if (targetRealUs < nextLapseRealUs) { in processTimers_l()
291 nextLapseRealUs = targetRealUs; in processTimers_l()
306 || nextLapseRealUs == INT64_MAX) { in processTimers_l()
312 msg->post(nextLapseRealUs); in processTimers_l()