Home
last modified time | relevance | path

Searched refs:m_imageWidthInPixels (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp78 m_imageWidthInPixels(0), m_imageHeightInPixels(0), m_cbImageSize(0), in OcvImageManipulations()
1314 …cv::Mat InputFrame(m_imageHeightInPixels + m_imageHeightInPixels/2, m_imageWidthInPixels, CV_8UC1,… in OnProcessOutput()
1315 …nputGreyScale(InputFrame, cv::Range(0, m_imageHeightInPixels), cv::Range(0, m_imageWidthInPixels)); in OnProcessOutput()
1316 …cv::Mat OutputFrame(m_imageHeightInPixels + m_imageHeightInPixels/2, m_imageWidthInPixels, CV_8UC1… in OnProcessOutput()
1327 …putGreyScale(OutputFrame, cv::Range(0, m_imageHeightInPixels), cv::Range(0, m_imageWidthInPixels)); in OnProcessOutput()
1333 …putGreyScale(OutputFrame, cv::Range(0, m_imageHeightInPixels), cv::Range(0, m_imageWidthInPixels)); in OnProcessOutput()
1340 …putGreyScale(OutputFrame, cv::Range(0, m_imageHeightInPixels), cv::Range(0, m_imageWidthInPixels)); in OnProcessOutput()
1354 … cv::Mat OutputY(m_imageHeightInPixels, m_imageWidthInPixels, CV_8UC1, pDest, lDestStride); in OnProcessOutput()
1355 cv::Mat OutputUV(m_imageHeightInPixels/2, m_imageWidthInPixels/2, in OnProcessOutput()
1419 m_imageWidthInPixels = 0; in UpdateFormatInfo()
[all …]
DOcvTransform.h241 UINT32 m_imageWidthInPixels; variable
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp1167 m_imageWidthInPixels(0), m_imageHeightInPixels(0) { in StreamSink()
1790 …hr = MFGetAttributeSize(m_spCurrentType.Get(), MF_MT_FRAME_SIZE, &m_imageWidthInPixels, &m_imageHe… in SetCurrentMediaType()
1868 UINT32 m_imageWidthInPixels; member in StreamSink