Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java70 private int mPreviewTexHeight; field in CameraFormatsActivity
304 mPreviewTexHeight = mFormatView.getMeasuredHeight(); in onSurfaceTextureAvailable()
307 mPreviewTexHeight = height; in onSurfaceTextureAvailable()
515 float heightRatio = mNextPreviewSize.height / (float)mPreviewTexHeight; in startPreview()
520 mPreviewTexHeight * (1 - heightRatio/widthRatio)/2); in startPreview()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java78 private int mPreviewTexHeight; field in CameraVideoActivity
434 mPreviewTexHeight = height; in onSurfaceTextureAvailable()
894 float heightRatio = mNextPreviewSize.height / (float)mPreviewTexHeight; in startPreview()
903 mPreviewTexHeight * (1 - heightRatio / widthRatio) / 2); in startPreview()