Home | History | Annotate | Download | only in camera

Lines Matching refs:CAMERA

17 package com.android.camera;
19 import com.android.camera.ui.CameraPicker;
20 import com.android.camera.ui.IndicatorControlContainer;
21 import com.android.camera.ui.IndicatorControlWheelContainer;
22 import com.android.camera.ui.PopupManager;
23 import com.android.camera.ui.Rotatable;
24 import com.android.camera.ui.RotateImageView;
25 import com.android.camera.ui.RotateLayout;
26 import com.android.camera.ui.RotateTextToast;
27 import com.android.camera.ui.SharePopup;
28 import com.android.camera.ui.ZoomControl;
41 import android.hardware.Camera.CameraInfo;
42 import android.hardware.Camera.Parameters;
43 import android.hardware.Camera.PictureCallback;
44 import android.hardware.Camera.Size;
203 // The video file that the hardware camera is about to record into
295 // down and camera app is opened. Rotation animation will
362 //Testing purpose. Launch a specific camera through the intent extras.
376 // If background replacement was on when the camera was switched, the
444 // the preview is running. This becomes critical when the camera is
549 // the camera then point the camera to floor or sky, we still have
1085 // video recording. We don't want to start the camera again
1094 // camera hardware. In this case we will show a dialog and then
1101 // and camera app is opened. Rotation animation takes some time and
1196 // Unlock the camera object before passing it to media recorder.
1202 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
1243 // See android.hardware.Camera.Parameters.setRotation for
1253 } else { // back-facing camera
1296 // See android.hardware.Camera.Parameters.setRotation for
1432 sendBroadcast(new Intent(android.hardware.Camera.ACTION_NEW_VIDEO,
1589 // If start fails, frameworks will not lock the camera for us.
1659 // it to match the UI orientation (and mirror if it is front-facing camera).
1936 // The logic here is different from the logic in still-mode camera.
1991 Log.e(TAG, "Unknown activity result sent to Camera!");
2048 // camera and encoder gracefully. For now, we just delete the file and bail out.
2116 // Check if camera id is changed.
2300 implements android.hardware.Camera.OnZoomChangeListener {
2302 public void onZoomChange(int value, boolean stopped, android.hardware.Camera camera) {
2401 public void onPictureTaken(byte [] jpegData, android.hardware.Camera camera) {