Home
last modified time | relevance | path

Searched refs:connectedto (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
Ddshow_pin.c46 if (this->connectedto) in ff_dshow_pin_ReceiveConnection()
59 this->connectedto = pin; in ff_dshow_pin_ReceiveConnection()
71 if (!this->connectedto) in ff_dshow_pin_Disconnect()
73 IPin_Release(this->connectedto); in ff_dshow_pin_Disconnect()
74 this->connectedto = NULL; in ff_dshow_pin_Disconnect()
84 if (!this->connectedto) in ff_dshow_pin_ConnectedTo()
86 IPin_AddRef(this->connectedto); in ff_dshow_pin_ConnectedTo()
87 *pin = this->connectedto; in ff_dshow_pin_ConnectedTo()
97 if (!this->connectedto) in ff_dshow_pin_ConnectionMediaType()
Ddshow_capture.h165 IPin *connectedto; member