Searched refs:gState (Results 1 - 5 of 5) sorted by path

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c205 OMX_STATETYPE gState = OMX_StateInvalid; variable
274 gState = (OMX_STATETYPE)nData2;
990 while((eError == OMX_ErrorNone) && (gState != OMX_StateIdle) &&
991 (gState != OMX_StateInvalid)) {
1261 APP_DPRINT("%d [TEST APP] The current state of the component = %d \n",__LINE__,gState);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c149 OMX_STATETYPE gState = OMX_StateExecuting; variable
413 gState = OMX_StateExecuting;
430 getString_OMX_State (strState, gState);
433 if ((error == OMX_ErrorNone) && (gState != OMX_StateIdle)) {
720 gState = (OMX_STATETYPE)nData2;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c121 OMX_STATETYPE gState = OMX_StateExecuting; variable
240 gState = (OMX_STATETYPE)nData2;
895 gState = OMX_StateExecuting;
933 while((error == OMX_ErrorNone) && (gState != OMX_StateIdle)) {
1026 gState = OMX_StateExecuting;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c204 int gState; variable
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c168 int gState; variable

Completed in 471 milliseconds