Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 13 of 13) sorted by relevance

/device/htc/flounder/sensor_hub/libsensors/
Dsensors.cpp50 .resolution = CONVERT_A,
67 .resolution = CONVERT_M,
84 .resolution = CONVERT_GYRO,
101 .resolution = 1.0f,
118 .resolution = 1.0f,
135 .resolution = 0.1f,
152 .resolution = 0.0001f,
169 .resolution = 0.01,
186 .resolution = 0.01,
203 .resolution = CONVERT_M,
[all …]
/device/generic/goldfish/sensors/
Dsensors_qemu.c499 .resolution = 1.0f/4032.0f,
510 .resolution = 1.0f,
521 .resolution = 1.0f,
532 .resolution = 1.0f,
543 .resolution = 1.0f,
/device/htc/flounder/
Dinit.flounder_svelte.rc7 # Reduce screen resolution
/device/lge/hammerhead/libsensors/
Dsensors.cpp58 .resolution = 1.0f,
70 .resolution = 1.0f,
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.h337 bool is4k2kResolution(cam_dimension_t* resolution);
DQCamera2HWI.cpp5638 bool QCamera2HardwareInterface::is4k2kResolution(cam_dimension_t* resolution) in is4k2kResolution() argument
5641 if ((resolution->width == 4096 && resolution->height == 2160) || in is4k2kResolution()
5642 (resolution->width == 3840 && resolution->height == 2160) ) { in is4k2kResolution()
DQCameraParameters.cpp9236 cam_dimension_t resolution; in is4k2kVideoResolution() local
9237 getVideoSize(&resolution.width, &resolution.height); in is4k2kVideoResolution()
9238 if (!(resolution.width < 3840 && resolution.height < 2160)) { in is4k2kVideoResolution()
/device/lge/hammerhead/camera/
DQCamera_Intf.h815 struct camera_size_type resolution; member
/device/moto/shamu/camera/
DQCamera_Intf.h815 struct camera_size_type resolution; member
/device/asus/flo/camera/
DQCamera_Intf.h815 struct camera_size_type resolution; member
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCamera_Intf.h776 struct camera_size_type resolution; member
/device/lge/mako/camera/
DQCamera_Intf.h838 struct camera_size_type resolution; member
DQualcommCameraHardware.cpp4129 buf_info.resolution.width = mPictureWidth; in initZslBuffers()
4130 buf_info.resolution.height = mPictureHeight; in initZslBuffers()
4578 buf_info.resolution.width = mPictureWidth * w_scale_factor; in initRaw()
4579 buf_info.resolution.height = mPictureHeight; in initRaw()