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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 474 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 = 1
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 387 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 = 1
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 539 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 = 1
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 517 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 = 1
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 373 int testcnt = 1; local
494 testcnt = 20;
863 for(i = 0; i < testcnt; i++) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 516 int testcnt = 1; local
657 testcnt = 2;
675 testcnt = atoi(argv[11]);
679 testcnt = 20; /*20 cycles by default*/
732 testcnt = 10;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 495 int testcnt = 1; local
627 testcnt = 2;
646 testcnt = 100;
651 testcnt = STRESS_TEST_INTERATIONS;
686 testcnt = 10;
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.y 635 static int testcnt;
636 ++testcnt;
643 if (val->field->tmp == testcnt)
649 val->field->tmp = testcnt;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 468 OMX_S16 testcnt = 1; local
600 testcnt = 2;
616 testcnt = 20;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 425 int testcnt = 1; local
482 testcnt = 2;
487 testcnt = 20;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 326 int testcnt = 1; local
423 testcnt = 15;
719 for(i = 0; i < testcnt; i++) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 404 OMX_S16 testcnt = 1; local
576 testcnt = 15;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 524 int testcnt = 1; local
653 testcnt = 100;
657 testcnt = 20;
680 testcnt = 2;
    [all...]

Completed in 390 milliseconds