Searched refs:isFrontCamera (Results 1 – 3 of 3) sorted by relevance
43 OneCameraFeatureConfig featureConfig, boolean isFrontCamera) { in HardwareSpecImpl() argument52 isFrontCamera ? OneCamera.Facing.FRONT : OneCamera.Facing.BACK; in HardwareSpecImpl()
1290 boolean isFrontCamera = characteristics.get(CameraCharacteristics.LENS_FACING) == in getJpegRotation()1293 return getImageRotation(sensorOrientation, deviceOrientationDegrees, isFrontCamera); in getJpegRotation()1309 boolean isFrontCamera) { in getImageRotation() argument1311 if (isFrontCamera) { in getImageRotation()
1145 boolean isFrontCamera = info.isFacingFront(); in capture()1147 CameraUtil.getImageRotation(sensorOrientation, deviceOrientation, isFrontCamera); in capture()