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.java68 private int mPreviewTexHeight; field in CameraFormatsActivity
242 mPreviewTexHeight = mFormatView.getMeasuredHeight(); in onSurfaceTextureAvailable()
245 mPreviewTexHeight = height; in onSurfaceTextureAvailable()
454 float heightRatio = mNextPreviewSize.height / (float)mPreviewTexHeight; in startPreview()
459 mPreviewTexHeight * (1 - heightRatio/widthRatio)/2); in startPreview()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java71 private int mPreviewTexHeight; field in CameraVideoActivity
306 mPreviewTexHeight = height; in onSurfaceTextureAvailable()
700 float heightRatio = mNextPreviewSize.height / (float)mPreviewTexHeight; in startPreview()
709 mPreviewTexHeight * (1 - heightRatio / widthRatio) / 2); in startPreview()