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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 185 #define TICK_PRINT(...) fprintf(stderr,__VA_ARGS__)
188 #define TICK_PRINT(...)
400 TICK_PRINT("TickCount Output: %ld\n\n",pBuffer->nTickCount);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 126 #define TICK_PRINT(...) fprintf(stderr,__VA_ARGS__)
129 #define TICK_PRINT(...)
361 TICK_PRINT("TickCount Output: %ld\n\n",pBuffer->nTickCount);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 101 #define TICK_PRINT(...) fprintf(stderr,__VA_ARGS__)
104 #define TICK_PRINT(...) if(frameMode)fprintf(stderr,__VA_ARGS__)
413 TICK_PRINT("TickCount Output: %ld\n\n",pBuffer->nTickCount);
    [all...]

Completed in 35 milliseconds