HomeSort by relevance Sort by last modified time
    Searched refs:GetPortDefinition (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 82 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition();
158 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition();
374 = this->ports[OUTPORT_INDEX]->GetPortDefinition();
486 this->ports[INPORT_INDEX]->GetPortDefinition(),
490 this->ports[OUTPORT_INDEX]->GetPortDefinition(),
585 = this->ports[INPORT_INDEX]->GetPortDefinition();
625 memcpy(&port_def,port->GetPortDefinition(),sizeof(port_def));
650 const OMX_PARAM_PORTDEFINITIONTYPE* port_def = port->GetPortDefinition();
OMXVideoDecoderVP9HWR.cpp 226 this->ports[INPORT_INDEX]->GetPortDefinition(),
254 this->ports[INPORT_INDEX]->GetPortDefinition(),
486 this->ports[INPORT_INDEX]->GetPortDefinition(),
490 this->ports[OUTPORT_INDEX]->GetPortDefinition(),
595 = this->ports[OUTPORT_INDEX]->GetPortDefinition();
729 = this->ports[INPORT_INDEX]->GetPortDefinition();
772 memcpy(&port_def,port->GetPortDefinition(),sizeof(port_def));
800 const OMX_PARAM_PORTDEFINITIONTYPE* port_def = port->GetPortDefinition();
OMXVideoDecoderBase.cpp 468 const OMX_PARAM_PORTDEFINITIONTYPE* port_def = port->GetPortDefinition();
484 const OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionInput = this->ports[INPORT_INDEX]->GetPortDefinition();
491 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition();
535 memcpy(&port_def, port->GetPortDefinition(), sizeof(port_def));
689 this->ports[INPORT_INDEX]->GetPortDefinition(),
693 this->ports[OUTPORT_INDEX]->GetPortDefinition(),
    [all...]
OMXVideoEncoderBase.cpp 280 paramPortDefinitionInput = port_in->GetPortDefinition();
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 69 const OMX_PARAM_PORTDEFINITIONTYPE *GetPortDefinition(void);
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 501 memcpy(p, port->GetPortDefinition(), sizeof(*p));
669 memcpy(&paramPortDefinitionOutput,ports[p->nPortIndex]->GetPortDefinition(),
    [all...]
portbase.cpp 317 const OMX_PARAM_PORTDEFINITIONTYPE *PortBase::GetPortDefinition(void)
    [all...]

Completed in 87 milliseconds