Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java900 float hMid = mHeight / 2f; in initGl() local
902 Matrix.setLookAtM(vMatrix, 0, wMid, hMid, 5f, wMid, hMid, 0f, 0f, 1.0f, 0.0f); in initGl()
903 Matrix.orthoM(projMatrix, 0, -wMid, wMid, -hMid, hMid, 1, 10); in initGl()