Searched defs:frmCount (Results 1 - 14 of 14) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c323 int frmCount = 0; local
722 frmCount = 0;
825 frmCount++;
890 frmCount++;
926 /*if (frmCount == 320) {
947 if(frmCount == 300) {
993 frmCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c371 int frmCount = 0; local
939 frmCount++;
1044 if(frmCount == 30 || frmCount == 60) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c466 OMX_S16 frmCount = 0; local
1199 frmCount++;
1271 if (frmCount == 16) { /*100 Frames processed */
1291 if(frmCount == 6) { /*6 Frames processed */
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c423 int frmCount = 0; local
1000 frmCount++;
1105 if (frmCount == 15) {
1125 if(frmCount == 10) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c1329 static int frmCount = 0; local
1353 frmCount++;
1401 if(frmCount == 3 || frmCount == 6) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c472 int frmCount = 0; local
1146 frmCount++;
1147 if (frmCount==15 && tcID ==3){ /*Pause the component*/
1163 if (frmCount==50 && tcID ==4){ /*Stop the component*/
1170 if (frmCount==100 && tcID ==2){ /*Stop the component*/
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c401 OMX_S16 frmCount = 0; local
1067 frmCount = 0;
1095 frmCount+=packetsPerBuffer;
1096 APP_DPRINT("frame count = %d\n", frmCount);
1100 if( ((2==command) || (4==command)) && (600 == frmCount)){ /*Stop Tests*/
1121 if(frmCount == 100) { /*100 Frames processed */
1131 if(frmCount == 100){
1142 else if(frmCount == 400) {
1154 if(frmCount == 600){
1164 else if(frmCount
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c385 int frmCount = 0; local
984 frmCount++;
1131 if (frmCount == 15) {
1154 if(frmCount == 10) {
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c537 int frmCount = 0; local
1297 frmCount++;
1329 if (frmCount==15 && tcID ==3){ /*Pause the component*/
1336 if (frmCount==20 && tcID ==4){ /*Stop the component*/
1344 if (frmCount==15 && tcID ==3){ /*Pause the component*/
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c515 int frmCount = 0; local
1327 frmCount++;
1361 if ((frmCount == 14 || frmCount == 15) && tcID == 3) { /*Pause the component*/
1369 if (frmCount == 20 && tcID == 4) { /*Stop the component*/
1378 if (frmCount == 15 && tcID == 3) { /*Pause the component*/
1387 if (frmCount == 20 && tcID == 4) { /*Stop the component*/
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c506 int frmCount = 0; local
1590 frmCount = 0;
1721 frmCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c523 int frmCount = 0; local
2195 frmCount = 0;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c515 int frmCount = 0; local
1340 frmCount++;
1343 if( ((2==command) || (4==command) ) && (50 == frmCount)){ /*Stop Tests*/
1349 /*if ((frmCount >= nNextFlushFrame) && (num_flush < 5000)){*/
1351 if (frmCount >= nNextFlushFrame){
1387 frmCount = 0;
1400 if(frmCount == 100) { /*100 Frames processed */
1410 if(frmCount == 50){
1420 else if(frmCount == 120) {
1432 if(frmCount
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c493 int frmCount = 0; local
1169 frmCount++;
1221 if(frmCount == 10) {
1255 if(frmCount >= 5) {
1283 if (frmCount == 8) {
1304 if(frmCount == 6) {

Completed in 135 milliseconds