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

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

Completed in 54 milliseconds