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