Searched defs:facing (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dcamera_common.h164 * for camera facing definitions.
177 int facing; member in struct:camera_info
185 * back-facing camera sensor is mounted in landscape. You are looking at the
188 * top side of a front-facing camera sensor is aligned with the right of the
199 * Valid if camera facing is CAMERA_FACING_BACK or CAMERA_FACING_FRONT,
200 * not valid if camera facing is CAMERA_FACING_EXTERNAL.
695 * which have CAMERA_FACING_BACK or CAMERA_FACING_FRONT camera facing values
696 * (camera_info.facing). The HAL must not include the external cameras
697 * (camera_info.facing == CAMERA_FACING_EXTERNAL) into the return value
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMuxer.h75 int32_t facing; member in struct:qcamera::__anon2196
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c1482 * DESCRIPTION: get sensor info like facing(back/front) and mount angle
1527 uint32_t facing; local
1543 facing = (temp & 0xFF00) >> 8;
1549 "facing = %u type: %u is_yuv = %u\n",
1551 (unsigned int)mount_angle, (unsigned int)facing,
1553 g_cam_ctrl.info[num_cameras].facing = (int)facing;
1619 if ((g_cam_ctrl.info[i].facing == CAMERA_FACING_BACK) &&
1634 if ((g_cam_ctrl.info[i].facing == CAMERA_FACING_BACK) &&
1650 if ((g_cam_ctrl.info[i].facing
[all...]

Completed in 122 milliseconds