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

  /development/tools/emulator/system/camera/
EmulatedFakeCamera.cpp 52 /* Fake camera facing is defined by the qemu.sf.fake_camera boot property. */
55 const char* facing = prop; local
57 mParameters.set(EmulatedCamera::FACING_KEY, facing);
58 LOGD("%s: Fake camera is facing %s", __FUNCTION__, facing);
  /frameworks/base/include/camera/
Camera.h 34 int facing; member in struct:android::CameraInfo
42 * back-facing camera sensor is mounted in landscape. You are looking at
45 * 90. If the top side of a front-facing camera sensor is aligned with the
  /hardware/libhardware/include/hardware/
camera.h 42 int facing; member in struct:camera_info
50 * back-facing camera sensor is mounted in landscape. You are looking at
53 * 90. If the top side of a front-facing camera sensor is aligned with the
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 39 jfieldID facing; member in struct:fields_t
454 env->SetIntField(info_obj, fields.facing, cameraInfo.facing);
912 { "android/hardware/Camera$CameraInfo", "facing", "I", &fields.facing },
  /frameworks/base/core/java/android/hardware/
Camera.java 200 * The facing of the camera is opposite to that of the screen.
205 * The facing of the camera is the same as that of the screen.
213 public int facing; field in class:Camera.CameraInfo
221 * back-facing camera sensor is mounted in landscape. You are looking at
224 * 90. If the top side of a front-facing camera sensor is aligned with
268 * Creates a new Camera object to access the first back-facing camera on the
269 * device. If the device does not have a back-facing camera, this returns
278 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1827 milliseconds