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

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c428 int nFrameCount = 1; local
930 nFrameCount = 1;
1048 if(nFrameCount == atoi(argv[6])) {
1083 if(nFrameCount == atoi(argv[6])) {
1176 if(nFrameCount == atoi(argv[6])) {
1196 if(nFrameCount == 20) {
1197 printf("%d [TEST APP] Sending Stop After %d frames \n",__LINE__,nFrameCount);
1231 nFrameCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c477 int nFrameCount = 1; local
1018 nFrameCount = 1;
1178 if (nFrameCount==15 && tcID ==3){ /*Pause the component*/
1195 if (nFrameCount==50 && tcID ==4){ /*Stop the component*/
1200 nFrameCount = 0;
1203 if (nFrameCount==100 && tcID ==2){ /*Stop the component*/
1209 if(nFrameCount == 50 && tcID == 7) {
1220 if(nFrameCount == 250 && tcID == 7)
1246 APP_DPRINT("Writing %d Bytes to the output File #%d\n", nFrameLen,nFrameCount);
1250 nFrameCount
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c392 int nFrameCount = 1; local
884 nFrameCount = 1;
1032 if(nFrameCount == atoi(argv[7])) {
1068 APP_DPRINT("%d :: App: Reading I/P Buffer = %d & Size = %d from IpBuf_Pipe\n",__LINE__,nFrameCount,nRead);
1106 if(nFrameCount == atoi(argv[7])) {
1197 APP_DPRINT("%d :: App: Reading I/P Buffer = %d & Size = %d from IpBuf_Pipe\n",__LINE__,nFrameCount,nRead);
1213 if(nFrameCount == atoi(argv[7])) {
1235 if(nFrameCount == 20) {
1236 printf("%d :: App: Sending Stop After %d frames \n",__LINE__,nFrameCount);
1304 nFrameCount
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c543 int nFrameCount = 1; local
1208 nFrameCount = 1;
1352 if (nFrameCount==50 && tcID ==4){ /*Stop the component*/
1355 nFrameCount = 0;
1358 if(nFrameCount == 10 && tcID == 7)
1370 if(nFrameCount == 250 && tcID == 7)
1383 if(nFrameCount == atoi(argv[10])) {
1399 if(1 == nFrameCount) {
1420 nFrameCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c522 int nFrameCount = 1; local
1218 nFrameCount = 1;
1394 if (nFrameCount == 10 && tcID == 7) {
1406 if (nFrameCount == 250 && tcID == 7) {
1418 if (nFrameCount == atoi(argv[10])) {
1437 if (1 == nFrameCount) {
1459 nFrameCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c535 int nFrameCount = 0; local
1381 nFrameCount = 0;
1559 if(nFrameCount == atoi(argv[9]))
1645 if(nFrameCount == atoi(argv[9]))
1748 if(nFrameCount == atoi(argv[9]))
1773 if(nFrameCount == 9)
1879 if(nFrameCount == 5)
1902 else if(nFrameCount == atoi(argv[9]))
1939 if(nFrameCount == 5)
1951 if(nFrameCount
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h701 OMX_U32 nFrameCount; /* Number of input frames received since last framerate update */ member in struct:VIDENC_COMPONENT_PRIVATE

Completed in 331 milliseconds