HomeSort by relevance Sort by last modified time
    Searched refs:facing (Results 1 - 15 of 15) sorted by null

  /frameworks/base/libs/camera/
ICameraService.cpp 53 cameraInfo->facing = reply.readInt32();
88 reply->writeInt32(cameraInfo.facing);
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 125 * Returns the camcorder profile for the first back-facing camera on the
126 * device at the given quality level. If the device has no back-facing
135 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
CameraProfile.java 52 * the first back-facing camera on the device. If the device has no
53 * back-facing camera, this returns 0.
62 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
  /frameworks/base/include/camera/
Camera.h 89 // preview display of front-facing cameras is flipped horizontally before
108 CAMERA_FACING_BACK = 0, /* The facing of the camera is opposite to that of the screen. */
109 CAMERA_FACING_FRONT = 1 /* The facing of the camera is the same as that of the screen. */
118 int facing; member in struct:android::CameraInfo
126 * back-facing camera sensor is mounted in landscape. You are looking at
129 * 90. If the top side of a front-facing camera sensor is aligned with
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 37 jfieldID facing; member in struct:fields_t
308 env->SetIntField(info_obj, fields.facing, cameraInfo.facing);
691 { "android/hardware/Camera$CameraInfo", "facing", "I", &fields.facing },
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 52 // The first rear facing camera
75 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
85 // Open the default i.e. the first rear facing camera.
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 128 if (info.facing == CameraInfo.CAMERA_FACING_FRONT) {
  /packages/apps/Camera/src/com/android/camera/
Util.java 322 if (info.facing == Camera.CameraInfo.CAMERA_FACING_FRONT) {
325 } else { // back-facing
CameraSettings.java 237 if (mCameraInfo[i].facing == CameraInfo.CAMERA_FACING_FRONT) {
VideoCamera.java     [all...]
Camera.java 784 if (info.facing == CameraInfo.CAMERA_FACING_FRONT) {
786 } else { // back-facing camera
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 1390 int facing = info.facing; local
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 158 * The facing of the camera is opposite to that of the screen.
163 * The facing of the camera is the same as that of the screen.
171 public int facing; field in class:Camera.CameraInfo
179 * back-facing camera sensor is mounted in landscape. You are looking at
182 * 90. If the top side of a front-facing camera sensor is aligned with
224 * Creates a new Camera object to access the first back-facing camera on the
225 * device. If the device does not have a back-facing camera, this returns
234 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
    [all...]
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 155 client = new Client(this, cameraClient, hardware, cameraId, info.facing,
830 // Mirror the preview if the camera is front-facing.
    [all...]
  /prebuilt/sdk/9/
android.jar 

Completed in 999 milliseconds