/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Dec_Utils.c | 664 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G729DECHandleCommand() local 803 rm_error = RMProxy_NewSendCommand(pHandle, in G729DECHandleCommand() 809 if(rm_error == OMX_ErrorNone) { in G729DECHandleCommand() 811 rm_error = RMProxy_NewSendCommand(pHandle, in G729DECHandleCommand() 824 else if(rm_error == OMX_ErrorInsufficientResources) { in G729DECHandleCommand() 927 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Decoder_COMPONENT, OMX_State… in G729DECHandleCommand() 1036 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Decoder_COMPONENT, OMX_State… in G729DECHandleCommand() 1152 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Decoder_COMPONENT, OMX_State… in G729DECHandleCommand() 1724 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G729DECLCML_Callback() local 1988 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Decoder_COMPONENT, OMX_State… in G729DECLCML_Callback() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Dec_Utils.c | 566 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G726DEC_HandleCommand() local 718 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_RequestResource, OMX_PCM_Decoder_COMPONENT, G72… in G726DEC_HandleCommand() 720 if(rm_error == OMX_ErrorNone) { in G726DEC_HandleCommand() 723 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_NBAMR_Decoder_COMPONENT, OMX_Stat… in G726DEC_HandleCommand() 725 else if(rm_error == OMX_ErrorInsufficientResources) { in G726DEC_HandleCommand() 738 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_NBAMR_Decoder_COMPONENT, OMX_Stat… in G726DEC_HandleCommand() 809 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_PCM_Decoder_COMPONENT, OMX_StateI… in G726DEC_HandleCommand() 936 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_PCM_Decoder_COMPONENT, OMX_StateE… in G726DEC_HandleCommand() 1032 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_PCM_Decoder_COMPONENT, OMX_StateW… in G726DEC_HandleCommand() 1591 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G726DEC_LCML_Callback() local [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_Utils.c | 653 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G726ENC_HandleCommand() local 746 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_RequestResource, in G726ENC_HandleCommand() 751 if(rm_error == OMX_ErrorNone) { in G726ENC_HandleCommand() 754 rm_error = RMProxy_NewSendCommand(pHandle, in G726ENC_HandleCommand() 759 else if(rm_error == OMX_ErrorInsufficientResources) { in G726ENC_HandleCommand() 772 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G726_Encoder_COMPONENT, OMX_State… in G726ENC_HandleCommand() 849 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G726_Encoder_COMPONENT, OMX_State… in G726ENC_HandleCommand() 971 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G726_Encoder_COMPONENT, OMX_State… in G726ENC_HandleCommand() 1679 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G726ENC_LCMLCallback() local 1857 rm_error = RMProxy_NewSendCommand(pHandle, in G726ENC_LCMLCallback()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Enc_Utils.c | 636 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G729ENC_HandleCommand() local 785 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_RequestResource, in G729ENC_HandleCommand() 790 if(rm_error == OMX_ErrorNone) { in G729ENC_HandleCommand() 792 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Encoder_COMPONENT, OMX_State… in G729ENC_HandleCommand() 795 else if(rm_error == OMX_ErrorInsufficientResources) { in G729ENC_HandleCommand() 1039 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Encoder_COMPONENT, OMX_State… in G729ENC_HandleCommand() 1151 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Encoder_COMPONENT, OMX_State… in G729ENC_HandleCommand() 1886 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G729ENC_LCMLCallback() local 2262 …rm_error = RMProxy_NewSendCommand(pComponentPrivate->pHandle, RMProxy_StateSet, OMX_G729_Encoder_C… in G729ENC_LCMLCallback()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDec_Utils.c | 678 OMX_ERRORTYPE rm_error; in WBAMR_DEC_HandleCommand() local 851 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMR_DEC_HandleCommand() 857 … OMX_PRINT2(pComponentPrivate->dbg, "AMRDEC: RMProxy_SendCommand returned %d\n",rm_error); in WBAMR_DEC_HandleCommand() 858 if(rm_error == OMX_ErrorNone) { in WBAMR_DEC_HandleCommand() 867 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMR_DEC_HandleCommand() 873 }else if(rm_error == OMX_ErrorInsufficientResources) { in WBAMR_DEC_HandleCommand() 892 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMR_DEC_HandleCommand() 1027 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_WBAMR_Decoder_COMPONENT, OMX_Stat… in WBAMR_DEC_HandleCommand() 1162 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_WBAMR_Decoder_COMPONENT, OMX_Stat… in WBAMR_DEC_HandleCommand() 1318 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMR_DEC_HandleCommand() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Dec_Utils.c | 610 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in MP3DEC_HandleCommand() local 805 rm_error = RMProxy_NewSendCommand(pHandle, in MP3DEC_HandleCommand() 811 if(rm_error == OMX_ErrorNone) { in MP3DEC_HandleCommand() 817 rm_error = RMProxy_NewSendCommand(pHandle, in MP3DEC_HandleCommand() 830 else if(rm_error == OMX_ErrorInsufficientResources) { in MP3DEC_HandleCommand() 842 rm_error = RMProxy_NewSendCommand(pHandle, in MP3DEC_HandleCommand() 953 rm_error = RMProxy_NewSendCommand(pHandle, in MP3DEC_HandleCommand() 1133 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_MP3_Decoder_COMPONENT, OMX_StateE… in MP3DEC_HandleCommand() 1252 rm_error = RMProxy_NewSendCommand(pHandle, in MP3DEC_HandleCommand() 1266 rm_error = RMProxy_NewSendCommand(pHandle, in MP3DEC_HandleCommand() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_Utils.c | 613 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G711ENC_HandleCommand() local 747 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_RequestResource, in G711ENC_HandleCommand() 752 if(rm_error == OMX_ErrorNone) { in G711ENC_HandleCommand() 761 rm_error = RMProxy_NewSendCommand(pHandle, in G711ENC_HandleCommand() 766 else if(rm_error == OMX_ErrorInsufficientResources) { in G711ENC_HandleCommand() 779 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, in G711ENC_HandleCommand() 836 rm_error = RMProxy_NewSendCommand(pHandle, in G711ENC_HandleCommand() 954 rm_error = RMProxy_NewSendCommand(pHandle, in G711ENC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Dec_Utils.c | 638 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in G711DECHandleCommand() local 807 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_RequestResource, in G711DECHandleCommand() 813 … G711DEC_DPRINT("%d :: G711DEC: RMProxy_SendCommand returned %d\n", __LINE__,rm_error); in G711DECHandleCommand() 815 if(rm_error == OMX_ErrorNone) { in G711DECHandleCommand() 827 rm_error = RMProxy_NewSendCommand(pHandle, in G711DECHandleCommand() 833 else if(rm_error == OMX_ErrorInsufficientResources) { in G711DECHandleCommand() 922 rm_error = RMProxy_NewSendCommand(pHandle, in G711DECHandleCommand() 1030 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, in G711DECHandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDec_Utils.c | 565 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in AACDEC_HandleCommand() local 766 rm_error = RMProxy_NewSendCommand(pHandle, in AACDEC_HandleCommand() 772 if(rm_error == OMX_ErrorNone) { in AACDEC_HandleCommand() 778 rm_error = RMProxy_NewSendCommand(pHandle, in AACDEC_HandleCommand() 791 else if(rm_error == OMX_ErrorInsufficientResources) { in AACDEC_HandleCommand() 803 rm_error = RMProxy_NewSendCommand(pHandle, in AACDEC_HandleCommand() 911 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_AAC_Decoder_COMPONENT, OMX_StateI… in AACDEC_HandleCommand() 1161 rm_error = RMProxy_NewSendCommand(pHandle, in AACDEC_HandleCommand() 1285 rm_error = RMProxy_NewSendCommand(pHandle, in AACDEC_HandleCommand() 1299 rm_error = RMProxy_NewSendCommand(pHandle, in AACDEC_HandleCommand() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDec_Utils.c | 701 OMX_ERRORTYPE rm_error; in NBAMRDECHandleCommand() local 859 rm_error = RMProxy_NewSendCommand(pHandle, in NBAMRDECHandleCommand() 865 if(rm_error == OMX_ErrorNone) { in NBAMRDECHandleCommand() 874 rm_error = RMProxy_NewSendCommand(pHandle, in NBAMRDECHandleCommand() 882 else if(rm_error == OMX_ErrorInsufficientResources) { in NBAMRDECHandleCommand() 902 rm_error = RMProxy_NewSendCommand(pHandle, in NBAMRDECHandleCommand() 1031 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_NBAMR_Decoder_COMPONENT, OMX_Stat… in NBAMRDECHandleCommand() 1166 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_NBAMR_Decoder_COMPONENT, OMX_Stat… in NBAMRDECHandleCommand() 1323 rm_error = RMProxy_NewSendCommand(pHandle, in NBAMRDECHandleCommand() 1348 rm_error = RMProxy_NewSendCommand(pHandle, in NBAMRDECHandleCommand() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEnc_Utils.c | 691 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in AACENCHandleCommand() local 887 …DSP1(pComponentPrivate->dbg, "%d :: AACENC: RMProxy_SendCommand returned %d\n", __LINE__,rm_error); in AACENCHandleCommand() 888 if(rm_error == OMX_ErrorNone) in AACENCHandleCommand() 896 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_AAC_Encoder_COMPONENT, OMX_StateI… in AACENCHandleCommand() 898 else if(rm_error == OMX_ErrorInsufficientResources) in AACENCHandleCommand() 1012 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_AAC_Encoder_COMPONENT, OMX_StateI… in AACENCHandleCommand() 1224 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_AAC_Encoder_COMPONENT, OMX_StateE… in AACENCHandleCommand() 1387 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_AAC_Encoder_COMPONENT, OMX_StateW… in AACENCHandleCommand() 2327 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in AACENCLCML_Callback() local 2634 rm_error = RMProxy_NewSendCommand(pComponentPrivate_CC->pHandle, in AACENCLCML_Callback()
|
D | OMX_AacEncoder.c | 163 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in OMX_ComponentInit() local 440 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_RequestResource, OMX_AAC_Encoder_COMPONENT,AACE… in OMX_ComponentInit() 441 if (rm_error != OMX_ErrorNone) { in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDec_Utils.c | 2580 OMX_ERRORTYPE rm_error = OMX_ErrorNone; in WMADEC_CommandToIdle() local 2764 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_RequestResource, in WMADEC_CommandToIdle() 2769 __LINE__,rm_error); in WMADEC_CommandToIdle() 2770 if(rm_error == OMX_ErrorNone) in WMADEC_CommandToIdle() 2784 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, in WMADEC_CommandToIdle() 2789 else if(rm_error == OMX_ErrorInsufficientResources){ in WMADEC_CommandToIdle() 2889 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, in WMADEC_CommandToIdle() 2892 if(rm_error != OMX_ErrorNone) in WMADEC_CommandToIdle() 3091 int rm_error; in WMADEC_CommandToExecuting() local 3286 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, in WMADEC_CommandToExecuting()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEnc_Utils.c | 677 OMX_ERRORTYPE rm_error; in WBAMRENC_HandleCommand() local 845 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMRENC_HandleCommand() 852 if (rm_error == OMX_ErrorNone) { in WBAMRENC_HandleCommand() 871 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMRENC_HandleCommand() 877 } else if (rm_error == OMX_ErrorInsufficientResources) { in WBAMRENC_HandleCommand() 903 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMRENC_HandleCommand() 992 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMRENC_HandleCommand() 1201 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_WBAMR_Encoder_COMPONENT, OMX_Stat… in WBAMRENC_HandleCommand() 1361 rm_error = RMProxy_NewSendCommand(pHandle, in WBAMRENC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEnc_Utils.c | 635 OMX_ERRORTYPE rm_error; in NBAMRENC_HandleCommand() local 796 rm_error = RMProxy_NewSendCommand(pHandle, in NBAMRENC_HandleCommand() 801 if(rm_error == OMX_ErrorNone) { in NBAMRENC_HandleCommand() 820 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_NBAMR_Encoder_COMPONENT, OMX_Stat… in NBAMRENC_HandleCommand() 822 else if(rm_error == OMX_ErrorInsufficientResources) { in NBAMRENC_HandleCommand() 849 rm_error = RMProxy_NewSendCommand(pHandle, in NBAMRENC_HandleCommand() 915 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_NBAMR_Encoder_COMPONENT, OMX_Stat… in NBAMRENC_HandleCommand() 1086 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_NBAMR_Encoder_COMPONENT, OMX_Stat… in NBAMRENC_HandleCommand() 1244 …rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_NBAMR_Encoder_COMPONENT, OMX_Stat… in NBAMRENC_HandleCommand()
|