Searched refs:smartTee (Results 1 – 1 of 1) sorted by relevance
264 IBaseFilter *smartTee = NULL; in match_smart_tee_pin() local309 smartTee = pinInfo.pFilter; in match_smart_tee_pin()310 IBaseFilter_AddRef(smartTee); in match_smart_tee_pin()315 if (!smartTee) { in match_smart_tee_pin()321 &IID_IBaseFilter, (LPVOID*)&smartTee); in match_smart_tee_pin()323 hr = IGraphBuilder_AddFilter(This->mygraph, smartTee, NULL); in match_smart_tee_pin()326 hr = IBaseFilter_FindPin(smartTee, inputW, &smartTeeInput); in match_smart_tee_pin()343 hr = IBaseFilter_FindPin(smartTee, captureW, source_out); in match_smart_tee_pin()345 hr = IBaseFilter_FindPin(smartTee, previewW, source_out); in match_smart_tee_pin()357 if (smartTee) in match_smart_tee_pin()[all …]