Searched refs:m_pOutputType (Results 1 – 2 of 2) sorted by relevance
77 m_pSample(NULL), m_pInputType(NULL), m_pOutputType(NULL), in OcvImageManipulations()88 SafeRelease(&m_pOutputType); in ~OcvImageManipulations()306 if (m_pOutputType == NULL) in GetOutputStreamInfo()426 if (m_pOutputType == NULL) in GetInputAvailableType()437 *ppType = m_pOutputType; in GetInputAvailableType()676 else if (!m_pOutputType) in GetOutputCurrentType()682 *ppType = m_pOutputType; in GetOutputCurrentType()898 if (!m_pInputType || !m_pOutputType) in ProcessInput()1098 if (m_pOutputType != NULL) in OnCheckInputType()1101 hr = pmt->IsEqual(m_pOutputType, &flags); in OnCheckInputType()[all …]
238 IMFMediaType *m_pOutputType; // Output media type. variable