Lines Matching refs:nPortIndex

143                                      OMX_IN OMX_U32 nPortIndex,
149 OMX_IN OMX_U32 nPortIndex,
155 OMX_IN OMX_U32 nPortIndex,
344 pComponentPrivate->sInPortFormat.nPortIndex = INPUT_PORT;
349 pComponentPrivate->sOutPortFormat.nPortIndex = OUTPUT_PORT;
355 wma_op->nPortIndex = 1;
364 wma_ip->nPortIndex = 0;
419 pPortDef_ip->nPortIndex = 0x0;
430 pPortDef_op->nPortIndex = 0x1;
806 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex ==
807 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) {
815 else if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex ==
816 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex) {
831 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex ==
832 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) {
844 else if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex ==
845 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex){
869 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: GetParameter nPortIndex %ld\n",__LINE__, ((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex);
870 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: GetParameter wmaParams->nPortIndex %ld\n",__LINE__, pComponentPrivate->wmaParams[INPUT_PORT]->nPortIndex);
871 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex ==
872 pComponentPrivate->wmaParams[INPUT_PORT]->nPortIndex)
876 else if(((OMX_AUDIO_PARAM_PORTFORMATTYPE*)(ComponentParameterStructure))->nPortIndex ==
877 pComponentPrivate->wmaParams[OUTPUT_PORT]->nPortIndex)
896 if(((OMX_PARAM_BUFFERSUPPLIERTYPE *)(ComponentParameterStructure))->nPortIndex == OMX_DirInput) {
901 else if(((OMX_PARAM_BUFFERSUPPLIERTYPE *)(ComponentParameterStructure))->nPortIndex == OMX_DirOutput) {
1003 if (pComponentParam->nPortIndex == 0) {
1012 else if (pComponentParam->nPortIndex == 1) {
1044 if(pCompWmaParam->nPortIndex == 0) {
1045 OMX_PRCOMM2(pComponentPrivate->dbg, "pCompWmaParam->nPortIndex == 0\n");
1050 } else if (pCompWmaParam->nPortIndex == 1) {
1052 pComponentPrivate->wmaParams[OUTPUT_PORT]->nPortIndex = pCompWmaParam->nPortIndex;
1062 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(pCompParam))->nPortIndex ==
1063 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) {
1071 else if(((OMX_PARAM_PORTDEFINITIONTYPE *)(pCompParam))->nPortIndex ==
1072 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex) {
1109 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(pCompParam))->nPortIndex ==
1110 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) {
1115 else if(((OMX_PARAM_PORTDEFINITIONTYPE *)(pCompParam))->nPortIndex ==
1116 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex) {
1328 * @param nPortIndex input port index
1422 * @param nPortIndex output port number
1649 OMX_IN OMX_U32 nPortIndex,
1663 pComponentPrivate)->pPortDef[nPortIndex];
1702 if (nPortIndex == INPUT_PORT)
1704 pBufferHeader->nInputPortIndex = nPortIndex;
1717 else if (nPortIndex == OUTPUT_PORT) {
1719 pBufferHeader->nOutputPortIndex = nPortIndex;
1792 OMX_IN OMX_U32 nPortIndex,
1869 OMX_EventError, OMX_ErrorPortUnpopulated,nPortIndex, NULL);
1901 OMX_EventError, OMX_ErrorPortUnpopulated,nPortIndex, NULL);
1978 OMX_IN OMX_U32 nPortIndex,
2008 pComponentPrivate)->pPortDef[nPortIndex];
2049 if (nPortIndex == OUTPUT_PORT) {
2051 pBufferHeader->nOutputPortIndex = nPortIndex;
2060 pBufferHeader->nInputPortIndex = nPortIndex;