Lines Matching refs:hardware

17 package android.hardware;
37 * client for the Camera service, which manages the actual camera hardware.
47 * <uses-feature android:name="android.hardware.camera" />
48 * &lt;uses-feature android:name="android.hardware.camera.autofocus" /></pre>
109 * may have different hardware specifications, such as megapixel ratings and
195 * Creates a new Camera object to access a particular hardware camera.
201 * for a particular hardware camera.
213 * @param cameraId the hardware camera to access, between 0 and
376 * with {@link android.hardware.Camera.Parameters#getPreviewFormat()}.
377 * If {@link android.hardware.Camera.Parameters#setPreviewFormat(int)}
603 * {@code android.hardware.camera.autofocus} feature, in the
629 * {@link android.hardware.Camera.Parameters#getFocusMode()} to determine if
641 * {@link android.hardware.Camera.Parameters#FLASH_MODE_OFF}, flash may be
642 * fired during auto-focus, depending on the driver and camera hardware.<p>
720 * may be null if the hardware does not have enough memory to make a copy).
722 * image is available (NOTE: not all hardware supports this). The jpeg
760 * if {@link android.hardware.Camera.Parameters#isSmoothZoomSupported}
764 * android.hardware.Camera.Parameters#getMaxZoom}.
775 * android.hardware.Camera.Parameters#isSmoothZoomSupported} is true.
797 * int cameraId, android.hardware.Camera camera) {
798 * android.hardware.Camera.CameraInfo info =
799 * new android.hardware.Camera.CameraInfo();
800 * android.hardware.Camera.getCameraInfo(cameraId, info);
1794 * android.hardware.Camera.CameraInfo info =
1795 * new android.hardware.Camera.CameraInfo();
1796 * android.hardware.Camera.getCameraInfo(cameraId, info);
2315 * camera hardware, autofocus algorithm, the focus area, and the scene.