Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:mPictureRotation

156         if (params.getInt(CameraParameters::KEY_ROTATION) != mPictureRotation) {
159 mPictureRotation = params.getInt(CameraParameters::KEY_ROTATION);
163 if (mPictureRotation) mPendingCaptureSettings |= SetRotation;
164 mPictureRotation = 0;
167 CAMHAL_LOGVB("Picture Rotation set %d", mPictureRotation);
771 ret = setPictureRotation(mPictureRotation);