Home | History | Annotate | Download | only in videocodec

Lines Matching defs:port

69     PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]);
103 port->SetPortDefinition(&paramPortDefinitionInput, true);
115 port->SetPortVideoParam(&paramPortFormat, true);
127 PortVideo *port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
159 // no format specific to initialize output port
162 port->SetPortDefinition(&paramPortDefinitionOutput, true);
173 port->SetPortVideoParam(&paramPortFormat, true);
179 // no format specific to initialize output port
267 LOGI("Flushing port# %u.", portIndex);
280 // TODO: do we need to flush output port?
445 // if output port is not eos, retain the input buffer until all the output buffers are drained.
466 PortVideo *port = NULL;
467 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
468 const OMX_PARAM_PORTDEFINITIONTYPE* port_def = port->GetPortDefinition();
469 // if output port is disabled, retain the input buffer
532 PortVideo *port = NULL;
533 port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]);
535 memcpy(&port_def, port->GetPortDefinition(), sizeof(port_def));
685 // Sync port definition as it may change.
717 // input port
722 // output port
753 LOGV("output port buffer number is not enough: %d to %d",
819 // Make sure va_destroySurface is called before graphicbuffer is freed in case of port setting changed
904 PortVideo *port = NULL;
905 port = static_cast<PortVideo *>(this->ports[p->nPortIndex]);
906 memcpy(p, port->GetPortVideoParam(), sizeof(*p));
918 // TODO: do we need to check if port is enabled?
919 PortVideo *port = NULL;
920 port = static_cast<PortVideo *>(this->ports[p->nPortIndex]);
921 port->SetPortVideoParam(p, false);
1003 PortVideo *port = NULL;
1004 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
1006 memcpy(&port_def,port->GetPortDefinition(),sizeof(port_def));
1016 port->SetPortDefinition(&port_def,true);
1032 port->SetPortDefinition(&port_def,true);
1113 PortVideo *port = NULL;
1114 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
1116 memcpy(&port_def,port->GetPortDefinition(),sizeof(port_def));
1125 // if port width parsed from extractor is not as same as from SPS/PPS nalu header,
1130 port->SetPortDefinition(&port_def,true);