HomeSort by relevance Sort by last modified time
    Searched refs:m_pOutputType (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),
88 SafeRelease(&m_pOutputType);
306 if (m_pOutputType == NULL)
426 if (m_pOutputType == NULL)
437 *ppType = m_pOutputType;
676 else if (!m_pOutputType)
682 *ppType = m_pOutputType;
898 if (!m_pInputType || !m_pOutputType)
1098 if (m_pOutputType != NULL)
1101 hr = pmt->IsEqual(m_pOutputType, &flags)
    [all...]
OcvTransform.h 238 IMFMediaType *m_pOutputType; // Output media type.

Completed in 8302 milliseconds