Lines Matching refs:ports
52 // destroy ports
53 if (this->ports) {
54 if (this->ports[INPORT_INDEX]) {
55 delete this->ports[INPORT_INDEX];
56 this->ports[INPORT_INDEX] = NULL;
59 if (this->ports[OUTPORT_INDEX]) {
60 delete this->ports[OUTPORT_INDEX];
61 this->ports[OUTPORT_INDEX] = NULL;
83 this->ports[INPORT_INDEX] = new PortVideo;
84 if (this->ports[INPORT_INDEX] == NULL) {
88 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]);
142 this->ports[OUTPORT_INDEX] = new PortVideo;
143 if (this->ports[OUTPORT_INDEX] == NULL) {
147 PortVideo *port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
286 port_in = static_cast<PortVideo *>(ports[INPORT_INDEX]);
377 this->ports[INPORT_INDEX]->ReturnAllRetainedBuffers();
392 this->ports[INPORT_INDEX]->ReturnAllRetainedBuffers();
430 port = static_cast<PortVideo *>(this->ports[p->nPortIndex]);
451 port = static_cast<PortVideo *>(this->ports[p->nPortIndex]);
487 port = static_cast<PortVideo *>(ports[index]);
817 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]);
920 PortVideo *port_in = static_cast<PortVideo *>(ports[INPORT_INDEX]);
1025 memcpy(&def, ports[intraRefresh.nPortIndex]->GetPortDefinition(),sizeof(def));