Searched refs:m_bReversePreviewRotation (Results 1 – 2 of 2) sorted by relevance
140 m_bReversePreviewRotation = false;145 m_bReversePreviewRotation = true;441 bool counterclockwiseRotation = m_bReversePreviewRotation; in GetCurrentPhotoRotation()461 bool counterclockwiseRotation = m_bReversePreviewRotation; in PrepareForVideoRecording()482 bool counterclockwiseRotation = (previewMirroring && !m_bReversePreviewRotation) ||483 (!previewMirroring && m_bReversePreviewRotation);
90 bool m_bReversePreviewRotation; variable