HomeSort by relevance Sort by last modified time
    Searched refs:mLastFrameTimestamp (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/system/camera/
CallbackNotifier.h 213 nsecs_t mLastFrameTimestamp;
CallbackNotifier.cpp 93 mLastFrameTimestamp(0),
155 mLastFrameTimestamp = 0;
167 mLastFrameTimestamp = 0;
198 mLastFrameTimestamp = 0;
287 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) {
288 mLastFrameTimestamp = timestamp;

Completed in 20 milliseconds