Searched refs:nr_ports (Results 1 – 4 of 4) sorted by relevance
132 nr_ports = 0; in __ComponentBase()394 if ((port_index != OMX_ALL) && (port_index > nr_ports-1)) in CBaseSendCommand()402 if ((port_index != OMX_ALL) && (port_index > nr_ports-1)) in CBaseSendCommand()411 if (port_index > nr_ports-1) in CBaseSendCommand()495 if (index < nr_ports) in CBaseGetParameter()566 if (index < nr_ports) in CBaseSetParameter()668 if (nr_ports > p->nPortIndex && ports[p->nPortIndex]) { in CBaseSetParameter()957 if (nPortIndex < nr_ports) in CBaseUseBuffer()1010 if (nPortIndex < nr_ports) in CBaseAllocateBuffer()1056 if (nPortIndex < nr_ports) in CBaseFreeBuffer()[all …]
58 this->nr_ports = NUMBER_PORTS; in ComponentAllocatePorts()
1024 if (intraRefresh.nPortIndex < nr_ports) { in SetConfigAndroidIntraRefresh()
286 OMX_U32 nr_ports; variable