Searched refs:position (Results 1 - 25 of 34) sorted by relevance

12

/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
H A DSlider.java43 public void setPosition(double position) { argument
44 if (mPosition != position) {
46 mPosition = position;
58 double position;
61 position = Math.max(0, (r.bottom - y) / r.height());
64 position = Math.max(0, (x - r.left) / r.width());
66 position = Math.min(1, position);
67 setPosition(position);
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraHAL.cpp74 ALOGI("position: %d", p_camera_info->position);
104 (FRONT_CAMERA == mm_camer_obj->camera_info.position)?
/device/lge/mako/camera/QCamera/HAL/core/src/
H A DQCameraHAL.cpp72 LOGI("position: %d", p_camera_info->position);
102 (FRONT_CAMERA == mm_camer_obj->camera_info.position)?
/device/lge/mako/camera/
H A DQCameraHAL.cpp71 ALOGI("position: %d", p_camera_info->position);
101 (FRONT_CAMERA == mm_camer_obj->camera_info.position)?
/device/moto/shamu/camera/QCamera/HAL2/core/src/
H A DQCameraHAL.cpp70 ALOGI("position: %d", p_camera_info->position);
97 (FRONT_CAMERA == mm_camer_obj->camera_info.position)?
H A DQCameraHWI_Metatags.cpp112 bool mFacingBack = (camera_vtbl->camera_info->camera_info.position==BACK_CAMERA)?
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraParameters.cpp5975 int position = paramType; local
5982 if (position == current){
5984 } else if (position < current){
5985 SET_NEXT_PARAM_ID(position, p_table, current);
5986 SET_FIRST_PARAM_ID(p_table, position);
5988 /* Search for the position in the linked list where we need to slot in*/
5989 while (position > GET_NEXT_PARAM_ID(current, p_table))
5993 if (position != GET_NEXT_PARAM_ID(current, p_table)) {
5995 SET_NEXT_PARAM_ID(current, p_table, position);
5996 SET_NEXT_PARAM_ID(position, p_tabl
6028 int position = paramType; local
[all...]
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraParameters.cpp5975 int position = paramType; local
5982 if (position == current){
5984 } else if (position < current){
5985 SET_NEXT_PARAM_ID(position, p_table, current);
5986 SET_FIRST_PARAM_ID(p_table, position);
5988 /* Search for the position in the linked list where we need to slot in*/
5989 while (position > GET_NEXT_PARAM_ID(current, p_table))
5993 if (position != GET_NEXT_PARAM_ID(current, p_table)) {
5995 SET_NEXT_PARAM_ID(current, p_table, position);
5996 SET_NEXT_PARAM_ID(position, p_tabl
6028 int position = paramType; local
[all...]
/device/asus/deb/kernel-headers/media/
H A Dmsm_cam_sensor.h286 enum camb_position_t position; member in struct:msm_sensor_init_params
/device/asus/deb/original-kernel-headers/media/
H A Dmsm_cam_sensor.h257 /* sensor position: front, back */
258 enum camb_position_t position; member in struct:msm_sensor_init_params
/device/asus/flo/kernel-headers/media/
H A Dmsm_cam_sensor.h286 enum camb_position_t position; member in struct:msm_sensor_init_params
/device/asus/flo/original-kernel-headers/media/
H A Dmsm_cam_sensor.h257 /* sensor position: front, back */
258 enum camb_position_t position; member in struct:msm_sensor_init_params
/device/lge/hammerhead/kernel-headers/media/
H A Dmsm_cam_sensor.h335 enum camb_position_t position; member in struct:msm_sensor_init_params
/device/lge/hammerhead/original-kernel-headers/media/
H A Dmsm_cam_sensor.h301 /* sensor position: front, back */
302 enum camb_position_t position; member in struct:msm_sensor_init_params
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp1288 if (gCamCapability[mCameraId]->position == CAM_POSITION_FRONT &&
1778 int facingBack = gCamCapability[cameraId]->position == CAM_POSITION_BACK;
2298 int position = paramType; local
2305 if (position == current){
2307 } else if (position < current){
2308 SET_NEXT_PARAM_ID(position, p_table, current);
2309 SET_FIRST_PARAM_ID(p_table, position);
2311 /* Search for the position in the linked list where we need to slot in*/
2312 while (position > GET_NEXT_PARAM_ID(current, p_table))
2316 if (position !
[all...]
/device/asus/flo/camera/QCamera2/stack/common/
H A Dcam_intf.h60 cam_position_t position; /* sensor position: front, back */ member in struct:__anon62
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c97 if (cam_cap->position == CAM_POSITION_BACK) {
/device/lge/hammerhead/camera/QCamera2/stack/common/
H A Dcam_intf.h60 cam_position_t position; /* sensor position: front, back */ member in struct:__anon556
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c97 if (cam_cap->position == CAM_POSITION_BACK) {
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp3420 int facingBack = gCamCapability[cameraId]->position == CAM_POSITION_BACK;
4424 int position = paramType; local
4431 if (position == current){
4433 } else if (position < current){
4434 SET_NEXT_PARAM_ID(position, p_table, current);
4435 SET_FIRST_PARAM_ID(p_table, position);
4437 /* Search for the position in the linked list where we need to slot in*/
4438 while (position > GET_NEXT_PARAM_ID(current, p_table))
4442 if (position != GET_NEXT_PARAM_ID(current, p_table)) {
4444 SET_NEXT_PARAM_ID(current, p_table, position);
[all...]
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c831 g_cam_ctrl.camera[*num_cameras].camera_info.position =
842 g_cam_ctrl.camera[*num_cameras].camera_info.position,
/device/lge/mako/camera/mm-camera-interface/
H A Dmm_camera_interface2.c672 g_cam_ctrl.camera[*num_cameras].camera_info.position =
685 g_cam_ctrl.camera[*num_cameras].camera_info.position,
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c1184 g_cam_ctrl.camera[*num_cameras].camera_info.position =
1195 g_cam_ctrl.camera[*num_cameras].camera_info.position,
/device/asus/flo/camera/
H A DQCamera_Intf.h174 cam_position_t position; member in struct:__anon282
/device/lge/hammerhead/camera/
H A DQCamera_Intf.h174 cam_position_t position; member in struct:__anon789

Completed in 407 milliseconds

12