Home | History | Annotate | Download | only in src

Lines Matching defs:port_index

393         OMX_U32 port_index = nParam1;
395 if ((port_index != OMX_ALL) && (port_index > nr_ports-1))
401 OMX_U32 port_index = nParam1;
403 if ((port_index != OMX_ALL) && (port_index > nr_ports-1))
410 OMX_U32 port_index = nParam1;
412 if (port_index > nr_ports-1)
1095 OMX_U32 port_index;
1105 port_index = pBuffer->nInputPortIndex;
1106 if (port_index == (OMX_U32)-1)
1110 if (port_index < nr_ports)
1111 port = ports[port_index];
1164 OMX_U32 port_index;
1174 port_index = pBuffer->nOutputPortIndex;
1175 if (port_index == (OMX_U32)-1)
1179 if (port_index < nr_ports)
1180 port = ports[port_index];
1299 OMX_U32 port_index = cmd->param1;
1301 ProcessorFlush(port_index);
1302 FlushPort(port_index, 1);
1307 OMX_U32 port_index = cmd->param1;
1309 TransStatePort(port_index, PortBase::OMX_PortDisabled);
1313 OMX_U32 port_index = cmd->param1;
1315 TransStatePort(port_index, PortBase::OMX_PortEnabled);
1319 OMX_U32 port_index = (OMX_U32)cmd->param1;
1322 PushThisMark(port_index, mark);
1649 void ComponentBase::PushThisMark(OMX_U32 port_index, OMX_MARKTYPE *mark)
1657 if (port_index < nr_ports)
1658 port = ports[port_index];
1676 data2 = port_index;
1687 void ComponentBase::FlushPort(OMX_U32 port_index, bool notify)
1691 if ((port_index != OMX_ALL) && (port_index > nr_ports-1))
1694 if (port_index == OMX_ALL) {
1699 from_index = port_index;
1700 to_index = port_index;
1718 void ComponentBase::TransStatePort(OMX_U32 port_index, OMX_U8 state)
1725 if ((port_index != OMX_ALL) && (port_index > nr_ports-1))
1728 if (port_index == OMX_ALL) {
1733 from_index = port_index;
1734 to_index = port_index;