Searched defs:testCaseNo (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c330 int testCaseNo = 0; local
411 testCaseNo = 2;
417 testCaseNo = 3;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c220 OMX_S16 testCaseNo = 0; variable
628 testCaseNo = 7;
634 testCaseNo = 8;
640 testCaseNo = 9;
1618 if (testCaseNo == 7) { /* Multiframe with each buffer size = 2* framelenght */
1621 else if (testCaseNo == 8) { /* Multiframe with each buffer size = 2/framelenght */
1624 else if (testCaseNo == 9) { /* Multiframe with alternating buffer size */
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c211 int testCaseNo = 0; variable
699 testCaseNo = 7;
705 testCaseNo = 8;
711 testCaseNo = 9;
949 if ((testCaseNo != 7)&&(testCaseNo != 9))
980 if ((testCaseNo != 7)&&(testCaseNo != 9)){
1880 if (testCaseNo == 7) {
1883 else if (testCaseNo
[all...]

Completed in 132 milliseconds