Home
last modified time | relevance | path

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

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp77 m_pSample(NULL), m_pInputType(NULL), m_pOutputType(NULL), in OcvImageManipulations()
87 SafeRelease(&m_pInputType); in ~OcvImageManipulations()
257 if (m_pInputType == NULL) in GetInputStreamInfo()
473 if (m_pInputType == NULL) in GetOutputAvailableType()
484 *ppType = m_pInputType; in GetOutputAvailableType()
639 else if (!m_pInputType) in GetInputCurrentType()
645 *ppType = m_pInputType; in GetInputCurrentType()
898 if (!m_pInputType || !m_pOutputType) in ProcessInput()
1127 if (m_pInputType != NULL) in OnCheckOutputType()
1130 hr = pmt->IsEqual(m_pInputType, &flags); in OnCheckOutputType()
[all …]
DOcvTransform.h237 IMFMediaType *m_pInputType; // Input media type. variable