HomeSort by relevance Sort by last modified time
    Searched refs:pCompPrivate (Results 1 - 25 of 34) sorted by null

1 2

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 597 WBAMR_DEC_COMPONENT_PRIVATE *pCompPrivate =
600 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
602 OMX_PRDSP2(pCompPrivate->dbg, "phandle = %p\n",phandle);
603 OMX_PRDSP1(pCompPrivate->dbg, "pCompPrivate = %p\n",pCompPrivate);
605 pCompPrivate->pHandle = phandle;
608 if (pCompPrivate->curState == OMX_StateInvalid){
613 if(pCompPrivate->curState == OMX_StateInvalid){
614 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 683 AMRENC_COMPONENT_PRIVATE *pCompPrivate =
688 if (pCompPrivate->curState == OMX_StateInvalid){
693 OMX_PRINT1(pCompPrivate->dbg, "%d :: Entering SendCommand()\n", __LINE__);
694 if(pCompPrivate->curState == OMX_StateInvalid) {
696 OMX_ERROR4(pCompPrivate->dbg, "%d :: Error OMX_ErrorInvalidState Sent to App\n",__LINE__);
697 pCompPrivate->cbInfo.EventHandler (pHandle,
707 PERF_SendingCommand(pCompPrivate->pPERF,
714 OMX_PRINT1(pCompPrivate->dbg, "%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
716 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
718 if(pCompPrivate->curState == OMX_StateLoaded)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 619 AACENC_COMPONENT_PRIVATE *pCompPrivate = NULL;
624 pCompPrivate = (AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
627 if (pCompPrivate->curState == OMX_StateInvalid)
633 OMX_PRINT1(pCompPrivate->dbg, "%d :: AACENC: Entering SendCommand()\n", __LINE__);
634 if(pCompPrivate->curState == OMX_StateInvalid)
636 OMX_PRINT1(pCompPrivate->dbg, "%d :: AACENC: Inside SendCommand\n",__LINE__);
638 OMX_ERROR4(pCompPrivate->dbg, "%d :: Error Notofication Sent to App\n",__LINE__);
639 pCompPrivate->cbInfo.EventHandler(pHandle, pHandle->pApplicationPrivate,
649 PERF_SendingCommand(pCompPrivate->pPERF,Cmd,
659 pCompPrivate->bLoadedCommandPending = OMX_TRUE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 633 WMADEC_COMPONENT_PRIVATE *pCompPrivate =
637 if (pCompPrivate->curState == OMX_StateInvalid){
642 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
643 if(pCompPrivate->curState == OMX_StateInvalid){
645 OMX_ERROR4(pCompPrivate->dbg, "%d :: WMADEC: Error Notofication Sent to App\n",__LINE__);
646 pCompPrivate->cbInfo.EventHandler (
656 OMX_PRDSP1(pCompPrivate->dbg, "PERF %d :: OMX_WmaDecoder.c\n",__LINE__);
657 PERF_SendingCommand(pCompPrivate->pPERF,
665 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
666 OMX_PRSTATE2(pCompPrivate->dbg, "%d:::pCompPrivate->curState = %d\n",__LINE__,pCompPrivate->curState)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 624 AMRDEC_COMPONENT_PRIVATE *pCompPrivate =
627 OMX_PRINT1(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside SendCommand\n",__LINE__);
629 OMX_PRDSP1(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::phandle = %p\n",__LINE__,phandle);
630 OMX_PRINT2(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::pCompPrivate = %p\n",__LINE__,pCompPrivate);
632 pCompPrivate->pHandle = phandle;
635 if (pCompPrivate->curState == OMX_StateInvalid){
640 if(pCompPrivate->curState == OMX_StateInvalid){
641 OMX_PRCOMM2(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside SendCommand\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 654 WBAMRENC_COMPONENT_PRIVATE *pCompPrivate =
658 OMX_PRINT1(pCompPrivate->dbg, "Entering");
660 if (pCompPrivate->curState == OMX_StateInvalid) {
662 OMX_ERROR4(pCompPrivate->dbg, "OMX_ErrorInvalidState!");
667 PERF_SendingCommand(pCompPrivate->pPERF,
675 OMX_PRDSP2(pCompPrivate->dbg, "OMX_CommandStateSet-%ld", nParam);
678 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
681 if (pCompPrivate->curState == OMX_StateLoaded) {
683 pCompPrivate->cbInfo.EventHandler ( pHandle,
693 OMX_PRDSP2(pCompPrivate->dbg, "nParam = OMX_StateInvalid!")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 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
    [all...]
OMX_AacDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 546 MP3DEC_COMPONENT_PRIVATE *pCompPrivate = NULL;
549 pCompPrivate = (MP3DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
552 if (pCompPrivate->curState == OMX_StateInvalid){
557 OMX_PRINT1(pCompPrivate->dbg, ":: MP3DEC: Entered SendCommand\n");
558 if(pCompPrivate->curState == OMX_StateInvalid){
563 PERF_SendingCommand(pCompPrivate->pPERF,
571 OMX_PRSTATE2(pCompPrivate->dbg, " MP3DEC: Entered switch - Command State Set\n");
573 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
575 if(pCompPrivate->curState == OMX_StateLoaded) {
576 OMX_PRSTATE2(pCompPrivate->dbg, " MP3DEC: Entered switch - curState == OMX_StateLoaded\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 579 G729DEC_COMPONENT_PRIVATE *pCompPrivate =
584 PERF_SendingCommand(pCompPrivate->pPERF,
591 G729DEC_DPRINT("pCompPrivate = %p\n",pCompPrivate);
593 pCompPrivate->pHandle = phandle;
596 if(pCompPrivate->curState == OMX_StateInvalid){
601 pCompPrivate->cbInfo.EventHandler (
613 G729DEC_DPRINT ("%d:::pCompPrivate->curState = %d\n",__LINE__,pCompPrivate->curState);
615 pCompPrivate->bLoadedCommandPending = OMX_TRUE
    [all...]
OMX_G729Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 575 G711DEC_COMPONENT_PRIVATE *pCompPrivate =
581 G711DEC_DPRINT("pCompPrivate = %p\n", pCompPrivate);
583 pCompPrivate->pHandle = phandle;
585 if(pCompPrivate->curState == OMX_StateInvalid){
590 pCompPrivate->cbInfo.EventHandler (pHandle, pHandle->pApplicationPrivate,
601 G711DEC_DPRINT ("%d:::pCompPrivate->curState = %d\n",
602 __LINE__,pCompPrivate->curState);
604 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
606 if(pCompPrivate->curState == OMX_StateLoaded)
    [all...]
OMX_G711Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 498 G726DEC_COMPONENT_PRIVATE *pCompPrivate = NULL;
501 pCompPrivate = (G726DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
504 if(pCompPrivate->curState == OMX_StateInvalid){
507 pCompPrivate->cbInfo.EventHandler (pHandle,
520 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
522 if(pCompPrivate->curState == OMX_StateLoaded) {
527 pCompPrivate->cbInfo.EventHandler (pHandle,
537 pCompPrivate->curState = OMX_StateInvalid;
538 pCompPrivate->cbInfo.EventHandler (pHandle,
569 pCompPrivate->cbInfo.EventHandler(pHandle, pHandle->pApplicationPrivate
    [all...]
OMX_G726Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 492 G722DEC_COMPONENT_PRIVATE *pCompPrivate = NULL;
495 pCompPrivate = (G722DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
498 if(pCompPrivate->curState == OMX_StateInvalid){
507 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
509 if(pCompPrivate->curState == OMX_StateLoaded) {
514 pCompPrivate->cbInfo.EventHandler (pHandle,
524 pCompPrivate->curState = OMX_StateInvalid;
525 pCompPrivate->cbInfo.EventHandler (pHandle,
556 pCompPrivate->cbInfo.EventHandler(pHandle, pHandle->pApplicationPrivate,
564 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd))
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 587 G729ENC_COMPONENT_PRIVATE *pCompPrivate =
592 if (pCompPrivate->curState == OMX_StateInvalid)
598 if(pCompPrivate->curState == OMX_StateInvalid)
605 PERF_SendingCommand(pCompPrivate->pPERF,
616 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
618 if(pCompPrivate->curState == OMX_StateLoaded)
622 pCompPrivate->cbInfo.EventHandler ( pHandle,
633 pCompPrivate->curState = OMX_StateInvalid;
634 pCompPrivate->cbInfo.EventHandler ( pHandle,
670 pCompPrivate->cbInfo.EventHandler ( pHandle
    [all...]
OMX_G729Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 649 G722ENC_COMPONENT_PRIVATE *pCompPrivate =
656 if(pCompPrivate->curState == OMX_StateInvalid){
664 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
666 if(pCompPrivate->curState == OMX_StateLoaded)
670 pCompPrivate->cbInfo.EventHandler ( pHandle,
681 pCompPrivate->curState = OMX_StateInvalid;
682 pCompPrivate->cbInfo.EventHandler ( pHandle,
723 nRet = write (pCompPrivate->cmdPipe[1], &Cmd,sizeof(Cmd));
729 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR));
732 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 555 G711ENC_COMPONENT_PRIVATE *pCompPrivate =
559 if(pCompPrivate->curState == OMX_StateInvalid) {
571 pCompPrivate->bLoadedCommandPending = OMX_TRUE;
573 if(pCompPrivate->curState == OMX_StateLoaded) {
575 pCompPrivate->cbInfo.EventHandler ( pHandle,
586 pCompPrivate->curState = OMX_StateInvalid;
587 pCompPrivate->cbInfo.EventHandler ( pHandle,
621 pCompPrivate->cbInfo.EventHandler ( pHandle,
631 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
639 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR))
    [all...]
OMX_G711Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 521 G726ENC_COMPONENT_PRIVATE *pCompPrivate =
525 if(pCompPrivate->curState == OMX_StateInvalid) {
534 if(pCompPrivate->curState == OMX_StateLoaded) {
536 pCompPrivate->cbInfo.EventHandler ( pHandle,
547 pCompPrivate->curState = OMX_StateInvalid;
548 pCompPrivate->cbInfo.EventHandler ( pHandle,
582 pCompPrivate->cbInfo.EventHandler ( pHandle,
592 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
600 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,
603 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam
    [all...]
OMX_G726Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]

Completed in 399 milliseconds

1 2