HomeSort by relevance Sort by last modified time
    Searched refs:gState (Results 1 - 6 of 6) sorted by null

  /external/skia/gpu/src/
app-android.cpp 241 static State* gState;
242 if (NULL == gState) {
243 gState = new State;
245 return gState;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 121 OMX_STATETYPE gState = OMX_StateExecuting;
240 gState = (OMX_STATETYPE)nData2;
895 gState = OMX_StateExecuting;
933 while((error == OMX_ErrorNone) && (gState != OMX_StateIdle)) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 205 OMX_STATETYPE gState = OMX_StateInvalid;
274 gState = (OMX_STATETYPE)nData2;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 149 OMX_STATETYPE gState = OMX_StateExecuting;
413 gState = OMX_StateExecuting;
430 getString_OMX_State (strState, gState);
433 if ((error == OMX_ErrorNone) && (gState != OMX_StateIdle)) {
720 gState = (OMX_STATETYPE)nData2;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 204 int gState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 168 int gState;
    [all...]

Completed in 951 milliseconds