HomeSort by relevance Sort by last modified time
    Searched full:camera (Results 276 - 300 of 983) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 17 package com.android.camera.ui;
19 import com.android.camera.CameraPreference.OnPreferenceChangedListener;
20 import com.android.camera.PreferenceGroup;
21 import com.android.camera.R;
22 import com.android.camera.Util;
ZoomControlBar.java 17 package com.android.camera.ui;
19 import com.android.camera.R;
20 import com.android.camera.Util;
28 * A view that contains camera zoom control and its layout.
119 // layout for the left-hand camera control
  /packages/apps/Camera/tests/src/com/android/camera/unittest/
CameraTest.java 17 package com.android.camera.unittest;
19 import com.android.camera.Camera;
20 import com.android.camera.FocusManager;
21 import com.android.camera.Util;
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 24 import android.hardware.Camera;
41 private Camera mCamera;
57 mCamera = Camera.open();
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
cams.h 29 /* Length in milliseconds of one camera track base unit.
35 // Camera track definition for one camera trucking shot.
  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 58 CameraSystem camera = sSystemRegistry.cameraSystem; local
61 mWorkVector.x = (mWorkVector.x - camera.getFocusPositionX()
63 mWorkVector.y = (mWorkVector.y - camera.getFocusPositionY()
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.h 22 #include <camera/CameraParameters.h>
29 class Camera;
53 virtual status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 25 import android.hardware.Camera;
26 import android.hardware.Camera.PreviewCallback;
96 Camera mCamera;
132 mCamera = Camera.open();
148 // callback still uses the camera object (setHasPreviewCallback).
149 // After camera is released, RuntimeException will be thrown from
156 public void onPreviewFrame(byte[] rawData, Camera camera) {
216 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
473 // Test case 8: Capture the memory usage after every 20 camera previe
    [all...]
  /frameworks/base/opengl/tests/angeles/
cams.h 29 /* Length in milliseconds of one camera track base unit.
35 // Camera track definition for one camera trucking shot.
  /packages/apps/Camera/res/raw/
goofy_face.graph 46 // Camera input
108 // camera -> faceTracker
112 // camera -> goofy
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 17 package com.android.camera;
23 import android.hardware.Camera.CameraInfo;
24 import android.hardware.Camera.Parameters;
25 import android.hardware.Camera.Size;
33 * Provides utilities and keys for Camera settings.
97 // When launching the camera app first time, we will set the picture
448 // Switch back to the preferences of the current camera. Otherwise,
449 // we may write the preference to wrong camera later.
455 // Write back the current camera id because parameters are related to
456 // the camera. Otherwise, we may switch to the front camera but th
    [all...]
RotateDialogController.java 17 package com.android.camera;
19 import com.android.camera.ui.Rotatable;
20 import com.android.camera.ui.RotateLayout;
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 17 package com.android.camera.gallery;
19 import com.android.camera.BitmapManager;
20 import com.android.camera.Util;
Image.java 17 package com.android.camera.gallery;
19 import com.android.camera.BitmapManager;
20 import com.android.camera.Util;
UriImage.java 17 package com.android.camera.gallery;
19 import com.android.camera.BitmapManager;
20 import com.android.camera.Util;
  /packages/apps/Launcher2/res/xml/
default_workspace.xml 40 launcher:packageName="com.android.camera"
41 launcher:className="com.android.camera.Camera"
  /packages/experimental/CameraPreviewTest/
AndroidManifest.xml 29 <uses-permission android:name="android.permission.CAMERA" />
30 <uses-feature android:name="android.hardware.camera" />
31 <uses-feature android:name="android.hardware.camera.autofocus" />
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 34 ///Initialzes the camera adapter creates any resources required
46 //APIs to configure Camera adapter and get the current parameter set
50 //API to send a command to the camera
105 //Should be implemented by deriving classes in order to start camera preview
108 //Should be implemented by deriving classes in order to stop camera preview
124 //by camera service when VSTAB/VNF is turned ON for example
  /cts/tests/tests/media/src/android/media/cts/
CameraProfileTest.java 24 import android.hardware.Camera;
66 int nCamera = Camera.getNumberOfCameras();
  /development/pdk/docs/porting/
system_requirements.jd 35 <td>5-way navigation with 5 application keys, power, camera and volume controls</td>
39 <td>Camera</td>
  /external/qemu/android/utils/
debug.h 38 _VERBOSE_TAG(camera, "camera") \
  /external/quake/quake/src/WinQuake/
chase.cpp 20 // chase.c -- chase camera code
82 // calculate pitch to look at the same spot from camera
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 25 import android.hardware.Camera;
58 Camera mCamera;
79 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
147 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
179 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
244 * This test case set the camera in portrait mode.
250 mCamera = Camera.open();
251 Camera.Parameters parameters = mCamera.getParameters();
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 20 * This file maps the CameraHardwareInterface to the Camera interfaces on OMAP4 (mainly OMX).
163 CAMHAL_LOGEB("Camera area weight is invalid %d", weight);
168 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
173 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
178 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
188 CAMHAL_LOGEA("Camera area left larger than right");
193 CAMHAL_LOGEA("Camera area top larger than bottom");
  /packages/apps/Camera/res/layout/
priority_indicators.xml 16 <com.android.camera.ui.RotateLayout xmlns:android="http://schemas.android.com/apk/res/android"
52 </com.android.camera.ui.RotateLayout

Completed in 1215 milliseconds

<<11121314151617181920>>