Searched refs:port_index (Results 1 – 11 of 11) sorted by relevance
392 OMX_U32 port_index = nParam1; in CBaseSendCommand() local394 if ((port_index != OMX_ALL) && (port_index > nr_ports-1)) in CBaseSendCommand()400 OMX_U32 port_index = nParam1; in CBaseSendCommand() local402 if ((port_index != OMX_ALL) && (port_index > nr_ports-1)) in CBaseSendCommand()409 OMX_U32 port_index = nParam1; in CBaseSendCommand() local411 if (port_index > nr_ports-1) in CBaseSendCommand()1089 OMX_U32 port_index; in CBaseEmptyThisBuffer() local1099 port_index = pBuffer->nInputPortIndex; in CBaseEmptyThisBuffer()1100 if (port_index == (OMX_U32)-1) in CBaseEmptyThisBuffer()1104 if (port_index < nr_ports) in CBaseEmptyThisBuffer()[all …]
671 OMX_U32 port_index; in ReturnThisBuffer() local690 port_index = pBuffer->nInputPortIndex; in ReturnThisBuffer()694 port_index = pBuffer->nOutputPortIndex; in ReturnThisBuffer()706 if (port_index != portdefinition.nPortIndex) { in ReturnThisBuffer()710 portdefinition.nPortIndex, pBuffer, port_index); in ReturnThisBuffer()722 port_index, pBuffer->nFlags, NULL); in ReturnThisBuffer()
56 unsigned int port_index; member76 unsigned int port_index; member87 unsigned int port_index; member
33 unsigned int port_index; member49 unsigned int port_index; member58 unsigned int port_index; member
43 unsigned int port_index; member61 unsigned int port_index; member71 unsigned int port_index; member
60 unsigned int port_index; member80 unsigned int port_index; member91 unsigned int port_index; member
348 OMX_ERRORTYPE get_buffer_requirements_swvdec(unsigned int port_index);378 OMX_ERRORTYPE flush(unsigned int port_index);439 OMX_ERRORTYPE async_process_event_cmd_flush(unsigned int port_index);442 unsigned int port_index);444 unsigned int port_index);
3148 unsigned int port_index) in get_buffer_requirements_swvdec() argument3158 if (port_index == OMX_CORE_PORT_INDEX_IP) in get_buffer_requirements_swvdec()3182 else if (port_index == OMX_CORE_PORT_INDEX_OP) in get_buffer_requirements_swvdec()3213 OMX_SWVDEC_LOG_ERROR("port index '%d' invalid", port_index); in get_buffer_requirements_swvdec()4192 OMX_ERRORTYPE omx_swvdec::flush(unsigned int port_index) in flush() argument4196 if (((port_index == OMX_CORE_PORT_INDEX_IP) && in flush()4198 ((port_index == OMX_CORE_PORT_INDEX_OP) && in flush()4200 ((port_index == OMX_ALL) && in flush()4204 OMX_SWVDEC_LOG_HIGH("flush port %d already in progress", port_index); in flush()4212 if (port_index == OMX_CORE_PORT_INDEX_IP) in flush()[all …]
336 void FlushPort(OMX_U32 port_index, bool notify);339 void TransStatePort(OMX_U32 port_index, OMX_U8 state);378 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 port_index); /* Flush */