Home | History | Annotate | Download | only in videocodec

Lines Matching refs: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;
67 this->ports[INPORT_INDEX] = new PortVideo;
68 if (this->ports[INPORT_INDEX] == NULL) {
72 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]);
125 this->ports[OUTPORT_INDEX] = new PortVideo;
126 if (this->ports[OUTPORT_INDEX] == NULL) {
130 PortVideo *port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
245 //this->ports[INPORT_INDEX]->ReturnAllRetainedBuffers();
486 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
503 const OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionInput = this->ports[INPORT_INDEX]->GetPortDefinition();
510 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition();
554 port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]);
772 this->ports[INPORT_INDEX]->GetPortDefinition(),
776 this->ports[OUTPORT_INDEX]->GetPortDefinition(),
822 this->ports[INPORT_INDEX]->SetPortDefinition(&paramPortDefinitionInput, true);
823 this->ports[OUTPORT_INDEX]->SetPortDefinition(&paramPortDefinitionOutput, true);
829 this->ports[OUTPORT_INDEX]->ReportPortSettingsChanged();
883 this->ports[INPORT_INDEX]->SetPortDefinition(&paramPortDefinitionInput, true);
884 this->ports[OUTPORT_INDEX]->ReportOutputCrop();
904 this->ports[INPORT_INDEX]->SetPortDefinition(&paramPortDefinitionInput, true);
905 this->ports[OUTPORT_INDEX]->SetPortDefinition(&paramPortDefinitionOutput, true);
914 this->ports[OUTPORT_INDEX]->ReportPortSettingsChanged();
994 port = static_cast<PortVideo *>(this->ports[p->nPortIndex]);
1009 port = static_cast<PortVideo *>(this->ports[p->nPortIndex]);
1054 ret = this->ports[OUTPORT_INDEX]->UseBuffer(buf_hdr, OUTPORT_INDEX, param->pAppPrivate, sizeof(OMX_U8*),
1095 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
1138 this->ports[INPORT_INDEX]->GetPortDefinition(),
1206 port = static_cast<PortVideo *>(this->ports