Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrView.java393 int img_width = getWidth() / sample; in doInBackground() local
395 state.createOutputAllocation(mSurface, img_width, img_height); in doInBackground()
424 addLine("vr(" + img_width + "," + img_height + "): " + (time - start) / 1E6f + " ms"); in doInBackground()