OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFilterGraph
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/video/capture/win/
filter_base_win.h
44
STDMETHOD(JoinFilterGraph)(
IFilterGraph
* graph, LPCWSTR name);
66
base::win::ScopedComPtr<
IFilterGraph
> owning_graph_;
filter_base_win.cc
110
STDMETHODIMP FilterBase::JoinFilterGraph(
IFilterGraph
* graph, LPCWSTR name) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl
145
[in]
IFilterGraph
*pFilterGraph);
strmif.h
42
typedef interface
IFilterGraph
IFilterGraph
;
417
typedef interface
IFilterGraph
IFilterGraph
;
[
all
...]
amstream.h
700
IFilterGraph
*pFilterGraph) = 0;
774
IFilterGraph
*pFilterGraph);
844
static FORCEINLINE HRESULT IAMMediaStream_JoinFilterGraph(IAMMediaStream* This,
IFilterGraph
*pFilterGraph) {
[
all
...]
Completed in 94 milliseconds