Fix swapinterval 0 support in class OverlayUI
Fix swapinterval 0 support in class OverlayUI. The missing property check for swapinterval is added to the new setDisplayParams API. Change-Id: I3a7cb843f79afa213eb2f88b80e21249f64d61d0
This commit is contained in:
		
				
					committed by
					
						 Andrew Sutherland
						Andrew Sutherland
					
				
			
			
				
	
			
			
			
						parent
						
							08e0b71c29
						
					
				
				
					commit
					235f541ec5
				
			| @@ -268,6 +268,9 @@ void OverlayUI::setDisplayParams(int fbNum, bool waitForVsync, bool isFg, int | ||||
|     else | ||||
|         flags &= ~MDP_OV_PIPE_SHARE; | ||||
|  | ||||
|     if (turnOFFVSync()) | ||||
|         flags |= MDP_OV_PLAY_NOWAIT; | ||||
|  | ||||
|     mOvInfo.flags = flags; | ||||
|     mOvInfo.z_order = zorder; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user