Lines Matching defs:pPortDef

361     pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = pPortDef_ip;
372 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT] = pPortDef_op;
781 G729DEC_DPRINT ("pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex = %d\n",pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex);
783 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) {
787 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT],
793 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nPortIndex) {
797 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT],
982 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) {
984 memcpy(pComponentPrivate->pPortDef[G729DEC_INPUT_PORT],
991 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nPortIndex) {
993 memcpy(pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT],
1046 pComponentPrivate->pPortDef[OMX_DirInput]->nPortIndex) {
1053 pComponentPrivate->pPortDef[OMX_DirOutput]->nPortIndex) {
1158 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled = 0;
1209 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled = 0;
1326 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1336 pPortDef = ((G729DEC_COMPONENT_PRIVATE*)
1337 pComponentPrivate)->pPortDef[G729DEC_INPUT_PORT];
1338 if(!pPortDef->bEnabled) {
1409 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1422 pPortDef = ((G729DEC_COMPONENT_PRIVATE*)
1423 pComponentPrivate)->pPortDef[G729DEC_OUTPUT_PORT];
1424 if(!pPortDef->bEnabled) {
1456 memset (pBuffer->pBuffer,0,pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nBufferSize);
1562 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]);
1563 OMX_G729MEMFREE_STRUCT(pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]);
1621 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1629 pPortDef = ((G729DEC_COMPONENT_PRIVATE*)
1630 pComponentPrivate)->pPortDef[nPortIndex];
1631 G729DEC_DPRINT ("%d :: pPortDef = 0x%x\n", __LINE__,pPortDef);
1632 G729DEC_DPRINT ("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1634 G729DEC_DPRINT ("pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
1635 if(!(pPortDef->bEnabled))
1672 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1673 G729DEC_DPRINT("Setting pPortDef->bPopulated = OMX_TRUE for input port\n");
1674 pPortDef->bPopulated = OMX_TRUE;
1683 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1684 G729DEC_DPRINT("Setting pPortDef->bPopulated = OMX_TRUE for input port\n");
1685 pPortDef->bPopulated = OMX_TRUE;
1693 if((pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled)&&
1694 (pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->bEnabled) &&
1725 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated) {
1830 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nBufferCountMin)
1832 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->bPopulated = OMX_FALSE;
1834 if(pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->bEnabled &&
1869 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nBufferCountMin)
1871 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bPopulated = OMX_FALSE;
1873 if(pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled &&
1924 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1932 pPortDef = ((G729DEC_COMPONENT_PRIVATE*)
1933 pComponentPrivate)->pPortDef[nPortIndex];
1934 G729DEC_DPRINT("pPortDef->bPopulated = %d\n",pPortDef->bPopulated);
1935 if(!pPortDef->bEnabled)
1941 if(nSizeBytes != pPortDef->nBufferSize || pPortDef->bPopulated)
1954 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1955 pPortDef->bPopulated = OMX_TRUE;
1964 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1965 pPortDef->bPopulated = OMX_TRUE;
1969 if((pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled)&&
1970 (pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->bEnabled) &&
1997 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated) {