Searched refs:sAspectRatio (Results 1 – 5 of 5) sorted by relevance
193 const float right = mConfig.getDisplayRightLocation(sAspectRatio); in drawFrame()194 const float left = mConfig.getDisplayLeftLocation(sAspectRatio); in drawFrame()295 const float visibleSizeH = visibleSizeV * sAspectRatio; in renderCameraOntoGroundPlane()311 const float wsWidth = wsHeight * sAspectRatio; in renderCameraOntoGroundPlane()
39 float RenderBase::sAspectRatio = 0.0f; member in RenderBase199 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
64 static float sAspectRatio; variable
44 float RenderBase::sAspectRatio = 0.0f; member in android::automotive::evs::support::RenderBase200 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
71 static float sAspectRatio; variable