HomeSort by relevance Sort by last modified time
    Searched refs:m_pInputType (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.cpp 77 m_pSample(NULL), m_pInputType(NULL), m_pOutputType(NULL),
87 SafeRelease(&m_pInputType);
257 if (m_pInputType == NULL)
473 if (m_pInputType == NULL)
484 *ppType = m_pInputType;
639 else if (!m_pInputType)
645 *ppType = m_pInputType;
898 if (!m_pInputType || !m_pOutputType)
1127 if (m_pInputType != NULL)
1130 hr = pmt->IsEqual(m_pInputType, &flags)
    [all...]
OcvTransform.h 237 IMFMediaType *m_pInputType; // Input media type.

Completed in 86 milliseconds