HomeSort by relevance Sort by last modified time
    Searched refs:camera (Results 351 - 375 of 742) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 18 package com.android.camera;
28 import android.hardware.Camera;
29 import android.hardware.Camera.Face;
44 import com.android.camera.CameraPreference.OnPreferenceChangedListener;
45 import com.android.camera.FocusOverlayManager.FocusUI;
46 import com.android.camera.ui.AbstractSettingPopup;
47 import com.android.camera.ui.CameraControls;
48 import com.android.camera.ui.CameraRootView;
49 import com.android.camera.ui.CountDownView;
50 import com.android.camera.ui.CountDownView.OnCountDownFinishedListener
    [all...]
  /build/target/product/
sdk.mk 85 device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \
86 device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \
88 frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraTests.java 17 package com.android.cts.verifier.camera.analyzer;
20 import android.hardware.Camera;
30 * Provides an abstraction for all camera tests and allows communication
31 * between camera test classes with the UI thread. This base class provides
34 * native methods to convert an image shot by the camera into a native
50 /** The surface view linked with the camera preview. */
54 /** Shared camera instance. */
55 protected static Camera mTestCamera = null;
66 * will be the response curve of the camera.
100 * Refreshes the camera instance when the activity opens a new camera
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CtsTestHelper.java 17 package com.android.cts.verifier.camera.fov;
53 details += "Camera:" + res.cameraId + ", Resolution:" + res.width + 'x' + res.height
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.cpp 35 #include <hardware/camera.h>
87 * DESCRIPTION: static function to query camera information with its ID
90 * @camera_id : camera ID
91 * @info : ptr to camera info struct
119 * DESCRIPTION: query camera information with its ID
122 * @camera_id : camera ID
123 * @info : ptr to camera info struct
146 * DESCRIPTION: open a camera device with its ID
149 * @camera_id : camera ID
150 * @hw_device : ptr to struct storing camera hardware device inf
    [all...]
  /device/asus/grouper/self-extractors/asus/staging/proprietary/
Android.mk 29 LOCAL_MODULE := camera.tegra3
30 LOCAL_SRC_FILES := camera.tegra3.so
  /device/asus/tilapia/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
28 # the true camera library when the vendor tree is available. Similarly,
  /device/lge/mako/camera/
QualcommCamera.h 21 //#include <camera/CameraHardwareInterface.h>
24 #include <hardware/camera.h>
  /external/ceres-solver/examples/
bundle_adjuster.cc 107 DEFINE_double(rotation_sigma, 0.0, "Standard deviation of camera rotation "
109 DEFINE_double(translation_sigma, 0.0, "Standard deviation of the camera "
148 LOG(INFO) << "Camera blocks for inner iterations";
160 LOG(INFO) << "Camera followed by point blocks for inner iterations";
169 LOG(INFO) << "Point followed by camera blocks for inner iterations";
210 // the entire camera.
259 // Each Residual block takes a point and a camera as input and
277 // Each observation correponds to a pair of a camera and a point
280 double* camera = local
285 // When using quaternions, we split the camera into tw
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
VideoRecorderAppState.java 5 import com.jme3.renderer.Camera;
109 private Camera camera; field in class:VideoRecorderAppState.VideoProcessor
147 this.camera = viewPort.getCamera();
148 this.width = camera.getWidth();
149 this.height = camera.getHeight();
  /external/qemu/android/utils/
debug.h 38 _VERBOSE_TAG(camera, "camera") \
  /frameworks/av/camera/
CameraBase.cpp 28 #include <camera/CameraBase.h>
29 #include <camera/ICameraService.h>
32 #include <camera/ProCamera.h>
33 #include <camera/Camera.h>
42 const char* kCameraServiceName = "media.camera";
56 ALOGW("Camera service died!");
67 // establish binder interface to camera service
113 ALOGW("An error occurred while connecting to camera: %d", cameraId);
157 ALOGW("mediaserver's remote binder Camera object died")
    [all...]
ICameraRecordingProxyListener.cpp 19 #include <camera/ICameraRecordingProxyListener.h>
ICameraServiceListener.cpp 25 #include <camera/ICameraServiceListener.h>
  /frameworks/av/include/camera/
CameraBase.h 21 #include <camera/ICameraService.h>
29 * The direction that the camera faces to. It should be CAMERA_FACING_BACK
35 * The orientation of the camera image. The value is the angle that the
36 * camera image needs to be rotated clockwise so it shows correctly on the
40 * back-facing camera sensor is mounted in landscape. You are looking at
41 * the screen. If the top side of the camera sensor is aligned with the
43 * 90. If the top side of a front-facing camera sensor is aligned with the
103 // helper function to obtain camera service handle
ICamera.h 25 #include <camera/Camera.h>
39 DECLARE_META_INTERFACE(Camera);
43 // connect new client with existing camera remote
52 // pass the buffered IGraphicBufferProducer to the camera service
109 // send command to camera driver
112 // tell the camera hal to store meta data or real YUV data in video buffers.
IProCameraUser.h 25 #include <camera/IProCameraCallbacks.h>
80 // Get static camera metadata
  /frameworks/av/include/media/
IMediaRecorder.h 36 virtual status_t setCamera(const sp<ICamera>& camera,
MediaRecorderBase.h 43 virtual status_t setCamera(const sp<ICamera>& camera,
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h 33 virtual status_t setCamera(const sp<ICamera>& camera,
  /frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.h 25 #include <camera/CameraMetadata.h>
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h 25 #include <camera/CameraMetadata.h>
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TransformParam.java 74 mData.camera = mCamera.getRSData().getAllocation();
  /hardware/libhardware/include/hardware/
camera_common.h 26 #include <system/camera.h>
35 #define CAMERA_HARDWARE_MODULE_ID "camera"
38 * Module versioning information for the Camera hardware module, based on
46 * Camera modules that report these version numbers implement the initial
47 * camera module HAL interface. All camera devices openable through this
48 * module support only version 1 of the camera device HAL. The device_version
50 * the android.hardware.Camera API can be supported by this module and its
56 * Camera modules that report this version number implement the second version
57 * of the camera module HAL interface. Camera devices openable through thi
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2Factory.cpp 35 #include <hardware/camera.h>
87 * DESCRIPTION: static function to query camera information with its ID
90 * @camera_id : camera ID
91 * @info : ptr to camera info struct
119 * DESCRIPTION: query camera information with its ID
122 * @camera_id : camera ID
123 * @info : ptr to camera info struct
146 * DESCRIPTION: open a camera device with its ID
149 * @camera_id : camera ID
150 * @hw_device : ptr to struct storing camera hardware device inf
    [all...]

Completed in 936 milliseconds

<<11121314151617181920>>