Home
last modified time | relevance | path

Searched refs:pMediaType (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowfakesrc.cpp44 CMediaType *pMediaType) in GetMediaType() argument
47 *pMediaType = m_MediaType; in GetMediaType()
Dgstdshowfakesrc.h41 HRESULT GetMediaType(int iPosition, CMediaType *pMediaType);
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.h42 HRESULT GetMediaType(int iPosition, CMediaType *pMediaType);
Ddshowvideofakesrc.cpp39 HRESULT VideoFakeSrcPin::GetMediaType(int iPosition, CMediaType *pMediaType) in GetMediaType() argument
43 *pMediaType = m_MediaType; in GetMediaType()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowvideosrc.cpp1065 AM_MEDIA_TYPE *pMediaType = NULL; in gst_dshowvideosrc_push_buffer() local