Home | History | Annotate | Download | only in src

Lines Matching refs:pCompPrivate

540     AACDEC_COMPONENT_PRIVATE *pCompPrivate = NULL;
543 pCompPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
546 if (pCompPrivate->curState == OMX_StateInvalid){
548 OMX_ERROR4(pCompPrivate->dbg, "%d ::Error returned from the Component\n",
553 if(pCompPrivate->curState == OMX_StateInvalid){
554 OMX_ERROR4(pCompPrivate->dbg, "%d ::Error returned from the Component\n",
560 PERF_SendingCommand(pCompPrivate->pPERF,
568 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
570 if(pCompPrivate->curState == OMX_StateLoaded) {
572 pCompPrivate->cbInfo.EventHandler (pHandle,
578 OMX_ERROR4(pCompPrivate->dbg, "%d :: Incorrect St Tr fm Loaded to Executing By App\n",__LINE__);
583 pCompPrivate->curState = OMX_StateInvalid;
584 pCompPrivate->cbInfo.EventHandler (pHandle,
590 OMX_ERROR4(pCompPrivate->dbg, "%d :: Incorrect State Tr from Loaded to Invalid by Application\n",__LINE__);
601 OMX_PRDSP2(pCompPrivate->dbg, "%d :: AACDEC: Entered switch - Command Port Disable \n",__LINE__);
604 OMX_PRDSP2(pCompPrivate->dbg, "%d :: AACDEC: Entered switch - Command Port Enable \n",__LINE__);
607 OMX_PRDSP2(pCompPrivate->dbg, "%d :: AACDEC: Entered switch - Command Mark Buffer\n",__LINE__);
614 OMX_ERROR4(pCompPrivate->dbg, "%d :: AACDEC: Entered switch - Default\n",__LINE__);
615 pCompPrivate->cbInfo.EventHandler(
625 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
627 OMX_ERROR2(pCompPrivate->dbg, "EXITING:: write to cmd pipe failed!!!\n");
633 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR));
635 OMX_ERROR2(pCompPrivate->dbg, "EXITING:: write to cmd data pipe failed for MarkBuffer!!!\n");
640 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam,
643 OMX_ERROR2(pCompPrivate->dbg, "EXITING:: command data pipe write failed\n");
669 if (pCompPrivate != NULL) {
670 OMX_PRINT1(pCompPrivate->dbg, "%d :: Returning = 0x%x\n",