Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/apps/default/
DRenderTopView.cpp193 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()
DRenderBase.cpp39 float RenderBase::sAspectRatio = 0.0f; member in RenderBase
199 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
DRenderBase.h64 static float sAspectRatio; variable
/packages/services/Car/cpp/evs/support_library/
DRenderBase.cpp44 float RenderBase::sAspectRatio = 0.0f; member in android::automotive::evs::support::RenderBase
200 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
DRenderBase.h71 static float sAspectRatio; variable