Home
last modified time | relevance | path

Searched refs:ports (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp131 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(&paramPortDefinitionOutput,ports[p->nPortIndex]->GetPortDefinition(), in CBaseSetParameter()
676 ports[p->nPortIndex]->SetPortDefinition(&paramPortDefinitionOutput, 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/
DOMXVideoDecoderBase.cpp42 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 …]
DOMXVideoEncoderBase.cpp52 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 …]
DOMXComponentCodecBase.cpp36 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()
DOMXVideoDecoderVP9HWR.cpp230 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(&paramPortDefinitionInput, true); in HandleFormatChange()
532 this->ports[OUTPORT_INDEX]->ReportOutputCrop(); in HandleFormatChange()
554 this->ports[INPORT_INDEX]->SetPortDefinition(&paramPortDefinitionInput, true); in HandleFormatChange()
555 this->ports[OUTPORT_INDEX]->SetPortDefinition(&paramPortDefinitionOutput, true); in HandleFormatChange()
557 this->ports[OUTPORT_INDEX]->ReportPortSettingsChanged(); in HandleFormatChange()
599 = this->ports[INPORT_INDEX]->GetPortDefinition(); in FillRenderBuffer()
[all …]
DOMXVideoDecoderVP9Hybrid.cpp288 = 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()
DOMXVideoEncoderAVC.cpp277 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()
DOMXVideoEncoderH263.cpp136 ports[INPORT_INDEX]->ReturnAllRetainedBuffers(); in ProcessorProcess()
DOMXVideoEncoderMPEG4.cpp128 ports[INPORT_INDEX]->ReturnAllRetainedBuffers(); in ProcessorProcess()
DOMXVideoEncoderVP8.cpp117 ports[INPORT_INDEX]->ReturnAllRetainedBuffers(); in ProcessorProcess()
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp117 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/
DOMX_VPP_Utils.c741 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/
Dcomponentbase.h285 PortBase **ports; variable