Searched refs:state (Results 176 - 183 of 183) sorted by relevance

12345678

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c883 /* resource is not available, need set state to OMX_StateWaitForResources */
1041 /* This means, it is invalid state from application */
1172 /*Send state change notificaiton to Application */
1762 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return input buffers\n", __LINE__, __FUNCTION__);
2350 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return output buffers\n", __LINE__, __FUNCTION__);
3587 OMX_STATETYPE state = OMX_StateIdle; local
3597 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c823 /* resource is not available, need set state to OMX_StateWaitForResources */
931 } else { /* This means, it is invalid state from application */
3112 OMX_STATETYPE state = OMX_StateIdle; local
3122 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
3201 /* Increment state change request reference count */
3214 /* Decrement state change request reference count*/
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c224 /*Accessing these 2 has the problem/creates problem in state transition tests*/
768 OMX_PRSTATE2(pComponentPrivate->dbg, "\n\n HandleCommand: In Loaded state. It does not go to sleep.\n\n");
874 /* resource is not available, need set state to OMX_StateWaitForResources */
1036 /* This means, it is invalid state from application */
1169 /*Send state change notificaiton to Application */
1768 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return input buffers\n", __LINE__, __FUNCTION__);
2314 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return output buffers\n", __LINE__, __FUNCTION__);
3616 OMX_STATETYPE state = OMX_StateIdle; local
3626 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c878 /* resource is not available, need set state to OMX_StateWaitForResources */
1007 } else { /* This means, it is invalid state from application */
3335 OMX_STATETYPE state = OMX_StateIdle; local
3345 write (pCompPrivate->cmdDataPipe[1], &state , sizeof(OMX_U32));
3426 /* Increment state change request reference count */
3441 /* Decrement state change request reference count*/
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c222 /*Accessing these 2 has the problem/creates problem in state transition tests*/
1310 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return input buffers", __LINE__, __FUNCTION__);
1612 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return output buffers", __LINE__, __FUNCTION__);
2790 /* resource is not available, need set state to OMX_StateWaitForResources */
2908 /* This means, it is invalid state from application */
3297 /*Send state change notificaiton to Application */
3950 OMX_STATETYPE state = OMX_StateIdle; local
3960 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c1158 "Failed to move to Idle state (%x).\n", eError);
1163 "Failed to move to Execute state (%x).\n", eError);
1168 "Failed to move to Loaded state (%x).\n", eError);
1173 "Failed to move to Pause state (%x).\n", eError);
1477 OMX_PRMGR2(pComponentPrivate->dbg, "RMProxy_SendCommand: Setting state to Idle from Loaded\n");
1489 OMX_PRMGR2(pComponentPrivate->dbg, "RMProxy_SendCommand: Setting state to Idle from Loaded\n");
1501 OMX_PRMGR2(pComponentPrivate->dbg, "RMProxy_SendCommand: Setting state to Idle from Loaded\n");
1744 OMX_PRMGR2(pComponentPrivate->dbg, "Setting Idle state from Executing to RMProxy\n");
1841 OMX_PRMGR2(pComponentPrivate->dbg, "Setting executing state to RMProxy\n");
1853 OMX_PRMGR2(pComponentPrivate->dbg, "Setting executing state t
4126 OMX_STATETYPE state = OMX_StateIdle; local
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp1028 DEBUG_PRINT_LOW("\n Moving the decoder to execute state");
2082 /* State Transition from Inavlid to any state */
3229 DEBUG_PRINT_LOW("Set Parameter called in valid state");
3546 * state. This is ANDROID architecture which is not in sync
3737 DEBUG_PRINT_ERROR("set_config:Ignore in Exe state\n");
3933 Returns the state information back to the caller.<TBD>
3942 OMX_OUT OMX_STATETYPE* state)
3944 *state = m_state;
3945 DEBUG_PRINT_LOW("get_state: Returning the state %d\n",*state);
3941 get_state(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STATETYPE* state) argument
[all...]
H A Domx_vdec_copper.cpp1047 DEBUG_PRINT_LOW("\n Moving the decoder to execute state");
2046 /* State Transition from Inavlid to any state */
3074 DEBUG_PRINT_LOW("Set Parameter called in valid state");
3361 * state. This is ANDROID architecture which is not in sync
3537 DEBUG_PRINT_ERROR("set_config:Ignore in Exe state\n");
3731 Returns the state information back to the caller.<TBD>
3740 OMX_OUT OMX_STATETYPE* state)
3742 *state = m_state;
3743 DEBUG_PRINT_LOW("get_state: Returning the state %d\n",*state);
3739 get_state(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STATETYPE* state) argument
[all...]

Completed in 283 milliseconds

12345678