Searched refs:facing (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/camera/
H A DICameraService.cpp53 cameraInfo->facing = reply.readInt32();
88 reply->writeInt32(cameraInfo.facing);
/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java206 * Returns the camcorder profile for the first back-facing camera on the
207 * device at the given quality level. If the device has no back-facing
217 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
275 * Returns true if camcorder profile exists for the first back-facing
284 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
H A DCameraProfile.java52 * 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/av/services/camera/libcameraservice/
H A DCameraService.cpp129 cameraInfo->facing = info.facing;
199 info.facing, callingPid, getpid());
203 info.facing, callingPid, getpid());
506 info.facing == CAMERA_FACING_BACK ? "BACK" : "FRONT");
/frameworks/av/include/camera/
H A DCamera.h34 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
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextureViewActivity.java122 if (info.facing == Camera.CameraInfo.CAMERA_FACING_BACK) break;
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp40 jfieldID facing; member in struct:fields_t
456 env->SetIntField(info_obj, fields.facing, cameraInfo.facing);
971 { "android/hardware/Camera$CameraInfo", "facing", "I", &fields.facing },
/frameworks/base/core/java/android/hardware/
H A DCamera.java221 * The facing of the camera is opposite to that of the screen.
226 * The facing of the camera is the same as that of the screen.
234 public int facing; field in class:Camera.CameraInfo
242 * back-facing camera sensor is mounted in landscape. You are looking at
245 * 90. If the top side of a front-facing camera sensor is aligned with
306 * Creates a new Camera object to access the first back-facing camera on the
307 * device. If the device does not have a back-facing camera, this returns
316 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
1135 * front-facing cameras is flipped horizontally before the rotation, that
1162 * if (info.facing
[all...]

Completed in 622 milliseconds