Searched refs:effectiveHeight (Results 1 – 2 of 2) sorted by relevance
174 int effectiveHeight = previewSize.getHeight(); in updatePreviewDisplayRotation() local177 effectiveHeight = previewSize.getWidth(); in updatePreviewDisplayRotation()185 RectF bufRect = new RectF(0, 0, effectiveWidth, effectiveHeight); in updatePreviewDisplayRotation()197 effectiveWidth = effectiveHeight; in updatePreviewDisplayRotation()198 effectiveHeight = temp; in updatePreviewDisplayRotation()203 Math.max(viewWidth / (float) effectiveWidth, viewHeight / (float) effectiveHeight); in updatePreviewDisplayRotation()
706 int effectiveHeight = mPreviewSize.getHeight(); in configurePreviewTextureTransform() local709 effectiveWidth = effectiveHeight; in configurePreviewTextureTransform()710 effectiveHeight = temp; in configurePreviewTextureTransform()714 RectF bufferRect = new RectF(0, 0, effectiveWidth, effectiveHeight); in configurePreviewTextureTransform()725 effectiveWidth = effectiveHeight; in configurePreviewTextureTransform()726 effectiveHeight = temp; in configurePreviewTextureTransform()730 mPreviewTexHeight / (float) effectiveHeight); in configurePreviewTextureTransform()