Home
last modified time | relevance | path

Searched refs:sAspectRatio (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/evs/apps/default/src/
DRenderTopView.cpp181 const float right = mConfig.getDisplayRightLocation(sAspectRatio); in drawFrame()
182 const float left = mConfig.getDisplayLeftLocation(sAspectRatio); in drawFrame()
278 const float visibleSizeH = visibleSizeV * sAspectRatio; in renderCameraOntoGroundPlane()
294 const float wsWidth = wsHeight * sAspectRatio; in renderCameraOntoGroundPlane()
DRenderBase.cpp49 float RenderBase::sAspectRatio = 0.0f; member in RenderBase
210 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
/packages/services/Car/cpp/evs/support_library/
DRenderBase.cpp44 float RenderBase::sAspectRatio = 0.0f; member in android::automotive::evs::support::RenderBase
189 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
DRenderBase.h68 static float sAspectRatio; variable
/packages/services/Car/cpp/evs/apps/default/inc/
DRenderBase.h61 static float sAspectRatio; variable