Searched refs:ports (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | componentbase.cpp | 131 ports = NULL; in __ComponentBase() 499 port = ports[index]; in CBaseGetParameter() 570 port = ports[index]; in CBaseSetParameter() 623 if (ports) in CBaseSetParameter() 671 if (nr_ports > p->nPortIndex && ports[p->nPortIndex]) { in CBaseSetParameter() 672 memcpy(¶mPortDefinitionOutput,ports[p->nPortIndex]->GetPortDefinition(), in CBaseSetParameter() 676 ports[p->nPortIndex]->SetPortDefinition(¶mPortDefinitionOutput, true); in CBaseSetParameter() 955 if (ports) in CBaseUseBuffer() 957 port = ports[nPortIndex]; in CBaseUseBuffer() 1009 if (ports) in CBaseAllocateBuffer() [all …]
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderBase.cpp | 42 if (this->ports) { in ~OMXVideoDecoderBase() 43 if (this->ports[INPORT_INDEX]) { in ~OMXVideoDecoderBase() 44 delete this->ports[INPORT_INDEX]; in ~OMXVideoDecoderBase() 45 this->ports[INPORT_INDEX] = NULL; in ~OMXVideoDecoderBase() 48 if (this->ports[OUTPORT_INDEX]) { in ~OMXVideoDecoderBase() 49 delete this->ports[OUTPORT_INDEX]; in ~OMXVideoDecoderBase() 50 this->ports[OUTPORT_INDEX] = NULL; in ~OMXVideoDecoderBase() 56 this->ports[INPORT_INDEX] = new PortVideo; in InitInputPort() 57 if (this->ports[INPORT_INDEX] == NULL) { in InitInputPort() 61 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]); in InitInputPort() [all …]
|
D | OMXVideoEncoderBase.cpp | 52 if (this->ports) { in ~OMXVideoEncoderBase() 53 if (this->ports[INPORT_INDEX]) { in ~OMXVideoEncoderBase() 54 delete this->ports[INPORT_INDEX]; in ~OMXVideoEncoderBase() 55 this->ports[INPORT_INDEX] = NULL; in ~OMXVideoEncoderBase() 58 if (this->ports[OUTPORT_INDEX]) { in ~OMXVideoEncoderBase() 59 delete this->ports[OUTPORT_INDEX]; in ~OMXVideoEncoderBase() 60 this->ports[OUTPORT_INDEX] = NULL; in ~OMXVideoEncoderBase() 82 this->ports[INPORT_INDEX] = new PortVideo; in InitInputPort() 83 if (this->ports[INPORT_INDEX] == NULL) { in InitInputPort() 87 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]); in InitInputPort() [all …]
|
D | OMXComponentCodecBase.cpp | 36 if (this->ports) { in ~OMXComponentCodecBase() 37 delete this->ports; in ~OMXComponentCodecBase() 38 this->ports = NULL; in ~OMXComponentCodecBase() 47 this->ports = new PortBase* [NUMBER_PORTS]; in ComponentAllocatePorts() 48 if (this->ports == NULL) { in ComponentAllocatePorts()
|
D | OMXVideoDecoderVP9HWR.cpp | 230 this->ports[INPORT_INDEX]->GetPortDefinition(), in ProcessorInit() 258 this->ports[INPORT_INDEX]->GetPortDefinition(), in ProcessorInit() 491 this->ports[INPORT_INDEX]->GetPortDefinition(), in HandleFormatChange() 495 this->ports[OUTPORT_INDEX]->GetPortDefinition(), in HandleFormatChange() 531 this->ports[INPORT_INDEX]->SetPortDefinition(¶mPortDefinitionInput, true); in HandleFormatChange() 532 this->ports[OUTPORT_INDEX]->ReportOutputCrop(); in HandleFormatChange() 554 this->ports[INPORT_INDEX]->SetPortDefinition(¶mPortDefinitionInput, true); in HandleFormatChange() 555 this->ports[OUTPORT_INDEX]->SetPortDefinition(¶mPortDefinitionOutput, true); in HandleFormatChange() 557 this->ports[OUTPORT_INDEX]->ReportPortSettingsChanged(); in HandleFormatChange() 599 = this->ports[INPORT_INDEX]->GetPortDefinition(); in FillRenderBuffer() [all …]
|
D | OMXVideoDecoderVP9Hybrid.cpp | 288 = this->ports[INPORT_INDEX]->GetPortDefinition(); in GetDecoderOutputCropSpecific() 324 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]); in SetNativeBufferModeSpecific() 351 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]); in IsAllBufferAvailable()
|
D | OMXVideoEncoderAVC.cpp | 277 this->ports[INPORT_INDEX]->ReturnThisBuffer(omxbuf); in ProcessorStop() 386 ports[INPORT_INDEX]->PushThisBuffer(omxbuf); in ProcessCacheOperation() 405 ports[INPORT_INDEX]->RetainThisBuffer(omxbuf, false); //push bufferq head in ProcessCacheOperation() 414 ports[INPORT_INDEX]->PushThisBuffer(buffers[INPORT_INDEX]); //put it at the tail in ProcessCacheOperation() 540 ports[INPORT_INDEX]->ReturnOneRetainedBuffer(); //return one retained frame from head in ProcessDataRetrieve()
|
D | OMXVideoEncoderH263.cpp | 136 ports[INPORT_INDEX]->ReturnAllRetainedBuffers(); in ProcessorProcess()
|
D | OMXVideoEncoderMPEG4.cpp | 128 ports[INPORT_INDEX]->ReturnAllRetainedBuffers(); in ProcessorProcess()
|
D | OMXVideoEncoderVP8.cpp | 117 ports[INPORT_INDEX]->ReturnAllRetainedBuffers(); in ProcessorProcess()
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.cpp | 117 this->ports[INPORT_INDEX]->SetMemAllocator(MemAllocDataBuffer, MemFreeDataBuffer, this); in InitInputPortFormatSpecific() 220 this->ports[INPORT_INDEX]->FlushPort(); in ProcessorProcess() 221 this->ports[OUTPORT_INDEX]->FlushPort(); in ProcessorProcess() 236 this->ports[INPORT_INDEX]->FlushPort(); in ProcessorProcess() 237 this->ports[OUTPORT_INDEX]->FlushPort(); in ProcessorProcess()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_Utils.c | 741 int ports; in VPP_EnablePort() local 758 for (ports = 0; ports < NUM_OF_VPP_PORTS; ports++) in VPP_EnablePort() 760 pComponentPrivate->sCompPorts[ports].pPortDef.bEnabled = OMX_TRUE; in VPP_EnablePort() 784 for (ports = 0; ports < NUM_OF_VPP_PORTS; ports++) { in VPP_EnablePort() 789 ports, in VPP_EnablePort()
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | componentbase.h | 285 PortBase **ports; variable
|