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

1 2 3 4 5 6 7 8 91011>>

  /external/replicaisland/src/com/replica/replicaisland/
GameThread.java 68 CameraSystem camera = mGameRoot.sSystemRegistry.cameraSystem; local
71 if (camera != null) {
72 x = camera.getFocusPositionX();
73 y = camera.getFocusPositionY();
  /frameworks/base/media/tests/CameraBrowser/
AndroidManifest.xml 9 <activity android:name="CameraBrowser" android:label="Camera Browser">
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 20 * This file maps the Camera Hardware Interface to V4L2.
62 /*--------------------Camera Adapter Class STARTS here-----------------------------*/
69 property_get("debug.camera.showfps", value, "0");
83 CAMHAL_LOGEB("Error while opening handle to V4L2 Camera: %s", strerror(errno));
90 CAMHAL_LOGEA("Error when querying the capabilities of the V4L Camera");
235 /* Check if camera can handle NB_BUFFER buffers */
274 //Associate each Camera internal buffer with the one from Overlay
324 // Create and start preview thread for receiving buffers from V4L Camera
402 //by camera service when VSTAB/VNF is turned ON for example
441 LOGD("Camera %d Frames, %f FPS", mFrameCount, mFps)
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
VideoMetadata.h 20 /* This structure is used to pass buffer offset from Camera-Hal to Encoder component
  /packages/apps/Camera/src/com/android/camera/
CameraAppImpl.java 17 package com.android.camera;
OnClickAttr.java 17 package com.android.camera;
ShutterButton.java 17 package com.android.camera;
65 // When pressing the physical camera button the sequence of
67 // focus pressed, optional camera pressed, focus released.
77 // Since we're emulating the physical camera button, we want to
  /packages/apps/Camera/src/com/android/camera/ui/
BasicSettingPopup.java 17 package com.android.camera.ui;
19 import com.android.camera.IconListPreference;
20 import com.android.camera.R;
33 // A popup window that shows one camera setting. The title is the name of the
FocusIndicator.java 17 package com.android.camera.ui;
IndicatorControlBar.java 17 package com.android.camera.ui;
19 import com.android.camera.PreferenceGroup;
20 import com.android.camera.R;
21 import com.android.camera.Util;
IndicatorControlBarContainer.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;
OnIndicatorEventListener.java 17 package com.android.camera.ui;
Rotatable.java 17 package com.android.camera.ui;
  /packages/apps/Gallery/src/com/android/camera/
NoSearchActivity.java 17 package com.android.camera;
Wallpaper.java 17 package com.android.camera;
24 * Wallpaper picker for the camera application. This just redirects to the
  /development/tools/emulator/system/camera/
EmulatedCameraCommon.h 21 * Contains common declarations that are used across the camera emulation.
25 #include <hardware/camera.h>
  /device/samsung/crespo/
full_crespo.mk 25 # Camera
27 Camera
  /device/samsung/maguro/
full_maguro.mk 27 # Camera
29 Camera
  /device/samsung/toro/
full_toro.mk 24 # Camera
26 Camera \
  /device/samsung/torospr/
full_torospr.mk 24 # Camera
26 Camera \
  /frameworks/base/include/camera/
ICameraService.h 24 #include <camera/ICameraClient.h>
25 #include <camera/ICamera.h>
  /packages/apps/Camera/res/layout/
bg_replacement_training_message.xml 24 <com.android.camera.ui.RotateLayout
55 </com.android.camera.ui.RotateLayout>
review_control.xml 21 <com.android.camera.ui.RotateImageView android:id="@+id/btn_done"
37 <com.android.camera.ui.RotateImageView android:id="@+id/btn_cancel"
  /cts/tests/tests/graphics/src/android/graphics/cts/
CameraTest.java 18 import android.graphics.Camera;
27 @TestTargetClass(Camera.class)
29 private Camera mCamera;
34 mCamera = new Camera();
39 method = "Camera",
43 new Camera();
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
pkg_android.hardware.html 84 <A NAME="Camera"></A>
85 <nobr><A HREF="android.hardware.Camera.html">Camera</A></nobr>
91 <A NAME="Camera.Parameters"></A>
92 <nobr><A HREF="android.hardware.Camera.Parameters.html">Camera.Parameters</A></nobr>

Completed in 1719 milliseconds

1 2 3 4 5 6 7 8 91011>>