Home | History | Annotate | Download | only in src

Lines Matching refs:rm_error

653     OMX_ERRORTYPE rm_error = OMX_ErrorNone;
746 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_RequestResource,
751 if(rm_error == OMX_ErrorNone) {
754 rm_error = RMProxy_NewSendCommand(pHandle,
759 else if(rm_error == OMX_ErrorInsufficientResources) {
772 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G726_Encoder_COMPONENT, OMX_StateIdle, 3456,NULL);
849 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G726_Encoder_COMPONENT, OMX_StateIdle, 3456,NULL);
971 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G726_Encoder_COMPONENT, OMX_StateExecuting, 3456,NULL);
1679 OMX_ERRORTYPE rm_error = OMX_ErrorNone;
1857 rm_error = RMProxy_NewSendCommand(pHandle,
2265 if (*(cbData.RM_Error) == OMX_RmProxyCallback_ResourcesPreempted){
2275 else if (*(cbData.RM_Error) == OMX_RmProxyCallback_ResourcesAcquired){