Lines Matching defs:pPortDef

422     ((WBAMR_DEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[WBAMR_DEC_INPUT_PORT]
425 ((WBAMR_DEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[WBAMR_DEC_OUTPUT_PORT]
804 OMX_PRCOMM2(pComponentPrivate->dbg, "pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex = %ld\n",pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex);
806 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
809 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT],
814 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->nPortIndex) {
817 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT],
831 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
844 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->nPortIndex){
861 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
867 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->nPortIndex) {
1044 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
1045 temp_bEnabled = pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled;
1046 temp_bPopulated = pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bPopulated;
1047 memcpy(pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT],
1051 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled = temp_bEnabled;
1052 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bPopulated = temp_bPopulated;
1055 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->nPortIndex) {
1056 temp_bEnabled = pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled;
1057 temp_bPopulated = pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bPopulated;
1058 memcpy(pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT],
1062 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = temp_bEnabled;
1063 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bPopulated = temp_bPopulated;
1102 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
1109 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->nPortIndex) {
1228 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = 0;
1275 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = 0;
1414 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1417 pPortDef = ((WBAMR_DEC_COMPONENT_PRIVATE*)
1418 pComponentPrivate)->pPortDef[WBAMR_DEC_INPUT_PORT];
1433 if(!pPortDef->bEnabled) {
1512 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1514 pPortDef = ((WBAMR_DEC_COMPONENT_PRIVATE*)
1515 pComponentPrivate)->pPortDef[WBAMR_DEC_OUTPUT_PORT];
1529 if(!pPortDef->bEnabled) {
1713 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1721 pPortDef = ((WBAMR_DEC_COMPONENT_PRIVATE*)
1722 pComponentPrivate)->pPortDef[nPortIndex];
1729 OMX_PRCOMM1(pComponentPrivate->dbg, "pPortDef = %p\n",pPortDef);
1730 OMX_PRCOMM1(pComponentPrivate->dbg, "pPortDef->bEnabled = %d\n",pPortDef->bEnabled);
1732 OMX_PRCOMM2(pComponentPrivate->dbg, "pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
1733 while (!pPortDef->bEnabled) {
1756 OMX_PRBUFFER2(pComponentPrivate->dbg, "pPortDef->nBufferCountMin = %ld\n",pPortDef->nBufferCountMin);
1757 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1758 OMX_PRCOMM2(pComponentPrivate->dbg, "Setting pPortDef->bPopulated = OMX_TRUE for input port\n");
1759 pPortDef->bPopulated = OMX_TRUE;
1770 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1771 OMX_PRCOMM2(pComponentPrivate->dbg, "Setting pPortDef->bPopulated = OMX_TRUE for input port\n");
1772 pPortDef->bPopulated = OMX_TRUE;
1779 if((pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled)&&
1780 (pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled) &&
1803 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated) {
1890 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nBufferCountMin) {
1892 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bPopulated = OMX_FALSE;
1894 if(pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled &&
1919 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->nBufferCountMin) {
1920 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bPopulated = OMX_FALSE;
1922 if(pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled &&
1974 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1988 pPortDef = ((WBAMR_DEC_COMPONENT_PRIVATE*)
1989 pComponentPrivate)->pPortDef[nPortIndex];
1990 OMX_PRCOMM1(pComponentPrivate->dbg, "pPortDef->bPopulated = %d\n",pPortDef->bPopulated);
1992 if(!pPortDef->bEnabled) {
1998 /*if(nSizeBytes != pPortDef->nBufferSize || pPortDef->bPopulated) {
2012 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
2013 pPortDef->bPopulated = OMX_TRUE;
2022 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
2023 pPortDef->bPopulated = OMX_TRUE;
2027 if((pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled)&&
2028 (pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled) &&