Searched refs:SLEEP_TIME (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
D | G726DecTest.c | 94 #define SLEEP_TIME 2 macro 1004 …intf("Component Has Stopped here and waiting for %d seconds before it plays further\n",SLEEP_TIME); in main() 1005 sleep(SLEEP_TIME); in main() 1066 printf("Sleeping for %d secs....\n\n",SLEEP_TIME); in main() 1067 sleep(SLEEP_TIME); in main() 1223 printf("%d :: sleeping here for %d secs\n",__LINE__,SLEEP_TIME); in main() 1224 sleep (SLEEP_TIME); in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
D | G722DecTest.c | 93 #define SLEEP_TIME 2 macro 453 printf("%d :: sleeping here for %d secs\n",__LINE__,SLEEP_TIME); in main() 454 sleep (SLEEP_TIME); in main() 1664 …intf("Component Has Stopped here and waiting for %d seconds before it plays further\n",SLEEP_TIME); in testCase_2_4() 1665 sleep(SLEEP_TIME); in testCase_2_4() 1735 printf("Sleeping for %d secs....\n\n",SLEEP_TIME); in testCase_3() 1736 sleep(SLEEP_TIME); in testCase_3()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
D | AacEncTest.c | 104 #define SLEEP_TIME 10 macro 1722 APP_DPRINT("%d :: APP: Is Sleeping here for %d seconds\n",__LINE__, SLEEP_TIME); 1723 sleep(SLEEP_TIME); 1795 APP_DPRINT("%d :: APP: Is Sleeping here for %d seconds\n",__LINE__, SLEEP_TIME); 1796 sleep(SLEEP_TIME); /* Pause time */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
D | G729EncTest.c | 110 #define SLEEP_TIME 5 macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
D | G726EncTest.c | 117 #define SLEEP_TIME 5 macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
D | AmrEncTest.c | 136 #define SLEEP_TIME 5 macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
D | WbAmrEncTest.c | 127 #define SLEEP_TIME 5 macro
|