Searched refs:orient (Results 1 - 25 of 46) sorted by relevance

12

/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.AKM.h61 void getOrientationMatrix(signed char *orient);
H A DCompassSensor.IIO.9150.h56 void getOrientationMatrix(signed char *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/qcom/display/msm8960/liboverlay/
H A DoverlayCtrl.cpp59 bool Ctrl::setTransform(const utils::eTransform& orient) argument
61 if(!mMdp.setTransform(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 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 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/60xx/libsensors_iio/software/core/mpl/
H A Dquat_accuracy_monitor.h65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
H A Dquat_accuracy_monitor.h65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
/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/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/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...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp467 float& rightCutRatio, float& bottomCutRatio, int orient) {
468 if(orient & HAL_TRANSFORM_FLIP_H) {
471 if(orient & HAL_TRANSFORM_FLIP_V) {
474 if(orient & HAL_TRANSFORM_ROT_90) {
545 const hwc_rect_t& scissor, int orient) {
591 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
833 const eTransform& orient,
837 rot->setTransform(orient);
886 const eTransform& orient, const hwc_rect_t& crop,
890 ov->setTransform(orient, des
466 calc_cut(float& leftCutRatio, float& topCutRatio, float& rightCutRatio, float& bottomCutRatio, int orient) argument
544 calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst, const hwc_rect_t& scissor, int orient) argument
831 configRotator(Rotator *rot, const Whf& whf, const Whf& origWhf, const eMdpFlags& mdpFlags, const eTransform& orient, const int& downscale) argument
885 configMdp(Overlay *ov, const PipeArgs& parg, const eTransform& orient, const hwc_rect_t& crop, const hwc_rect_t& pos, const MetaData_t *metadata, const eDest& dest) argument
911 updateSource(eTransform& orient, Whf& whf, hwc_rect_t& crop) argument
941 eTransform orient = static_cast<eTransform>(transform); local
1022 eTransform orient = static_cast<eTransform>(transform); local
[all...]
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/msm8974/libhwcomposer/
H A Dhwc_utils.cpp428 double& rightCutRatio, double& bottomCutRatio, int orient) {
429 if(orient & HAL_TRANSFORM_FLIP_H) {
432 if(orient & HAL_TRANSFORM_FLIP_V) {
435 if(orient & HAL_TRANSFORM_ROT_90) {
506 const hwc_rect_t& scissor, int orient) {
552 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
800 const eTransform& orient, const int& downscale) {
821 rot->setTransform(orient);
828 const eTransform& orient, const hwc_rect_t& crop,
832 ov->setTransform(orient, des
427 calc_cut(double& leftCutRatio, double& topCutRatio, double& rightCutRatio, double& bottomCutRatio, int orient) argument
505 calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst, const hwc_rect_t& scissor, int orient) argument
798 configRotator(Rotator *rot, const Whf& whf, hwc_rect_t& crop, const eMdpFlags& mdpFlags, const eTransform& orient, const int& downscale) argument
827 configMdp(Overlay *ov, const PipeArgs& parg, const eTransform& orient, const hwc_rect_t& crop, const hwc_rect_t& pos, const MetaData_t *metadata, const eDest& dest) argument
853 updateSource(eTransform& orient, Whf& whf, hwc_rect_t& crop) argument
894 eTransform orient = static_cast<eTransform>(transform); local
986 eTransform orient = static_cast<eTransform>(transform); local
[all...]
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/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp427 float& rightCutRatio, float& bottomCutRatio, int orient) {
428 if(orient & HAL_TRANSFORM_FLIP_H) {
431 if(orient & HAL_TRANSFORM_FLIP_V) {
434 if(orient & HAL_TRANSFORM_ROT_90) {
505 const hwc_rect_t& scissor, int orient) {
551 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
793 const eMdpFlags& mdpFlags, const eTransform& orient,
797 rot->setTransform(orient);
846 const eTransform& orient, const hwc_rect_t& crop,
850 ov->setTransform(orient, des
426 calc_cut(float& leftCutRatio, float& topCutRatio, float& rightCutRatio, float& bottomCutRatio, int orient) argument
504 calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst, const hwc_rect_t& scissor, int orient) argument
792 configRotator(Rotator *rot, const Whf& whf, const eMdpFlags& mdpFlags, const eTransform& orient, const int& downscale) argument
845 configMdp(Overlay *ov, const PipeArgs& parg, const eTransform& orient, const hwc_rect_t& crop, const hwc_rect_t& pos, const MetaData_t *metadata, const eDest& dest) argument
871 updateSource(eTransform& orient, Whf& whf, hwc_rect_t& crop) argument
901 eTransform orient = static_cast<eTransform>(transform); local
968 eTransform orient = static_cast<eTransform>(transform); local
[all...]
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/msm8974/liboverlay/pipes/
H A DoverlayGenPipe.cpp96 void GenericPipe::setTransform(const utils::eTransform& orient) { argument
97 mCtrlData.ctrl.setTransform(orient);
/hardware/invensense/60xx/libsensors_iio/
H A DCompassSensor.IIO.9150.h55 void getOrientationMatrix(signed char *orient);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h225 inv_error_t inv_get_gyro_orient(int *orient);
226 inv_error_t inv_get_accel_orient(int *orient);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h298 inv_error_t inv_get_gyro_orient(int *orient);
299 inv_error_t inv_get_accel_orient(int *orient);

Completed in 8820 milliseconds

12