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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp157 mPendingCaptureSettings |= SetRotation;
163 if (mPictureRotation) mPendingCaptureSettings |= SetRotation;
769 if (mPendingCaptureSettings & SetRotation) {
770 mPendingCaptureSettings &= ~SetRotation;
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h266 SetRotation = 1 << 4, enumerator in enum:android::OMXCameraAdapter::CaptureSettingsFlags

Completed in 23 milliseconds