/system/media/mca/samples/CameraEffectsRecordingSample/res/raw/ |
cameraeffectsrecordingsample.graph | 15 // A simple graph that displays the raw camera stream. 34 @filter CameraSource camera { 53 // Camera->Preview, Camera->Encoder 54 // Render camera output on to a surface 55 @connect camera[video] => renderer[frame]; 57 @connect camera[video] => mediaEncoder[videoframe];
|
/frameworks/base/include/camera/ |
ICameraRecordingProxy.h | 31 * allow applications using the camera during recording. 33 * Camera service allows only one client at a time. Since camcorder application 34 * needs to own the camera to do things like zoom, the media recorder cannot 35 * access the camera directly during recording. So ICameraRecordingProxy is a 48 * The camcorder app opens the camera and starts the preview. The app passes 50 * MediaRecorder::setCamera(). The recorder uses ICamera to setup the camera in 51 * MediaRecorder::start(). After setup, the recorder disconnects from camera 54 * camera service and starts the recording. The app owns the camera and can do 61 * 1. The app: Camera.unlock() [all...] |
ICamera.h | 26 #include <camera/Camera.h> 36 DECLARE_META_INTERFACE(Camera); 40 // connect new client with existing camera remote 49 // pass the buffered Surface to the camera service 52 // pass the buffered ISurfaceTexture to the camera service 102 // send command to camera driver 105 // tell the camera hal to store meta data or real YUV data in video buffers.
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
TextureViewActivity.java | 23 import android.hardware.Camera; 41 private Camera mCamera; 102 mCamera = Camera.open(); 105 Camera.Size previewSize = mCamera.getParameters().getPreviewSize(); 119 Camera.CameraInfo info = new Camera.CameraInfo(); 120 for (int i = 0; i < Camera.getNumberOfCameras(); i++) { 121 Camera.getCameraInfo(i, info); 122 if (info.facing == Camera.CameraInfo.CAMERA_FACING_BACK) break; 148 // Ignored, the Camera does all the work for u [all...] |
/packages/apps/Camera/src/com/android/camera/ |
ActivityBase.java | 17 package com.android.camera; 19 import com.android.camera.ui.PopupManager; 26 import android.hardware.Camera; 32 * Superclass of Camera and VideoCamera activities. 40 protected Camera mCameraDevice; 65 // Don't grab the camera if in use by lockscreen. For example, face 66 // unlock may be using the camera. Camera may be already opened in 68 // Suppose camera app is in the foreground. If users turn off and turn 69 // on the screen very fast, camera app can still have the focus when th [all...] |
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
CameraLatency.java | 17 package com.android.camera.stress; 19 import com.android.camera.Camera; 32 * Junit / Instrumentation test case for camera test 36 public class CameraLatency extends ActivityInstrumentationTestCase2 <Camera> { 55 super(Camera.class); 81 Camera c = getActivity(); 96 //failure condition of the camera latency. 113 out.write("Camera Latency : \n"); 126 fail("Camera Latency write output to file") [all...] |
/external/qemu/android/avd/ |
hardware-properties.ini | 117 # Camera support 118 name = hw.camera 121 abstract = Camera support 122 description = Whether the device has a camera. 124 name = hw.camera.maxHorizontalPixels 127 abstract = Maximum horizontal camera pixels 129 name = hw.camera.maxVerticalPixels 132 abstract = Maximum vertical camera pixels 240 # Fake camera support 245 abstract = Fake camera contro [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
android.hardware.Camera.Parameters.html | 10 android.hardware.Camera.Parameters 74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.Parameters.html" target="_top"><font size="+2"><code>Camera.Parameters</code></font></A> 86 <A NAME="android.hardware.Camera.Parameters.getAutoExposureLock_added()"></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getAutoExposureLock()" target="_top"><code>getAutoExposureLock</code></A>()</nobr> 93 <A NAME="android.hardware.Camera.Parameters.getAutoWhiteBalanceLock_added()"></A> 94 <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getAutoWhiteBalanceLock()" target="_top"><code>getAutoWhiteBalanceLock</code></A>()</nobr> 100 <A NAME="android.hardware.Camera.Parameters.getFocusAreas_added()"></A> 101 <nobr><code>List<Area></code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getFocusAreas()" target="_top"><code>getFocusAreas</code></A>()</nobr> 107 <A NAME="android.hardware.Camera.Parameters.getMaxNumDetectedFaces_added()"></A [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.hardware.Camera.Parameters.html | 10 android.hardware.Camera.Parameters 74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.Parameters.html" target="_top"><font size="+2"><code>Camera.Parameters</code></font></A> 86 <A NAME="android.hardware.Camera.Parameters.getExposureCompensation_added()"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getExposureCompensation()" target="_top"><code>getExposureCompensation</code></A>()</nobr> 93 <A NAME="android.hardware.Camera.Parameters.getExposureCompensationStep_added()"></A> 94 <nobr><code>float</code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getExposureCompensationStep()" target="_top"><code>getExposureCompensationStep</code></A>()</nobr> 100 <A NAME="android.hardware.Camera.Parameters.getFocalLength_added()"></A> 101 <nobr><code>float</code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getFocalLength()" target="_top"><code>getFocalLength</code></A>()</nobr> 107 <A NAME="android.hardware.Camera.Parameters.getHorizontalViewAngle_added()"></A [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.hardware.Camera.html | 10 android.hardware.Camera 74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.html" target="_top"><font size="+2"><code>Camera</code></font></A> 86 <A NAME="android.hardware.Camera.cancelAutoFocus_added()"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/Camera.html#cancelAutoFocus()" target="_top"><code>cancelAutoFocus</code></A>()</nobr> 93 <A NAME="android.hardware.Camera.lock_added()"></A> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/Camera.html#lock()" target="_top"><code>lock</code></A>()</nobr> 100 <A NAME="android.hardware.Camera.takePicture_added(android.hardware.Camera.ShutterCallback, android.hardware.Camera.PictureCallback, android.hardware.Camera.PictureCallback, android.hardware.Camera.PictureCallback) (…) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
CameraAnalyzerActivity.java | 16 package com.android.cts.verifier.camera.analyzer; 24 import android.hardware.Camera; 40 Camera mCamera; 59 mCamera = Camera.open(0); 60 Camera.Parameters params = mCamera.getParameters(); 81 private Camera.PictureCallback mJpegListener = new Camera.PictureCallback() { 82 public void onPictureTaken(byte[] data, Camera mCamera) { 122 throw new RuntimeException("Unable to connect camera to display: " + e);
|
/development/tools/emulator/system/camera/ |
QemuClient.h | 21 * Contains declaration of classes that encapsulate connection to camera services 195 /* Encapsulates a connection to the 'camera' service in the emulator via qemu 211 /* Connects to the 'camera' service in the emulator via qemu pipe. 213 * param - Parameters to pass to the camera service. There are two types of 214 * camera services implemented by the emulator. The first one is a 215 * 'camera factory' type of service that provides list of cameras 216 * connected to the host. Another one is an 'emulated camera' type of 217 * service that provides interface to a camera connected to the host. At 221 * connection to an 'emulated camera' service, where camera is identifie [all...] |
EmulatedFakeCameraDevice.h | 22 * a fake camera device. 41 /* Encapsulates a fake camera device. 42 * Fake camera device emulates a camera device by providing frames containing 56 * Emulated camera device abstract interface implementation. 62 /* Connects to the camera device. 68 /* Disconnects from the camera device. 74 /* Starts the camera device. */ 77 /* Stops the camera device. */ 92 * of the fake camera (simulating frame frequency), and then calls emulate [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Camera.java | 20 * A camera instance can be used to compute 3D transformations and 24 public class Camera { 26 * Creates a new camera, with empty transformations. 28 public Camera() { 33 * Saves the camera state. Each save should be balanced 103 * Sets the location of the camera. The default location is set at 106 * @param x The x location of the camera 107 * @param y The y location of the camera 108 * @param z The z location of the camera
|
/packages/apps/Camera/res/layout/ |
indicator_bar.xml | 16 <com.android.camera.ui.IndicatorControlBarContainer xmlns:android="http://schemas.android.com/apk/res/android" 27 <com.android.camera.ui.IndicatorControlBar 34 <com.android.camera.ui.ZoomControlBar 39 <com.android.camera.ui.RotateImageView 47 </com.android.camera.ui.IndicatorControlBar> 49 <com.android.camera.ui.SecondLevelIndicatorControlBar 62 <com.android.camera.ui.TwoStateImageView 69 </com.android.camera.ui.SecondLevelIndicatorControlBar> 71 </com.android.camera.ui.IndicatorControlBarContainer>
|
pano_review.xml | 25 <com.android.camera.ui.RotateLayout 37 </com.android.camera.ui.RotateLayout> 39 <com.android.camera.ui.RotateLayout 44 <com.android.camera.panorama.PanoProgressBar 50 </com.android.camera.ui.RotateLayout> 53 <com.android.camera.ui.RotateLayout 61 </com.android.camera.ui.RotateLayout> 70 <com.android.camera.ui.RotateLayout 85 </com.android.camera.ui.RotateLayout>
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 41 * The Camera class is used to set image capture settings, start/stop preview, 43 * client for the Camera service, which manages the actual camera hardware. 45 * <p>To access the device camera, you must declare the 46 * {@link android.Manifest.permission#CAMERA} permission in your Android 49 * manifest element to declare camera features used by your application. 50 * For example, if you use the camera and auto-focus feature, your Manifest 52 * <pre> <uses-permission android:name="android.permission.CAMERA" /> 53 * <uses-feature android:name="android.hardware.camera" /> 54 * <uses-feature android:name="android.hardware.camera.autofocus" /></pre [all...] |
/packages/apps/Camera/tests/src/com/android/camera/functional/ |
CameraTest.java | 17 package com.android.camera.functional; 19 import com.android.camera.Camera; 20 import com.android.camera.R; 21 import com.android.camera.VideoCamera; 58 checkActivityLeak(Camera.class);
|
/frameworks/base/media/libstagefright/ |
CameraSource.cpp | 28 #include <camera/Camera.h> 29 #include <camera/CameraParameters.h> 125 sp<ICamera> camera; local 126 return new CameraSource(camera, NULL, 0, size, -1, NULL, false); 131 const sp<ICamera>& camera, 139 CameraSource *source = new CameraSource(camera, proxy, cameraId, 146 const sp<ICamera>& camera, 170 mInitCheck = init(camera, proxy, cameraId, 181 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 16 #include <camera/Camera.h> 17 #include <camera/ICamera.h> 24 #include <camera/CameraParameters.h> 26 #include <system/camera.h> 39 sp<Camera> camera; variable 100 const char *cameras[] = {"Primary Camera", "Secondary Camera 1", "Stereo Camera", "USB Camera", "Fake Camera"} [all...] |
/external/qemu/android/camera/ |
camera-service.h | 21 * Contains public camera service API. 24 /* Initializes camera emulation service over qemu pipe. */
|
/frameworks/base/data/etc/ |
android.hardware.camera.front.xml | 17 <!-- This is the standard set of features for a front facing camera. --> 19 <feature name="android.hardware.camera.front" />
|
android.hardware.camera.xml | 17 <!-- This is the standard set of features for a non auto-focus camera. --> 19 <feature name="android.hardware.camera" />
|
/frameworks/base/docs/html/guide/topics/media/ |
index.jd | 1 page.title=Multimedia and Camera 11 <li><a href="{@docRoot}guide/topics/media/camera.html">Camera</a></li> 19 <li>{@link android.hardware.Camera}</li> 42 android.media.MediaRecorder} and {@link android.hardware.Camera} APIs if supported by the device 57 <dt><strong><a href="{@docRoot}guide/topics/media/camera.html">Camera</a></strong></dt> 58 <dd>How to use a device camera to take pictures or video in your application.</dd>
|
/packages/apps/Camera/res/layout-sw600dp/ |
share_popup.xml | 21 xmlns:camera="http://schemas.android.com/apk/res/com.android.camera" 30 <com.android.camera.ui.RotateLayout 40 <com.android.camera.ui.StackLayout 55 </com.android.camera.ui.StackLayout> 63 </com.android.camera.ui.RotateLayout> 70 <com.android.camera.ui.RotateLayout 82 </com.android.camera.ui.RotateLayout>
|