Home | History | Annotate | Download | only in videocodec

Lines Matching defs:port

87     PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]);
116 // Nothing specific to initialize input port.
119 port->SetPortDefinition(&paramPortDefinitionInput, true);
121 // Set port buffer 4k aligned
122 port->SetMemAlignment(4096);
134 port->SetPortVideoParam(&paramPortFormat, true);
146 PortVideo *port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
250 port->SetPortDefinition(&paramPortDefinitionOutput, true);
251 port->SetPortBitrateParam(&mParamBitrate, true);
263 port->SetPortVideoParam(&paramPortFormat, true);
421 PortVideo *port = NULL;
422 port = static_cast<PortVideo *>(this->ports[p->nPortIndex]);
424 memcpy(p, port->GetPortVideoParam(), sizeof(*p));
425 // port supports OMX_COLOR_FormatYUV420SemiPlanar & OMX_COLOR_FormatAndroidOpaque
441 // TODO: do we need to check if port is enabled?
442 PortVideo *port = NULL;
443 port = static_cast<PortVideo *>(this->ports[p->nPortIndex]);
450 port->SetPortVideoParam(p, false);
471 PortVideo *port = NULL;
479 port = static_cast<PortVideo *>(ports[index]);
480 ret = port->SetPortBitrateParam(p, false);
809 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]);
825 // for input port buffer
829 paramPortDefinitionInput_get = port->GetPortDefinition();
837 paramPortDefinitionInput_get = port->GetPortDefinition();
838 port->SetPortDefinition(paramPortDefinitionInput_get, true);