Searched refs:effectiveWidth (Results 1 – 2 of 2) sorted by relevance
173 int effectiveWidth = previewSize.getWidth(); in updatePreviewDisplayRotation() local176 effectiveWidth = previewSize.getHeight(); in updatePreviewDisplayRotation()185 RectF bufRect = new RectF(0, 0, effectiveWidth, effectiveHeight); in updatePreviewDisplayRotation()196 int temp = effectiveWidth; in updatePreviewDisplayRotation()197 effectiveWidth = effectiveHeight; in updatePreviewDisplayRotation()203 Math.max(viewWidth / (float) effectiveWidth, viewHeight / (float) effectiveHeight); in updatePreviewDisplayRotation()
705 int effectiveWidth = mPreviewSize.getWidth(); in configurePreviewTextureTransform() local708 int temp = effectiveWidth; in configurePreviewTextureTransform()709 effectiveWidth = effectiveHeight; in configurePreviewTextureTransform()714 RectF bufferRect = new RectF(0, 0, effectiveWidth, effectiveHeight); in configurePreviewTextureTransform()724 int temp = effectiveWidth; in configurePreviewTextureTransform()725 effectiveWidth = effectiveHeight; in configurePreviewTextureTransform()729 float scale = Math.min(mPreviewTexWidth / (float) effectiveWidth, in configurePreviewTextureTransform()