Home
last modified time | relevance | path

Searched refs:FakeSrc (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowfakesrc.cpp154 FakeSrc::FakeSrc() : in FakeSrc() function in FakeSrc
160 FakeSrc::~FakeSrc() in ~FakeSrc()
166 int FakeSrc::GetPinCount() in GetPinCount()
171 CBasePin *FakeSrc::GetPin(int n) in GetPin()
176 FakeOutputPin *FakeSrc::GetOutputPin() in GetOutputPin()
Dgstdshowfakesrc.h49 class FakeSrc : public CBaseFilter
56 FakeSrc ();
57 virtual ~FakeSrc ();
Dgstdshowaudiodec.h86 FakeSrc *fakesrc;
Dgstdshowvideodec.h96 FakeSrc *fakesrc;
Dgstdshowaudiodec.cpp1048 adec->fakesrc = new FakeSrc(); in gst_dshowaudiodec_create_graph_and_filters()
Dgstdshowvideodec.cpp1136 vdec->fakesrc = new FakeSrc(); in gst_dshowvideodec_create_graph_and_filters()