Lines Matching full:preview
89 * Camera state: Showing camera preview.
144 * An {@link AutoFitTextureView} for camera preview.
149 * A {@link CameraCaptureSession } for camera preview.
159 * The {@link android.util.Size} of camera preview.
171 // This method is called when the camera is opened. We start camera preview here.
232 * {@link CaptureRequest.Builder} for the camera preview
262 // We have nothing to do when the camera preview is working normally.
357 // Collect the supported resolutions that are at least as big as the preview Surface
372 Log.e(TAG, "Couldn't find any suitable preview size");
409 // a camera and start preview from here (otherwise, we wait until the surface is ready in
428 * @param width The width of available size for camera preview
429 * @param height The height of available size for camera preview
457 // Danger, W.R.! Attempting to use too large a preview size could exceed the camera
463 // We fit the aspect ratio of TextureView to the size of preview we picked.
554 * Creates a new {@link CameraCaptureSession} for camera preview.
561 // We configure the size of default buffer to be the size of camera preview we want.
564 // This is the output Surface we need to start preview.
572 // Here, we create a CameraCaptureSession for camera preview.
583 // When the session is ready, we start displaying the preview.
586 // Auto focus should be continuous for camera preview.
593 // Finally, we start displaying the camera preview.
615 * This method should be called after the camera preview size is determined in
703 // Use the same AE and AF modes as the preview.
743 // After this, the camera will go back to the normal state of preview.