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