Searched refs:nextFrameId (Results 1 – 3 of 3) sorted by relevance
76 std::pair<bool,EGLuint64KHR> nextFrameId = mEgl->getNextFrameId(dpy, surface); in capture() local77 if (nextFrameId.first) { in capture()78 mPendingFrames.push_back({dpy, surface, nextFrameId.second, frameStartTime}); in capture()88 if (nextFrameId.first && nextFrameId.second - frame.id > MAX_FRAME_LAG) { in capture()
2318 uint64_t nextFrameId = 0; in eglGetNextFrameIdANDROIDImpl() local2319 int ret = native_window_get_next_frame_id(s->getNativeWindow(), &nextFrameId); in eglGetNextFrameIdANDROIDImpl()2328 *frameId = nextFrameId; in eglGetNextFrameIdANDROIDImpl()
1223 uint64_t* nextFrameId = va_arg(args, uint64_t*); in dispatchGetNextFrameId() local1224 *nextFrameId = getNextFrameNumber(); in dispatchGetNextFrameId()