Home | History | Annotate | Download | only in src

Lines Matching defs:pPortDef

361     pComponentPrivate->pPortDef[INPUT_PORT_AACDEC] = pPortDef_ip;
362 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC] = pPortDef_op;
741 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
742 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[INPUT_PORT_AACDEC], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
744 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nPortIndex) {
745 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
755 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
765 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nPortIndex){
978 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
980 memcpy(pComponentPrivate->pPortDef[INPUT_PORT_AACDEC], pCompParam,sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
983 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nPortIndex) {
985 memcpy(pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC], pCompParam, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
1037 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
1044 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nPortIndex) {
1467 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1469 pPortDef = ((AACDEC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[INPUT_PORT_AACDEC];
1486 if(!pPortDef->bEnabled) {
1558 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1564 pPortDef = ((AACDEC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[OUTPUT_PORT_AACDEC];
1580 if(!pPortDef->bEnabled) {
1802 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
1820 pPortDef = ((AACDEC_COMPONENT_PRIVATE*)pComponentPrivate)->pPortDef[nPortIndex];
1822 AACDEC_OMX_CONF_CHECK_CMD(pPortDef, 1, 1);
1823 if (!pPortDef->bEnabled) {
1861 OMX_PRBUFFER2(pComponentPrivate->dbg, "pPortDef->nBufferCountMin = %lu\n",pPortDef->nBufferCountMin);
1862 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1863 pPortDef->bPopulated = 1;
1872 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
1873 pPortDef->bPopulated = 1;
1879 if((pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bPopulated == pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled)&&
1880 (pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated == pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled) &&
1907 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated) {
2012 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nBufferCountMin) {
2013 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated = OMX_FALSE;
2019 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled);
2021 if(pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled &&
2059 OMX_PRCOMM2(pComponentPrivate->dbg, "pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nBufferCountMin = %lu\n",pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nBufferCountMin);
2061 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nBufferCountMin) {
2063 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bPopulated = OMX_FALSE;
2069 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled,
2071 if(pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled &&
2178 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef;
2197 pPortDef = ((AACDEC_COMPONENT_PRIVATE*)
2198 pComponentPrivate)->pPortDef[nPortIndex];
2199 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: pPortDef = %p\n", __LINE__,pPortDef);
2200 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
2203 AACDEC_OMX_CONF_CHECK_CMD(pPortDef, 1, 1);
2204 if (!pPortDef->bEnabled) {
2212 if(!pPortDef->bEnabled) {
2217 if(pPortDef->bPopulated) {
2232 if (pComponentPrivate->pOutputBufferList->numBuffers == pPortDef->nBufferCountActual) {
2233 pPortDef->bPopulated = OMX_TRUE;
2243 if (pComponentPrivate->pInputBufferList->numBuffers == pPortDef->nBufferCountActual) {
2244 pPortDef->bPopulated = OMX_TRUE;
2248 if((pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bPopulated == pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled)&&
2249 (pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated == pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled) &&
2276 if (pComponentPrivate->bEnableCommandPending && pPortDef->bPopulated) {