Home | History | Annotate | Download | only in camera

Lines Matching refs:CAMERA

17 package com.android.camera;
32 import android.hardware.Camera.CameraInfo;
33 import android.hardware.Camera.Parameters;
34 import android.hardware.Camera.Size;
56 import com.android.camera.CameraManager.CameraPictureCallback;
57 import com.android.camera.CameraManager.CameraProxy;
58 import com.android.camera.app.OrientationManager;
59 import com.android.camera.exif.ExifInterface;
60 import com.android.camera.ui.RotateTextToast;
61 import com.android.camera.util.AccessibilityUtils;
62 import com.android.camera.util.ApiHelper;
63 import com.android.camera.util.CameraUtil;
64 import com.android.camera.util.UsageStatistics;
130 // The video file that the hardware camera is about to record into
244 // down and camera app is opened. Rotation animation will
271 // Enable all camera controls.
309 // Testing purpose. Launch a specific camera through the intent
345 // Surface texture is from camera screen nail and startPreview needs it.
350 // Make sure camera device is opened.
431 // the camera then point the camera to floor or sky, we still have
694 // Change the camera display orientation
787 // Camera will be released in onStopVideoRecording.
968 // Unlock the camera object before passing it to media recorder.
974 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
1009 // See android.hardware.Camera.Parameters.setRotation for
1019 } else { // back-facing camera
1198 // If start fails, frameworks will not lock the camera for us.
1248 // it to match the UI orientation (and mirror if it is front-facing camera).
1297 // during recording. Release the camera as soon as possible because
1298 // face unlock or other applications may need to use the camera.
1511 // The logic here is different from the logic in still-mode camera.
1553 // TODO: Delete this after old camera code is removed
1599 Log.d(TAG, "Start to switch camera.");
1606 // Restart the camera and initialize the UI. From onCreate.
1621 // Start switch camera animation. Post a message because
1622 // onFrameAvailable from the old camera may already exist.
1627 // Preview texture has been copied. Now camera can be released and the
1719 public void onPictureTaken(byte [] jpegData, CameraProxy camera) {
1785 // releasing the camera. This will trigger onPreviewTextureCopied.
1787 // Disable all camera controls.