Searched refs:degree (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp1041 status_t OMXCameraAdapter::setPictureRotation(unsigned int degree) argument
1058 rotation.nRotation = degree;
1075 status_t OMXCameraAdapter::setSensorOrientation(unsigned int degree) argument
1123 sensorOrientation.nRotation = degree;
1139 ret = setSensorQuirks(degree,
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp611 uint32_t degree = 0; local
612 memcpy ((void *) &degree, buffer->pInputPortPrivate, sizeof(uint32_t));
613 p->rotationDegrees = degree;
665 uint32_t degree = 0; local
666 memcpy ((void *) &degree, buffer->pInputPortPrivate, sizeof(uint32_t));
667 p->rotationDegrees = degree;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp1015 status_t OMXCameraAdapter::setPictureRotation(unsigned int degree) argument
1032 rotation.nRotation = degree;
1049 status_t OMXCameraAdapter::setSensorOrientation(unsigned int degree) argument
1093 sensorOrientation.nRotation = degree;
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h442 status_t setPictureRotation(unsigned int degree);
443 status_t setSensorOrientation(unsigned int degree);
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h494 status_t setPictureRotation(unsigned int degree);
495 status_t setSensorOrientation(unsigned int degree);

Completed in 88 milliseconds