Searched refs:coordinate (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraFOVControl.cpp | 1985 AuxDiffRoiX = fovRatio * ((float)roiAecMain.cam_aec_roi_position.coordinate[i].x - in translateMeteringAreas() 1989 AuxDiffRoiY = fovRatio * ((float)roiAecMain.cam_aec_roi_position.coordinate[i].y - in translateMeteringAreas() 1993 roiAecTrans.cam_aec_roi_position.coordinate[i].x = AuxRoiX - shiftHorzAdjusted; in translateMeteringAreas() 1994 roiAecTrans.cam_aec_roi_position.coordinate[i].y = AuxRoiY - shiftVertAdjusted; in translateMeteringAreas() 1999 roiAecTrans.cam_aec_roi_position.coordinate[i].x = 0; in translateMeteringAreas() 2000 roiAecTrans.cam_aec_roi_position.coordinate[i].y = 0; in translateMeteringAreas() 2006 roiAecTrans.cam_aec_roi_position.coordinate[i].x = in translateMeteringAreas() 2010 roiAecTrans.cam_aec_roi_position.coordinate[i].y = in translateMeteringAreas() 2018 roiAecTrans.cam_aec_roi_position.coordinate[i].x, in translateMeteringAreas() 2019 roiAecTrans.cam_aec_roi_position.coordinate[i].y); in translateMeteringAreas()
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 1012 * the Android coordinate system. This data is given as a 3x4 matrix 1015 * device coordinate frame relative to the local coordinate frame of the 1020 * origin of the Android sensor coordinate system to the geometric center 1035 * In other words, if viewing the origin of the Android coordinate 1036 * system from the positive Z direction, the device coordinate frame is 1038 * with the sensor's local coordinate frame. Equivalently, a vector in 1039 * the Android coordinate frame may be multiplied with R to rotate it 1041 * representation in the sensor's coordinate frame. 1042 * Relative to the origin of the Android coordinate system, the physical
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 707 cam_coordinate_type_t coordinate; member
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 418 * Pointer coordinate data. Analogous to Android's PointerCoords. 807 * The precision of the X coordinate being reported. 811 * The precision of the Y coordinate being reported.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2683 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid 3004 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid 3263 * The bounding box is represented by its upper-left corner coordinate 3264 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image. 4035 * The region of interest is represented by its upper-left corner coordinate 4036 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image. 4037 * A spatial scaling factor is applied to map into feature map coordinate. 4095 * The region of interest is represented by its upper-left corner coordinate 4096 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image. 4097 * A spatial scaling factor is applied to map into feature map coordinate.
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 2842 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid 3183 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid 3462 * The bounding box is represented by its upper-left corner coordinate 3463 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image. 4263 * The region of interest is represented by its upper-left corner coordinate 4264 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image. 4265 * A spatial scaling factor is applied to map into feature map coordinate. 4325 * The region of interest is represented by its upper-left corner coordinate 4326 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image. 4327 * A spatial scaling factor is applied to map into feature map coordinate.
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 897 * @param x is the new x coordinate (in pixels from the left of the 899 * @param y is the new y coordinate (in pixels from the top of the
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 1177 cam_coordinate_type_t coordinate[MAX_ROI]; member
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 1165 * a variable-length float (x,y,z, confidence) coordinate point list.
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 745 * coordinate system.</p>
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 9033 aec_roi_value.cam_aec_roi_position.coordinate[i].x = in setMeteringAreas() 9037 aec_roi_value.cam_aec_roi_position.coordinate[i].y = in setMeteringAreas()
|