Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaClock.cpp264 int64_t nextLapseRealUs = INT64_MAX; in processTimers_l() local
286 if (targetRealUs < nextLapseRealUs) { in processTimers_l()
287 nextLapseRealUs = targetRealUs; in processTimers_l()
302 || nextLapseRealUs == INT64_MAX) { in processTimers_l()
308 msg->post(nextLapseRealUs); in processTimers_l()