Searched refs:SetRotation (Results 1 - 2 of 2) 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/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h266 SetRotation = 1 << 4, enumerator in enum:android::OMXCameraAdapter::CaptureSettingsFlags

Completed in 54 milliseconds