Searched refs:graph_builder2 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_crossbar.c | 140 ff_dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 *graph_builder2, in ff_dshow_try_setup_crossbar_options() argument 152 hr = ICaptureGraphBuilder2_FindInterface(graph_builder2, &LOOK_UPSTREAM_ONLY, (const GUID *) NULL, in ff_dshow_try_setup_crossbar_options() 170 hr = ICaptureGraphBuilder2_FindInterface(graph_builder2, &LOOK_UPSTREAM_ONLY, NULL, in ff_dshow_try_setup_crossbar_options() 182 hr = ICaptureGraphBuilder2_FindInterface(graph_builder2, &LOOK_UPSTREAM_ONLY, NULL, in ff_dshow_try_setup_crossbar_options()
|
H A D | dshow.c | 1327 ICaptureGraphBuilder2 *graph_builder2 = NULL; in dshow_open_device() local 1462 &IID_ICaptureGraphBuilder2, (void **) &graph_builder2); in dshow_open_device() 1467 ICaptureGraphBuilder2_SetFiltergraph(graph_builder2, graph); in dshow_open_device() 1473 r = ICaptureGraphBuilder2_RenderStream(graph_builder2, NULL, NULL, (IUnknown *) device_pin, NULL /* no intermediate filter */, in dshow_open_device() 1481 r = ff_dshow_try_setup_crossbar_options(graph_builder2, device_filter, devtype, avctx); in dshow_open_device() 1491 if (graph_builder2 != NULL) in dshow_open_device() 1492 ICaptureGraphBuilder2_Release(graph_builder2); in dshow_open_device()
|
H A D | dshow_capture.h | 351 HRESULT ff_dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 *graph_builder2,
|
Completed in 4 milliseconds