Lines Matching defs:pPortDef

292     pComponentPrivate->pPortDef[G729ENC_INPUT_PORT] = pPortDef_ip;
310 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT] = pPortDef_op;
761 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
764 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT],
768 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nPortIndex)
771 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT],
783 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
798 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nPortIndex)
978 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
981 memcpy(pComponentPrivate->pPortDef[G729ENC_INPUT_PORT],
985 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nPortIndex)
988 memcpy(pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT],
1045 pComponentPrivate->pPortDef[OMX_DirInput]->nPortIndex) {
1052 pComponentPrivate->pPortDef[OMX_DirOutput]->nPortIndex) {
1291 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1295 pPortDef = ((G729ENC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[G729ENC_INPUT_PORT];
1323 if (!pPortDef->bEnabled)
1385 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1389 pPortDef = ((G729ENC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[G729ENC_OUTPUT_PORT];
1418 if (!pPortDef->bEnabled)
1613 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1621 pPortDef = ((G729ENC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[nPortIndex];
1630 G729ENC_DPRINT("pPortDef = %p\n", pPortDef);
1631 G729ENC_DPRINT("pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
1632 if(!(pPortDef->bEnabled))
1666 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual)
1668 pPortDef->bPopulated = OMX_TRUE;
1669 G729ENC_DPRINT("pPortDef->bPopulated = %d\n", pPortDef->bPopulated);
1679 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual)
1681 pPortDef->bPopulated = OMX_TRUE;
1682 G729ENC_DPRINT("pPortDef->bPopulated = %d\n", pPortDef->bPopulated);
1692 if((pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bEnabled)&&
1693 (pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bEnabled) &&
1716 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated) {
1824 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nBufferCountActual)
1826 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bPopulated = OMX_FALSE;
1828 if(pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bEnabled &&
1862 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nBufferCountActual)
1864 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bPopulated = OMX_FALSE;
1866 if(pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bEnabled &&
1927 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1942 pPortDef = ((G729ENC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[nPortIndex];
1944 G729ENC_DPRINT("pPortDef->bPopulated = %d \n", pPortDef->bPopulated);
1945 if(!pPortDef->bEnabled)
1951 if(nSizeBytes != pPortDef->nBufferSize || pPortDef->bPopulated)
1966 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual)
1968 pPortDef->bPopulated = OMX_TRUE;
1978 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual)
1980 pPortDef->bPopulated = OMX_TRUE;
1983 if((pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bEnabled)&&
1984 (pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bEnabled) &&