Searched refs:resolution (Results 1 – 13 of 13) sorted by relevance
/device/htc/flounder/sensor_hub/libsensors/ |
D | sensors.cpp | 50 .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/ |
D | sensors_qemu.c | 499 .resolution = 1.0f/4032.0f, 510 .resolution = 1.0f, 521 .resolution = 1.0f, 532 .resolution = 1.0f, 543 .resolution = 1.0f,
|
/device/htc/flounder/ |
D | init.flounder_svelte.rc | 7 # Reduce screen resolution
|
/device/lge/hammerhead/libsensors/ |
D | sensors.cpp | 58 .resolution = 1.0f, 70 .resolution = 1.0f,
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 337 bool is4k2kResolution(cam_dimension_t* resolution);
|
D | QCamera2HWI.cpp | 5638 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()
|
D | QCameraParameters.cpp | 9236 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/ |
D | QCamera_Intf.h | 815 struct camera_size_type resolution; member
|
/device/moto/shamu/camera/ |
D | QCamera_Intf.h | 815 struct camera_size_type resolution; member
|
/device/asus/flo/camera/ |
D | QCamera_Intf.h | 815 struct camera_size_type resolution; member
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCamera_Intf.h | 776 struct camera_size_type resolution; member
|
/device/lge/mako/camera/ |
D | QCamera_Intf.h | 838 struct camera_size_type resolution; member
|
D | QualcommCameraHardware.cpp | 4129 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()
|