Lines Matching defs:pPortDef

349     pComponentPrivate->pPortDef[G726D_INPUT_PORT] = pPortDef_ip;
350 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT] = pPortDef_op;
705 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
706 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726D_INPUT_PORT],
709 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nPortIndex) {
710 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726D_OUTPUT_PORT],
721 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
732 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nPortIndex){
916 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
918 memcpy(pComponentPrivate->pPortDef[G726D_INPUT_PORT], pCompParam,
922 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nPortIndex) {
924 memcpy(pComponentPrivate->pPortDef[G726D_OUTPUT_PORT], pCompParam,
959 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
966 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nPortIndex) {
1322 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1331 pPortDef = ((G726DEC_COMPONENT_PRIVATE*)
1332 pComponentPrivate)->pPortDef[G726D_INPUT_PORT];
1335 if(!pPortDef->bEnabled) {
1420 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1435 pPortDef = ((G726DEC_COMPONENT_PRIVATE*)
1436 pComponentPrivate)->pPortDef[G726D_OUTPUT_PORT];
1438 if(!pPortDef->bEnabled) {
1671 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
1684 pPortDef = ((G726DEC_COMPONENT_PRIVATE*)
1685 pComponentPrivate)->pPortDef[nPortIndex];
1687 G726D_OMX_CONF_CHECK_CMD(pPortDef, 1, 1)
1689 if (!pPortDef->bEnabled) {
1738 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1739 pPortDef->bPopulated = 1;
1756 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1757 pPortDef->bPopulated = 1;
1763 if((pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bPopulated ==
1764 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled)&&
1765 (pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bPopulated ==
1766 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled) &&
1885 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nBufferCountMin) {
1886 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bPopulated = OMX_FALSE;
1888 if(pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled &&
1919 G726DEC_DPRINT("pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nBufferCountMin = %ld\n",
1920 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nBufferCountMin);
1923 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nBufferCountMin) {
1924 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bPopulated = OMX_FALSE;
1927 if(pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled &&
2000 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL;
2011 pPortDef = ((G726DEC_COMPONENT_PRIVATE*)
2012 pComponentPrivate)->pPortDef[nPortIndex];
2013 G726DEC_DPRINT ("pPortDef = %p\n", pPortDef);
2014 G726DEC_DPRINT ("pPortDef->bEnabled = %d\n",pPortDef->bEnabled);
2016 if(!pPortDef->bEnabled) {
2021 if(nSizeBytes != pPortDef->nBufferSize || pPortDef->bPopulated) {
2028 if(pPortDef->bPopulated) {
2043 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
2044 pPortDef->bPopulated = OMX_TRUE;
2054 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
2055 pPortDef->bPopulated = OMX_TRUE;
2059 if((pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bPopulated ==
2060 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled)&&
2061 (pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bPopulated ==
2062 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled) &&