Searched refs:VsyncEyeOffsets (Results 1 – 1 of 1) sorted by relevance
754 struct VsyncEyeOffsets { int64_t left_ns, right_ns; }; in PostThread() argument757 auto get_vsync_eye_offsets = [this]() -> VsyncEyeOffsets { in PostThread()758 VsyncEyeOffsets offsets; in PostThread()774 VsyncEyeOffsets vsync_eye_offsets = get_vsync_eye_offsets(); in PostThread()