Home
last modified time | relevance | path

Searched refs:facing (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/camera/device/1.0/
Dtypes.hal20 /** The facing of the camera is opposite to that of the screen. */
22 /** The facing of the camera is the same as that of the screen. */
25 * The facing of the camera is not fixed relative to the screen.
26 * The cameras with this facing are external cameras, e.g. USB cameras.
39 CameraFacing facing;
47 * back-facing camera sensor is mounted in landscape. You are looking at the
50 * top side of a front-facing camera sensor is aligned with the right of the
/hardware/libhardware/include/hardware/
Dcamera_common.h177 int facing; member
/hardware/interfaces/camera/provider/2.4/
DICameraProvider.hal49 * back-facing camera and 1 being the main front-facing camera, if they exist.
106 * External camera devices (camera facing EXTERNAL) must be reported through
108 * facing BACK or FRONT must be listed here.
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp584 cameraInfo.facing = (CameraFacing) info.facing; in getCameraInfo()
587 if (cameraInfo.facing == CameraFacing::EXTERNAL) { in getCameraInfo()
588 cameraInfo.facing = CameraFacing::FRONT; in getCameraInfo()
/hardware/libhardware/modules/camera/3_0/
DCamera.cpp98 info->facing = CAMERA_FACING_FRONT; in getInfo()
/hardware/libhardware/modules/usbcamera/
DCamera.cpp145 info->facing = CAMERA_FACING_FRONT; in getInfo()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp965 switch(info.facing) { in TEST_F()
970 ALOGI("camera facing: %d", info.facing); in TEST_F()
973 … FAIL() << "Unexpected camera facing:" << static_cast<uint32_t> (info.facing); in TEST_F()