Searched refs:orientation (Results 26 - 50 of 71) sorted by relevance

123

/hardware/qcom/camera/
H A DQCameraParameters.h241 void setOrientation(int orientation);
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp644 int orientation = 0; local
682 orientation = atoi(valstr);
691 info->orientation = orientation;
H A DCameraHal.cpp61 static void orientation_cb(uint32_t orientation, uint32_t tilt, void* cookie) { argument
66 camera->onOrientationEvent(orientation, tilt);
73 Callback function to receive orientation events from SensorListener
75 void CameraHal::onOrientationEvent(uint32_t orientation, uint32_t tilt) { argument
79 mCameraAdapter->onOrientationEvent(orientation, tilt);
351 int orientation =0; local
356 orientation = params.getInt(TICameraParameters::KEY_SENSOR_ORIENTATION);
359 if(orientation ==90 || orientation ==270)
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_qclient.cpp97 static void setExtOrientation(hwc_context_t *ctx, uint32_t orientation) { argument
98 ctx->mExtOrientation = orientation;
/hardware/ti/omap4-aah/camera/
H A DSensorListener.cpp60 // about conversion from cartesian to spherical for orientation calculations
79 CAMHAL_LOGVB(" tilt = %d orientation = %d", tilt, orient);
182 void SensorListener::handleOrientation(uint32_t orientation, uint32_t tilt) { argument
188 mOrientationCb(orientation, tilt, mCbCookie);
205 CAMHAL_LOGDB("orientation = %p (%s)", sensor, sensor->getName().string());
210 CAMHAL_LOGDB("not enabling absent orientation sensor");
227 CAMHAL_LOGDB("orientation = %p (%s)", sensor, sensor->getName().string());
H A DCameraHal_Module.cpp783 int orientation = 0; local
822 orientation = atoi(valstr);
831 info->orientation = orientation;
/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.h67 void setTransform(const int orientation, utils::eDest dest);
H A DoverlayUtils.cpp290 bool enableBarrier (uint32_t orientation) { argument
292 (void)fp.write("%d", orientation);
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h132 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_qclient.cpp98 static void setExtOrientation(hwc_context_t *ctx, uint32_t orientation) { argument
99 ctx->mExtOrientation = orientation;
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c327 e->dstgeom.orientation = screen_geom->orientation;
352 srcgeom->orientation = rgz_get_orientation(hwc_layer->transform);
513 e->bp.src1rect.left = e->bp.src1rect.top = e->src1geom.orientation = 0;
1173 int orientation = 0; local
1175 orientation += 180;
1177 orientation += 90;
1179 return orientation;
1627 geom->orientation = 0;
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp367 bool enableBarrier (uint32_t orientation) { argument
369 (void)fp.write("%d", orientation);
H A Doverlay.h97 void setTransform(const int orientation, utils::eDest dest);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_qclient.cpp110 static void setExtOrientation(hwc_context_t *ctx, uint32_t orientation) { argument
111 ctx->mExtOrientation = orientation;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_qclient.cpp109 static void setExtOrientation(hwc_context_t *ctx, uint32_t orientation) { argument
110 ctx->mExtOrientation = orientation;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.c74 inv_convert_to_body_with_scale(pg->orientation, pg->sensitivity,
289 * The rotation vector represents the orientation of the device as a combination
/hardware/libhardware/include/hardware/
H A Dsensors.h346 #define SENSOR_STRING_TYPE_ORIENTATION "android.sensor.orientation"
432 * The rotation vector symbolizes the orientation of the device relative to the
598 * Large accelerations without a change in phone orientation should not trigger a tilt event.
694 * The current orientation of the device. The value should be reported in the
698 * orientation):
699 * - 0: device is in default orientation (Y axis is vertical and points up)
701 * orientation (X axis is vertical and points up)
702 * - 2: device is rotated 180 degrees from default orientation (Y axis is
704 * - 3: device is rotated 90 degrees clockwise from default orientation (X axis
707 * Moving the device to an orientation wher
1080 sensors_vec_t orientation; member in union:sensors_event_t::__anon1865::__anon1866
[all...]
/hardware/ti/omap4-aah/camera/inc/
H A DBaseCameraAdapter.h162 // Receive orientation events from CameraHal
163 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
/hardware/ti/omap4xxx/camera/inc/
H A DBaseCameraAdapter.h143 // Receive orientation events from CameraHal
144 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp2557 int16_t orientation; local
2560 orientation = 1;
2563 orientation = 6;
2566 orientation = 3;
2569 orientation = 8;
2572 orientation = 1;
2578 (void *)&orientation);
2582 (void *)&orientation);
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp78 CHECK_MEMBER_AT(sensors_event_t, orientation, 24, 24);
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.h98 void setTransform(const int orientation, utils::eDest dest);
/hardware/qcom/display/msm8909/liboverlay/
H A Doverlay.h98 void setTransform(const int orientation, utils::eDest dest);
/hardware/qcom/display/msm8994/liboverlay/
H A Doverlay.h101 void setTransform(const int orientation, utils::eDest dest);
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h459 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
498 status_t setSensorQuirks(int orientation,
636 status_t setFaceDetectionOrientation(OMX_U32 orientation);
637 status_t setFaceDetection(bool enable, OMX_U32 orientation);

Completed in 537 milliseconds

123