Lines Matching refs:mPictureRotation
232 if (params.getInt(android::CameraParameters::KEY_ROTATION) != (int) mPictureRotation) {
235 mPictureRotation = params.getInt(android::CameraParameters::KEY_ROTATION);
239 if (mPictureRotation) mPendingCaptureSettings |= SetRotation;
240 mPictureRotation = 0;
243 CAMHAL_LOGVB("Picture Rotation set %d", mPictureRotation);
1166 ret = setPictureRotation(mPictureRotation);