Home
last modified time | relevance | path

Searched refs:m_pOutputPin (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowfakesrc.cpp157 m_pOutputPin = new FakeOutputPin((CSource *)this, m_pLock); in FakeSrc()
162 if (m_pOutputPin) in ~FakeSrc()
163 delete m_pOutputPin; in ~FakeSrc()
173 return (CBasePin *)m_pOutputPin; in GetPin()
178 return m_pOutputPin; in GetOutputPin()
Dgstdshowfakesrc.h53 FakeOutputPin *m_pOutputPin;
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.cpp340 m_pOutputPin = new VideoFakeSrcPin ((CSource *)this, &m_critsec, &hr); in VideoFakeSrc()
350 return (CBasePin *)m_pOutputPin; in GetPin()
355 return m_pOutputPin; in GetOutputPin()
401 m_pOutputPin->SetConfigInfo(pGraphConfig, m_evFilterStoppingEvent); in JoinFilterGraph()
410 m_pOutputPin->SetConfigInfo(NULL, NULL); in JoinFilterGraph()
Ddshowvideofakesrc.h59 VideoFakeSrcPin *m_pOutputPin; variable