Home
last modified time | relevance | path

Searched refs:tcID (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c111 int tcID = 0; variable
440 tcID = 0; in main()
443 tcID = 1; in main()
445 tcID = 2; in main()
447 tcID = 3; in main()
449 tcID = 4; in main()
451 tcID = 5; in main()
453 tcID = 6; in main()
455 tcID = 7; in main()
457 tcID = 8; in main()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c471 int retval, i = 0, j = 0, k = 0, kk = 0, tcID = 0; local
543 tcID = 1;
548 tcID = 2;
553 tcID = 3;
558 tcID = 4;
572 tcID = 5;
586 tcID = 6;
593 tcID = 1;
601 tcID = 1;
609 tcID = 1;
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
DG711EncTest.c422 int retval= 0, i= 0, j= 0, k= 0, kk= 0, tcID = 0; in main() local
473 tcID = 1; in main()
476 tcID = 2; in main()
479 tcID = 3; in main()
483 tcID = 4; in main()
488 tcID = 5; in main()
493 tcID = 6; in main()
500 if(tcID == 6) in main()
907 if(tcID == 5) in main()
1013 switch (tcID) { in main()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c536 int retval, i, j, k, kk, tcID = 0; local
607 tcID = 1;
612 tcID = 2;
617 tcID = 3;
622 tcID = 4;
636 tcID = 5;
649 tcID = 6;
655 tcID = 7;
661 tcID = 1;
1317 switch (tcID) {
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c514 int retval, i, j, k, kk, tcID = 0; local
592 tcID = 1;
597 tcID = 2;
602 tcID = 3;
607 tcID = 4;
619 tcID = 5;
630 tcID = 6;
635 tcID = 7;
640 tcID = 1;
1347 switch (tcID) {
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c201 int tcID = 0; in main() local
211 …boolean bFlag = validateArguments (argc, argv, &iSampRate, fname, &tcID, &gDasfMode, &nIpBuffs, &n… in main()
218 int nCntTest1 = (tcID != 6)? 1: N_REPETITIONS; in main()
219 int nCntTest = (tcID != 5)? 1: N_REPETITIONS; in main()
391 if (tcID == 5) { in main()
396 if (tcID == 6) { in main()
434 …error = testCases (pHandle, &rfds, tcID, fIn, fOut, &frmCnt, &totalFilled, &tv, gDasfMode, nIpBuff… in main()
452 if((tcID == 5) || (tcID == 2)) { in main()
559 boolean validateArguments (int nArgc, char *sArgv [], int *iSampRate, char *fname, int *tcID, int *… in validateArguments() argument
586 *tcID = getNumTestCase (sArgv [3], fname); in validateArguments()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
DG729EncTest.c219 int tcID = 0; variable
466 tcID = 0; in main()
473 tcID = 1; in main()
479 tcID = 2; in main()
485 tcID = 3; in main()
491 tcID = 4; in main()
498 tcID = 5; in main()
504 tcID = 6; in main()
998 switch (tcID) { in main()
1014 if (tcID == 0){ in main()
[all …]