Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DEglWindow.h61 void presentationTime(nsecs_t whenNsec) const;
DOverlay.cpp251 mEglWindow.presentationTime(monotonicNsec); in processFrame_l()
404 window.presentationTime(systemTime(CLOCK_MONOTONIC) - holdTime); in doDrawInfoPage()
DEglWindow.cpp182 void EglWindow::presentationTime(nsecs_t whenNsec) const { in presentationTime() function in EglWindow