Searched defs:orient (Results 1 - 25 of 30) sorted by relevance

12

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayCtrl.cpp59 bool Ctrl::setTransform(const utils::eTransform& orient) argument
61 if(!mMdp.setTransform(orient)) {
H A DoverlayMdp.cpp118 void MdpCtrl::setTransform(const utils::eTransform& orient) { argument
119 int rot = utils::getMdpOrient(orient);
H A Doverlay.cpp166 void Overlay::setTransform(const int orient, argument
172 static_cast<utils::eTransform>(orient);
H A DoverlayCtrlData.h60 /* set source using whf, orient and wait flag */
166 inline void Ctrl::setTransform(const utils::eTransform& orient) argument
168 mMdp.setTransform(orient);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayCtrl.cpp59 bool Ctrl::setTransform(const utils::eTransform& orient) argument
61 if(!mMdp.setTransform(orient)) {
H A DoverlayMdp.cpp108 void MdpCtrl::setTransform(const utils::eTransform& orient) { argument
109 int rot = utils::getMdpOrient(orient);
H A Doverlay.cpp187 void Overlay::setTransform(const int orient, argument
193 static_cast<utils::eTransform>(orient);
H A DoverlayCtrlData.h60 /* set source using whf, orient and wait flag */
167 inline void Ctrl::setTransform(const utils::eTransform& orient) argument
169 mMdp.setTransform(orient);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayCtrl.cpp59 bool Ctrl::setTransform(const utils::eTransform& orient) argument
61 if(!mMdp.setTransform(orient)) {
H A DoverlayMdp.cpp118 void MdpCtrl::setTransform(const utils::eTransform& orient) { argument
119 int rot = utils::getMdpOrient(orient);
H A Doverlay.cpp166 void Overlay::setTransform(const int orient, argument
172 static_cast<utils::eTransform>(orient);
H A DoverlayCtrlData.h60 /* set source using whf, orient and wait flag */
166 inline void Ctrl::setTransform(const utils::eTransform& orient) argument
168 mMdp.setTransform(orient);
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.cpp182 void CompassSensor::getOrientationMatrix(signed char *orient) argument
186 orient[0] = 1;
187 orient[1] = 0;
188 orient[2] = 0;
189 orient[3] = 0;
190 orient[4] = 1;
191 orient[5] = 0;
192 orient[6] = 0;
193 orient[7] = 0;
194 orient[
[all...]
H A DCompassSensor.IIO.9150.cpp216 void CompassSensor::getOrientationMatrix(signed char *orient) argument
219 memcpy(orient, mCompassOrientation, sizeof(mCompassOrientation));
H A DCompassSensor.IIO.primary.cpp353 void CompassSensor::getOrientationMatrix(signed char *orient) argument
356 memcpy(orient, mCompassOrientation, sizeof(mCompassOrientation));
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp104 ovutils::eTransform orient = local
106 ov.setTransform(orient, dest);
232 ovutils::eTransform orient = local
234 ov.setTransform(orient, destL);
235 ov.setTransform(orient, destR);
/hardware/qcom/display/msm8960/liboverlay/pipes/
H A DoverlayGenPipe.cpp106 void GenericPipe::setTransform(const utils::eTransform& orient) { argument
109 mRotUsed |= ((orient & utils::OVERLAY_TRANSFORM_ROT_90) && !mPreRotated);
110 mRot->setTransform(orient);
111 mCtrlData.ctrl.setTransform(orient);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_fbupdate.cpp125 ovutils::eTransform orient = local
127 ov.setTransform(orient, dest);
280 ovutils::eTransform orient = local
282 ov.setTransform(orient, destL);
283 ov.setTransform(orient, destR);
/hardware/qcom/display/msm8974/liboverlay/pipes/
H A DoverlayGenPipe.cpp96 void GenericPipe::setTransform(const utils::eTransform& orient) { argument
97 mCtrlData.ctrl.setTransform(orient);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_fbupdate.cpp104 ovutils::eTransform orient = local
106 ov.setTransform(orient, dest);
232 ovutils::eTransform orient = local
234 ov.setTransform(orient, destL);
235 ov.setTransform(orient, destR);
/hardware/qcom/display/msm8x26/liboverlay/pipes/
H A DoverlayGenPipe.cpp106 void GenericPipe::setTransform(const utils::eTransform& orient) { argument
109 mRotUsed |= ((orient & utils::OVERLAY_TRANSFORM_ROT_90) && !mPreRotated);
110 mRot->setTransform(orient);
111 mCtrlData.ctrl.setTransform(orient);
/hardware/ti/omap4xxx/camera/
H A DSensorListener.cpp54 int tilt = 0, orient = 0; local
65 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;
67 if (orient < 0) {
68 orient += 360;
71 if (orient >= DEGREES_270_THRESH) {
72 orient = 270;
73 } else if (orient >= DEGREES_180_THRESH) {
74 orient = 180;
75 } else if (orient >= DEGREES_90_THRESH) {
76 orient
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp531 unsigned short orient; local
539 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
540 inv_set_gyro_orientation_and_scale(orient, 2000L << 15);
543 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
545 inv_set_accel_orientation_and_scale(orient, 1LL << 22);
547 inv_set_accel_orientation_and_scale(orient, mAccelScale << 15);
552 orient =
556 inv_set_compass_orientation_and_scale(orient, sensitivity);
2226 int MPLSensor::dmpOrientHandler(int orient)
2230 LOGV_IF(PROCESS_VERBOSE, "HAL:orient
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c1102 inv_error_t inv_get_gyro_orient(int *orient) argument
1104 *orient = sensors.gyro.orientation;
1108 inv_error_t inv_get_accel_orient(int *orient) argument
1110 *orient = sensors.accel.orientation;
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c110 inv_error_t inv_freescale_sensor_fusion_16bit(unsigned short orient);
111 inv_error_t inv_freescale_sensor_fusion_8bit(unsigned short orient);
814 unsigned short orient; local
821 orient = inv_orientation_matrix_to_scalar(orientation);
822 regs[0] = tmp[orient & 3];
823 regs[1] = tmp[(orient >> 3) & 3];
824 regs[2] = tmp[(orient >> 6) & 3];
842 if (orient & 4)
844 if (orient & 0x20)
846 if (orient
1505 inv_freescale_sensor_fusion_16bit(unsigned short orient) argument
1554 inv_freescale_sensor_fusion_8bit(unsigned short orient) argument
[all...]

Completed in 4256 milliseconds

12