Lines Matching defs:pPortDef

308     pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT] = pPortDef_ip;
329 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT] = pPortDef_op;
911 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
912 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
915 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nPortIndex) {
916 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
928 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
938 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nPortIndex){
1203 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
1205 memcpy(pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT], pCompParam, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
1208 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nPortIndex) {
1210 memcpy(pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT], pCompParam, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
1257 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
1264 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nPortIndex) {
1538 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1543 pPortDef = ((AMRENC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[NBAMRENC_INPUT_PORT];
1571 if (!pPortDef->bEnabled) {
1637 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1641 pPortDef = ((AMRENC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[NBAMRENC_OUTPUT_PORT];
1671 if (!pPortDef->bEnabled) {
1863 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1871 pPortDef = ((AMRENC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[nPortIndex];
1879 OMX_PRCOMM1(pComponentPrivate->dbg, "%d :: pPortDef = %p\n", __LINE__,pPortDef);
1880 OMX_PRCOMM1(pComponentPrivate->dbg, "%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1882 if(pPortDef->bEnabled) {
1906 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1907 pPortDef->bPopulated = OMX_TRUE;
1908 OMX_PRCOMM1(pComponentPrivate->dbg, "%d :: pPortDef->bPopulated = %d\n", __LINE__, pPortDef->bPopulated);
1919 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1920 pPortDef->bPopulated = OMX_TRUE;
1921 OMX_PRCOMM1(pComponentPrivate->dbg, "%d :: pPortDef->bPopulated = %d\n", __LINE__, pPortDef->bPopulated);
1930 ((pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bEnabled)&&
1931 (pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->bEnabled) &&
1935 ((pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bEnabled)&&
1956 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated) {
2058 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nBufferCountMin) {
2060 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->bPopulated = OMX_FALSE;
2062 if(pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->bEnabled &&
2092 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nBufferCountMin) {
2093 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bPopulated = OMX_FALSE;
2095 if( pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bEnabled &&
2161 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
2182 pPortDef = ((AMRENC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[nPortIndex];
2184 OMX_PRCOMM1(pComponentPrivate->dbg, "%d :: pPortDef->bPopulated = %d \n",__LINE__,pPortDef->bPopulated);
2186 if(!pPortDef->bEnabled) {
2202 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
2203 pPortDef->bPopulated = OMX_TRUE;
2212 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
2213 pPortDef->bPopulated = OMX_TRUE;
2218 ((pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bEnabled)&&
2219 (pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->bEnabled) &&
2223 ((pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->bEnabled)&&