Home
last modified time | relevance | path

Searched refs:m_pSample (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()
89 SafeRelease(&m_pSample); in ~OcvImageManipulations()
723 if (m_pSample == NULL) in GetInputStatus()
753 if (m_pSample != NULL) in GetOutputStatus()
905 if (m_pSample != NULL) in ProcessInput()
919 m_pSample = pSample; in ProcessInput()
978 if (m_pSample == NULL) in ProcessOutput()
993 hr = m_pSample->ConvertToContiguousBuffer(&pInput); in ProcessOutput()
1022 if (SUCCEEDED(m_pSample->GetSampleDuration(&hnsDuration))) in ProcessOutput()
1031 if (SUCCEEDED(m_pSample->GetSampleTime(&hnsTime))) in ProcessOutput()
[all …]
DOcvTransform.h203 BOOL HasPendingOutput() const { return m_pSample != NULL; } in HasPendingOutput()
236 IMFSample *m_pSample; // Input sample. variable