Lines Matching defs:pPortDef

357     pComponentPrivate->pPortDef[G711DEC_INPUT_PORT] = pPortDef_ip;
358 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT] = pPortDef_op;
765 G711DEC_DPRINT ("pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex = %d\n",(int)pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex);
768 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex)
773 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT],
779 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nPortIndex)
784 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT],
801 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex)
818 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nPortIndex){
972 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex) {
974 memcpy(pComponentPrivate->pPortDef[G711DEC_INPUT_PORT],
979 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nPortIndex) {
981 memcpy(pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT],
1007 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex) {
1014 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nPortIndex) {
1112 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled = 0;
1146 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled = 0;
1304 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1307 pPortDef = ((G711DEC_COMPONENT_PRIVATE*)
1308 pComponentPrivate)->pPortDef[G711DEC_INPUT_PORT];
1310 if(!pPortDef->bEnabled) {
1391 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1397 pPortDef = ((G711DEC_COMPONENT_PRIVATE*)
1398 pComponentPrivate)->pPortDef[G711DEC_OUTPUT_PORT];
1400 if(!pPortDef->bEnabled) {
1446 memset (pBuffer->pBuffer,0,pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nBufferSize);
1584 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1592 pPortDef = ((G711DEC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[nPortIndex];
1594 G711DEC_DPRINT ("%d :: pPortDef = 0x%x\n", __LINE__,(unsigned int)pPortDef);
1595 G711DEC_DPRINT("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1596 G711DEC_DPRINT("pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
1598 if(!pPortDef->bEnabled){
1629 G711DEC_DPRINT("pPortDef->nBufferCountMin = %d\n",(int)pPortDef->nBufferCountMin);
1630 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1631 G711DEC_DPRINT("Setting pPortDef->bPopulated = OMX_TRUE for input port\n");
1632 pPortDef->bPopulated = OMX_TRUE;
1642 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1643 G711DEC_DPRINT("Setting pPortDef->bPopulated = OMX_TRUE for input port\n");
1644 pPortDef->bPopulated = OMX_TRUE;
1651 if((pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bPopulated ==
1652 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled) &&
1653 (pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->bPopulated ==
1654 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->bEnabled) &&
1678 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated)
1764 (int)pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferCountActual);
1766 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferCountActual) {
1768 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->bPopulated = OMX_FALSE;
1770 if(pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->bEnabled &&
1794 (int)pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferCountActual);
1797 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nBufferCountActual) {
1799 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bPopulated = OMX_FALSE;
1802 if(pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled &&
1862 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1870 pPortDef = ((G711DEC_COMPONENT_PRIVATE*)
1871 pComponentPrivate)->pPortDef[nPortIndex];
1873 G711DEC_DPRINT("pPortDef->bPopulated = %d\n",pPortDef->bPopulated);
1875 if(!pPortDef->bEnabled) {
1881 if(nSizeBytes != pPortDef->nBufferSize || pPortDef->bPopulated) {
1895 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1896 pPortDef->bPopulated = OMX_TRUE;
1906 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1907 pPortDef->bPopulated = OMX_TRUE;
1911 if((pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled)&&
1912 (pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->bEnabled) &&
1937 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated)