Home
last modified time | relevance | path

Searched refs:SetRotation (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapture.cpp142 mPendingCaptureSettings |= SetRotation; in setParametersCapture()
148 if (mPictureRotation) mPendingCaptureSettings |= SetRotation; in setParametersCapture()
764 if (mPendingCaptureSettings & SetRotation) { in startImageCapture()
765 mPendingCaptureSettings &= ~SetRotation; in startImageCapture()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp233 mPendingCaptureSettings |= SetRotation; in setParametersCapture()
239 if (mPictureRotation) mPendingCaptureSettings |= SetRotation; in setParametersCapture()
1164 if (capParams->mPendingCaptureSettings & SetRotation) { in startImageCapture()
1165 mPendingCaptureSettings &= ~SetRotation; in startImageCapture()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h266 SetRotation = 1 << 4, enumerator
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h264 SetRotation = 1 << 4, enumerator