Home
last modified time | relevance | path

Searched refs:m_bReversePreviewRotation (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/
DAdvancedCapture.xaml.cpp140 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);
DAdvancedCapture.xaml.h90 bool m_bReversePreviewRotation; variable