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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp141 if ( ( unsigned int ) varint != mPictureRotation) {
144 mPictureRotation = varint;
148 if (mPictureRotation) mPendingCaptureSettings |= SetRotation;
149 mPictureRotation = 0;
152 CAMHAL_LOGVB("Picture Rotation set %d", mPictureRotation);
766 ret = setPictureRotation(mPictureRotation);
H A DOMXExif.cpp665 ExifElementsTable::degreesToExifOrientation(mPictureRotation);
H A DOMXCameraAdapter.cpp3487 mPictureRotation = 0;
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h880 unsigned int mPictureRotation; member in class:android::OMXCameraAdapter

Completed in 896 milliseconds