Searched defs:rot (Results 1 - 25 of 54) sorted by relevance

123

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Ditg3200.js33 var rot; variable
40 rot = gyro.getRawValues(); // Read raw sensor data
42 var rots = (rot.getitem(0) + " ");
43 rots += (rot.getitem(1) + " ");
44 rots += rot.getitem(2);
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Ditg3200.py31 rot = gyro.getRawValues() # Read raw sensor data variable
33 print "Raw: %6d %6d %6d" % (rot[0], rot[1], rot[2])
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Ditg3200.cxx32 int16_t *rot; local
40 rot = gyro->getRawValues(); // Read raw sensor data
42 fprintf(stdout, "Raw: %6d %6d %6d\n", rot[0], rot[1], rot[2]);
/hardware/qcom/display/msm8960/liboverlay/
H A DmdpWrapper.h58 bool startRotator(int fd, msm_rotator_img_info& rot);
61 bool rotate(int fd, msm_rotator_data_info& rot);
92 void dump(const char* const s, const msm_rotator_img_info& rot);
93 void dump(const char* const s, const msm_rotator_data_info& rot);
128 inline bool startRotator(int fd, msm_rotator_img_info& rot) { argument
129 if (ioctl(fd, MSM_ROTATOR_IOCTL_START, &rot) < 0){
137 inline bool rotate(int fd, msm_rotator_data_info& rot) { argument
138 if (ioctl(fd, MSM_ROTATOR_IOCTL_ROTATE, &rot) < 0) {
245 inline void dump(const char* const s, const msm_rotator_img_info& rot) { argument
246 ALOGE("%s msm_rotator_img_info sessid=%u dstx=%d dsty=%d rot
253 dump(const char* const s, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayMdp.cpp119 int rot = utils::getMdpOrient(orient); local
120 setUserData(rot);
123 mOrientation = static_cast<utils::eTransform>(rot);
H A DoverlayRotator.cpp71 ALOGE("%s error in closing rot mem %d", __FUNCTION__, i);
141 //Return a rot object, creating one if necessary
142 overlay::Rotator *rot = NULL; local
148 rot = mRot[mUseCount++];
150 return rot;
/hardware/qcom/display/msm8084/liboverlay/
H A DmdpWrapper.h60 bool startRotator(int fd, msm_rotator_img_info& rot);
63 bool rotate(int fd, msm_rotator_data_info& rot);
115 void dump(const char* const s, const msm_rotator_img_info& rot);
116 void dump(const char* const s, const msm_rotator_data_info& rot);
151 inline bool startRotator(int fd, msm_rotator_img_info& rot) { argument
152 if (ioctl(fd, MSM_ROTATOR_IOCTL_START, &rot) < 0){
160 inline bool rotate(int fd, msm_rotator_data_info& rot) { argument
161 if (ioctl(fd, MSM_ROTATOR_IOCTL_ROTATE, &rot) < 0) {
341 inline void dump(const char* const s, const msm_rotator_img_info& rot) { argument
342 ALOGE("%s msm_rotator_img_info sessid=%u dstx=%d dsty=%d rot
349 dump(const char* const s, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayRotator.cpp68 ALOGE("%s error in closing rot mem", __FUNCTION__);
145 //Return a rot object, creating one if necessary
146 overlay::Rotator *rot = NULL; local
152 rot = mRot[mUseCount++];
154 return rot;
H A DoverlayMdp.cpp118 int rot = utils::getMdpOrient(orient); local
119 setUserData(rot);
120 mOrientation = static_cast<utils::eTransform>(rot);
H A DoverlayMdpRot.cpp107 void MdpRot::setTransform(const utils::eTransform& rot) argument
109 int r = utils::getMdpOrient(rot);
193 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
H A DoverlayMdssRot.cpp104 void MdssRot::setTransform(const utils::eTransform& rot) argument
108 int flags = utils::getMdpOrient(rot);
112 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, flags);
191 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
/hardware/qcom/display/msm8084/liboverlay/pipes/
H A Doverlay3DPipe.h53 bool init(RotatorBase* rot);
83 bool init(RotatorBase* rot);
113 bool init(RotatorBase* rot);
143 bool init(RotatorBase* rot);
172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { argument
174 if(!mM3d.init(rot)) {
241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { argument
243 if(!mM3d.init(rot)) {
296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { argument
298 if(!mS3d.init(rot)) {
360 init(RotatorBase* rot) argument
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DmdpWrapper.h63 bool startRotator(int fd, msm_rotator_img_info& rot);
66 bool rotate(int fd, msm_rotator_data_info& rot);
112 void dump(const char* const s, const msm_rotator_img_info& rot);
113 void dump(const char* const s, const msm_rotator_data_info& rot);
151 inline bool startRotator(int fd, msm_rotator_img_info& rot) { argument
153 if (ioctl(fd, MSM_ROTATOR_IOCTL_START, &rot) < 0){
161 inline bool rotate(int fd, msm_rotator_data_info& rot) { argument
163 if (ioctl(fd, MSM_ROTATOR_IOCTL_ROTATE, &rot) < 0) {
336 inline void dump(const char* const s, const msm_rotator_img_info& rot) { argument
337 ALOGE("%s msm_rotator_img_info sessid=%u dstx=%d dsty=%d rot
344 dump(const char* const s, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayRotator.cpp69 ALOGE("%s error in closing rot mem", __FUNCTION__);
146 //Return a rot object, creating one if necessary
147 overlay::Rotator *rot = NULL; local
153 rot = mRot[mUseCount++];
155 return rot;
H A DoverlayMdp.cpp117 int rot = utils::getMdpOrient(orient); local
118 setUserData(rot);
119 mOrientation = static_cast<utils::eTransform>(rot);
H A DoverlayMdpRot.cpp126 void MdpRot::setTransform(const utils::eTransform& rot) argument
128 int r = utils::getMdpOrient(rot);
212 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
H A DoverlayMdssRot.cpp113 void MdssRot::setTransform(const utils::eTransform& rot) argument
117 int flags = utils::getMdpOrient(rot);
121 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, flags);
215 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
H A DoverlayUtils.cpp390 const msm_rotator_img_info& rot) {
392 snprintf(str, 256, "%s sessid=%u rot=%d, enable=%d downscale=%d\n",
393 prefix, rot.session_id, rot.rotations, rot.enable,
394 rot.downscale_ratio);
396 getDump(buf, len, "\tsrc", rot.src);
397 getDump(buf, len, "\tdst", rot.dst);
398 getDump(buf, len, "\tsrc_rect", rot.src_rect);
402 const msm_rotator_data_info& rot) {
389 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
401 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
/hardware/qcom/display/msm8960/liboverlay/pipes/
H A Doverlay3DPipe.h53 bool init(RotatorBase* rot);
83 bool init(RotatorBase* rot);
113 bool init(RotatorBase* rot);
143 bool init(RotatorBase* rot);
172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { argument
174 if(!mM3d.init(rot)) {
241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { argument
243 if(!mM3d.init(rot)) {
296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { argument
298 if(!mS3d.init(rot)) {
360 init(RotatorBase* rot) argument
[all...]
/hardware/qcom/display/msm8909/liboverlay/
H A DmdpWrapper.h66 bool startRotator(int fd, msm_rotator_img_info& rot);
69 bool rotate(int fd, msm_rotator_data_info& rot);
114 void dump(const char* const s, const msm_rotator_img_info& rot);
115 void dump(const char* const s, const msm_rotator_data_info& rot);
153 inline bool startRotator(int fd, msm_rotator_img_info& rot) { argument
155 if (ioctl(fd, MSM_ROTATOR_IOCTL_START, &rot) < 0){
163 inline bool rotate(int fd, msm_rotator_data_info& rot) { argument
165 if (ioctl(fd, MSM_ROTATOR_IOCTL_ROTATE, &rot) < 0) {
360 inline void dump(const char* const s, const msm_rotator_img_info& rot) { argument
361 ALOGE("%s msm_rotator_img_info sessid=%u dstx=%d dsty=%d rot
368 dump(const char* const s, const msm_rotator_data_info& rot) argument
[all...]
H A DoverlayMdp.cpp112 int rot = utils::getMdpOrient(orient); local
113 setUserData(rot);
114 mOrientation = static_cast<utils::eTransform>(rot);
H A DoverlayMdpRot.cpp135 void MdpRot::setTransform(const utils::eTransform& rot) argument
137 int r = utils::getMdpOrient(rot);
220 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
H A DoverlayRotator.cpp105 ALOGE("%s error in closing rot mem", __FUNCTION__);
196 //Return a rot object, creating one if necessary
197 overlay::Rotator *rot = NULL; local
203 rot = mRot[mUseCount++];
205 return rot;
H A DoverlayUtils.cpp361 const msm_rotator_img_info& rot) {
363 snprintf(str, 256, "%s sessid=%u rot=%d, enable=%d downscale=%d\n",
364 prefix, rot.session_id, rot.rotations, rot.enable,
365 rot.downscale_ratio);
367 getDump(buf, len, "\tsrc", rot.src);
368 getDump(buf, len, "\tdst", rot.dst);
369 getDump(buf, len, "\tsrc_rect", rot.src_rect);
373 const msm_rotator_data_info& rot) {
360 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_img_info& rot) argument
372 getDump(char *buf, size_t len, const char *prefix, const msm_rotator_data_info& rot) argument
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.h73 overlay::Rotator* rot; member in struct:qhwc::MDPComp::PipeLayerPair

Completed in 2827 milliseconds

123