Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp1299 int orientedWidth, orientedHeight; in startPreview() local
1313 orientedHeight = previewWidth; in startPreview()
1316 orientedHeight = previewHeight; in startPreview()
1319 correctedHeight = (dinfo.w * orientedHeight) / orientedWidth; in startPreview()