Home
last modified time | relevance | path

Searched refs:nOutBuff (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
DG711EncTest.c431 int nOutBuff = 1; in main() local
931 nOutBuff = 1; in main()
1227 …_DPRINT("%d Writing OutputBuffer No: %d to the file nWrite = %d \n",__LINE__, nOutBuff, nFrameLen); in main()
1232 nOutBuff++; in main()
1276 APP_DPRINT("%d [TEST APP] G711 Encoded = %d Frames \n",__LINE__,(nOutBuff)); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
DG729EncTest.c395 int nOutBuff = 1; in main() local
885 nOutBuff = 1; in main()
1293 …RINT("%d :: Writing OutputBuffer No: %d to the file nWrite = %d \n",__LINE__, nOutBuff, nFrameLen); in main()
1305 nOutBuff++; in main()
1362 printf("%d :: App: G729 Encoded = %d Frames \n",__LINE__,(nOutBuff)); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c480 int nOutBuff = 1; local
1019 nOutBuff = 1;
1245 …RINT("%d :: Writing OutputBuffer No: %d to the file nWrite = %d \n",__LINE__, nOutBuff, nFrameLen);
1260 nOutBuff++;
1406 APP_DPRINT("%d :: App: G726 Encoded = %d Frames \n",__LINE__,(nOutBuff));
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c545 int nOutBuff = 1; local
1209 nOutBuff = 1;
1408 …APP_DPRINT("%d :: Writing OutputBuffer No: %d to the file nWrite = %d \n",__LINE__, nOutBuff, nFra…
1421 nOutBuff++;
1567 APP_IPRINT("%d :: App: NBAMR Encoded = %d Frames \n",__LINE__,(nOutBuff));
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c525 int nOutBuff = 1; local
1219 nOutBuff = 1;
1448 …INT("%d :: Writing OutputBuffer No: %d to the file nWrite = %d \n", __LINE__, nOutBuff, nFrameLen);
1460 nOutBuff++;
1612 APP_IPRINT("%d :: App: WBAMR Encoded = %d Frames \n", __LINE__, (nOutBuff));