OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureInputPin
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.h
29
class
CaptureInputPin
: public CBaseInputPin
38
CaptureInputPin
(int32_t moduleId,
44
virtual ~
CaptureInputPin
();
94
CaptureInputPin
* m_pInput;
sink_filter_ds.cc
38
CaptureInputPin
::
CaptureInputPin
(int32_t moduleId,
52
CaptureInputPin
::~
CaptureInputPin
()
57
CaptureInputPin
::GetMediaType (IN int iPosition, OUT CMediaType * pmt)
165
CaptureInputPin
::CheckMediaType ( IN const CMediaType * pMediaType)
319
CaptureInputPin
::Receive ( IN IMediaSample * pIMediaSample )
364
HRESULT
CaptureInputPin
::SetMatchingMediaType(
384
m_pInput = new
CaptureInputPin
(moduleId,NAME ("VideoCaptureInputPin"),
Completed in 123 milliseconds