Searched defs:tcID (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c111 int tcID = 0; variable
440 tcID = 0;
443 tcID = 1;
445 tcID = 2;
447 tcID = 3;
449 tcID = 4;
451 tcID = 5;
453 tcID = 6;
455 tcID = 7;
457 tcID
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c422 int retval= 0, i= 0, j= 0, k= 0, kk= 0, tcID = 0; local
473 tcID = 1;
476 tcID = 2;
479 tcID = 3;
483 tcID = 4;
488 tcID = 5;
493 tcID = 6;
500 if(tcID == 6)
907 if(tcID == 5)
1013 switch (tcID) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c201 int tcID = 0; local
211 boolean bFlag = validateArguments (argc, argv, &iSampRate, fname, &tcID, &gDasfMode, &nIpBuffs, &nIpBufSize, &nOpBuffs, &nOpBufSize);
218 int nCntTest1 = (tcID != 6)? 1: N_REPETITIONS;
219 int nCntTest = (tcID != 5)? 1: N_REPETITIONS;
391 if (tcID == 5) {
396 if (tcID == 6) {
434 error = testCases (pHandle, &rfds, tcID, fIn, fOut, &frmCnt, &totalFilled, &tv, gDasfMode, nIpBuffs, pInputBufferHeader, nOpBuffs, pOutputBufferHeader);
452 if((tcID == 5) || (tcID == 2)) {
559 boolean validateArguments (int nArgc, char *sArgv [], int *iSampRate, char *fname, int *tcID, in argument
1326 testCases(OMX_HANDLETYPE *pHandle, fd_set *rfds, int tcID, FILE *fIn, FILE *fOut, int *frmCnt, int *totalFilled, struct timeval *tv, int gDasfMode, int nIpBuffs, OMX_BUFFERHEADERTYPE *pInputBufferHeader [], int nOpBuffs, OMX_BUFFERHEADERTYPE *pOutputBufferHeader []) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A 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
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c219 int tcID = 0; variable
466 tcID = 0;
473 tcID = 1;
479 tcID = 2;
485 tcID = 3;
491 tcID = 4;
498 tcID = 5;
504 tcID = 6;
998 switch (tcID) {
1014 if (tcID
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A 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/
H A 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...]

Completed in 269 milliseconds