Home
last modified time | relevance | path

Searched refs:coordinate (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/gnss/2.1/
DIGnssAntennaInfoCallback.hal56 * respect to the origin of the Android sensor coordinate system, e.g., center of primary
68 * Android sensor coordinate system, increasing toward the Y axis. The zenith
70 * coordinate system, increasing toward the X-Y plane.
102 * Android sensor coordinate system, increasing toward the Y axis. The zenith
104 * coordinate system, increasing toward the X-Y plane.
/hardware/interfaces/biometrics/fingerprint/2.3/
DIBiometricsFingerprint.hal49 * @param x The screen x-coordinate of the center of the touch contact area, in
51 * @param y The screen y-coordinate of the center of the touch contact area, in
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal246 * coordinate system:
252 * This rotation and translation applied to the sensor data in the sensor's local coordinate
253 * system transform the data to the automotive coordinate system.
255 * Here Pcar is a point in automotive coordinate system and Psensor is a point in the sensor's
256 * coordinate system.
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraFOVControl.cpp1985 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/automotive/sv/1.0/
Dtypes.hal95 * android automotive coordinate system:
218 * the car coordinate system (eg. Ultrasonics).
230 * Coordinates (x, y) of the center of the view in android automotive coordinate system on the
DISurroundView3dSession.hal108 * automotive coordinate system in the same order as cameraPoints.
/hardware/interfaces/sensors/1.0/
Dtypes.hal1012 * 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/
DQCamera_Intf.h707 cam_coordinate_type_t coordinate; member
/hardware/interfaces/input/common/1.0/
Dtypes.hal418 * 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/
Dtypes.hal2685 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid
3006 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid
3265 * The bounding box is represented by its upper-left corner coordinate
3266 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
4037 * The region of interest is represented by its upper-left corner coordinate
4038 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
4039 * A spatial scaling factor is applied to map into feature map coordinate.
4097 * The region of interest is represented by its upper-left corner coordinate
4098 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
4099 * A spatial scaling factor is applied to map into feature map coordinate.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal2846 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid
3187 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid
3467 * The bounding box is represented by its upper-left corner coordinate
3468 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
4268 * The region of interest is represented by its upper-left corner coordinate
4269 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
4270 * A spatial scaling factor is applied to map into feature map coordinate.
4330 * The region of interest is represented by its upper-left corner coordinate
4331 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
4332 * A spatial scaling factor is applied to map into feature map coordinate.
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal897 * @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/
Dcam_types.h1177 cam_coordinate_type_t coordinate[MAX_ROI]; member
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal1165 * a variable-length float (x,y,z, confidence) coordinate point list.
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal747 * coordinate system.</p>
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp9033 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()