Searched defs:testcnt (Results 1 - 12 of 12) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c326 int testcnt = 1; local
423 testcnt = 15;
719 for(i = 0; i < testcnt; i++) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c373 int testcnt = 1; local
494 testcnt = 20;
863 for(i = 0; i < testcnt; i++) {
1221 if(i != (testcnt-1)) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c468 OMX_S16 testcnt = 1; local
600 testcnt = 2;
616 testcnt = 20;
1089 for(i = 0; i < testcnt; i++)
1441 } /* For loop on testcnt ends here */
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c425 int testcnt = 1; local
482 testcnt = 2;
487 testcnt = 20;
906 for(i = 0; i < testcnt; i++) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c474 int testcnt = 0; local
541 testcnt = 1;
546 testcnt = 1;
551 testcnt = 1;
556 testcnt = 2;
559 printf("######## testcnt = %d #########\n",testcnt);
565 testcnt = (int) atoi (argv[9]);
569 testcnt = MAX_CYCLES;
577 testcnt
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c404 OMX_S16 testcnt = 1; local
576 testcnt = 15;
969 for(i = 0; i < testcnt; i++) { /* PROCESS LOOP */
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c387 int testcnt = 0; local
464 testcnt = 1;
471 testcnt = 1;
477 testcnt = 1;
483 testcnt = 1;
489 testcnt = 2;
492 printf("######## testcnt = %d #########\n",testcnt);
496 testcnt = STRESS_TEST_ITERATIONS;
502 testcnt
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c539 int testcnt = 0; local
605 testcnt = 1;
610 testcnt = 1;
615 testcnt = 1;
620 testcnt = 2;
623 APP_IPRINT("######## testcnt = %d #########\n",testcnt);
629 testcnt = atoi(argv[14]);
633 testcnt = STRESS_TEST_ITERATIONS; /*20 cycles by default*/
648 testcnt
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c517 int testcnt = 0; local
590 testcnt = 1;
595 testcnt = 1;
600 testcnt = 1;
605 testcnt = 2;
608 APP_IPRINT("######## testcnt = %d #########\n", testcnt);
613 testcnt = atoi(argv[14]);
615 testcnt = 20; /*20 cycles by default*/
629 testcnt
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c524 int testcnt = 1; local
653 testcnt = 100;
657 testcnt = 20;
680 testcnt = 2;
1339 for(kk=0; kk<testcnt; kk++)
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c516 int testcnt = 1; local
657 testcnt = 2;
675 testcnt = atoi(argv[11]);
679 testcnt = 20; /*20 cycles by default*/
732 testcnt = 10;
1182 for(i = 0; i < testcnt; i++) {
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c495 int testcnt = 1; local
627 testcnt = 2;
646 testcnt = 100;
651 testcnt = STRESS_TEST_INTERATIONS;
686 testcnt = 10;
1031 for(i = 0; i < testcnt; i++) {

Completed in 5017 milliseconds