Searched refs:nFrameCount (Results 1 – 9 of 9) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
D | G726EncTest.c | 477 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/ |
D | G729EncTest.c | 392 int nFrameCount = 1; in main() local 884 nFrameCount = 1; in main() 1032 if(nFrameCount == atoi(argv[7])) { in main() 1068 …INT("%d :: App: Reading I/P Buffer = %d & Size = %d from IpBuf_Pipe\n",__LINE__,nFrameCount,nRead); in main() 1106 if(nFrameCount == atoi(argv[7])) { in main() 1197 …INT("%d :: App: Reading I/P Buffer = %d & Size = %d from IpBuf_Pipe\n",__LINE__,nFrameCount,nRead); in main() 1213 if(nFrameCount == atoi(argv[7])) { in main() 1235 if(nFrameCount == 20) { in main() 1236 … printf("%d :: App: Sending Stop After %d frames \n",__LINE__,nFrameCount); in main() 1304 nFrameCount++; in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
D | G711EncTest.c | 428 int nFrameCount = 1; in main() local 930 nFrameCount = 1; in main() 1048 if(nFrameCount == atoi(argv[6])) { in main() 1083 if(nFrameCount == atoi(argv[6])) { in main() 1176 if(nFrameCount == atoi(argv[6])) { in main() 1196 if(nFrameCount == 20) { in main() 1197 … printf("%d [TEST APP] Sending Stop After %d frames \n",__LINE__,nFrameCount); in main() 1231 nFrameCount++; in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
D | AacEncTest.c | 535 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 == 10) [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
D | AmrEncTest.c | 543 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/ |
D | WbAmrEncTest.c | 522 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/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 701 …OMX_U32 nFrameCount; /* Number of input frames received since last framerate update… member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEncoder.c | 948 pComponentPrivate->nFrameCount = 0; in OMX_ComponentInit() 2848 pComponentPrivate->nFrameCount++; in EmptyThisBuffer() 2851 if (pComponentPrivate->nFrameCount == pComponentPrivate->nFrameRateUpdateInterval) { in EmptyThisBuffer() 2859 …pComponentPrivate->nTargetFrameRate = pComponentPrivate->nFrameCount * 1000000 / pComponentPrivate… in EmptyThisBuffer() 2875 pComponentPrivate->nFrameCount = 0; in EmptyThisBuffer()
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_TI_IVCommon.h | 3387 OMX_U32 nFrameCount; member
|