Home
last modified time | relevance | path

Searched refs:APP_DPRINT (Results 1 – 14 of 14) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c83 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) /* Debug prints */ macro
85 #define APP_DPRINT(...) macro
289 APP_DPRINT("%d: APP: waiting for %d \n",__LINE__,DesiredState); in WaitForState()
301 APP_DPRINT("Now is waiting.... \n"); in WaitForState()
309 APP_DPRINT("...No need to wait \n"); in WaitForState()
343 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__); in EventHandler()
356 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in EventHandler()
360 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent); in EventHandler()
369 APP_DPRINT("App: Mutex signal sent \n"); in EventHandler()
372 APP_DPRINT ("%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
DG711EncTest.c113 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
115 #define APP_DPRINT(...) macro
244 APP_DPRINT("%d [TEST APP] Error returned from GetState\n",__LINE__); in WaitForState()
269 APP_DPRINT("%d [TEST APP] Component eEvent = %d\n", __LINE__,eEvent); in EventHandler()
270 APP_DPRINT("%d [TEST APP] Entering EventHandler \n", __LINE__); in EventHandler()
275 APP_DPRINT( "%d [TEST APP] Component eEvent Completed = %d\n", __LINE__,eEvent); in EventHandler()
279 APP_DPRINT( "%d [TEST APP] Input Port disabled \n", __LINE__); in EventHandler()
283 APP_DPRINT( "%d [TEST APP] output Port disabled \n", __LINE__); in EventHandler()
293 APP_DPRINT( "%d [TEST APP] Exit OMX_EventCmdComplete = %ld\n", __LINE__,nData2); in EventHandler()
318 APP_DPRINT( "%d [TEST APP] Component OMX_EventError = %d\n", __LINE__,eEvent); in EventHandler()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c86 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
88 #define APP_DPRINT(...) macro
159 APP_DPRINT( "Still Waiting, press CTL-C to continue\n"); in WaitForState()
199 APP_DPRINT ("%d :: Error from SendCommand-Idle(Stop) State function\n",__LINE__); in EventHandler()
207 APP_DPRINT( "Error: G722Encoder->WaitForState reports an error %X\n", error); in EventHandler()
339 APP_DPRINT("------------------------------------------------------\n");
340 APP_DPRINT("This is Main Thread In G722 ENCODER Test Application:\n");
341 APP_DPRINT("Test Core 1.5 - " __DATE__ ":" __TIME__ "\n");
342 APP_DPRINT("------------------------------------------------------\n");
353 APP_DPRINT("[G722TEST] - failure to open WRITE pipe\n");
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c129 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
131 #define APP_DPRINT(...) macro
336 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__); in EventHandler()
344 APP_DPRINT("%d :: App: Error returned from OMX_GetState\n",__LINE__); in EventHandler()
347 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent); in EventHandler()
349 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
356 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
398 APP_DPRINT( "%d :: App: Component OMX_EventMax = %d\n", __LINE__,eEvent); in EventHandler()
401 APP_DPRINT( "%d :: App: Component OMX_EventMark = %d\n", __LINE__,eEvent); in EventHandler()
404APP_DPRINT( "%d :: App: Component OMX_EventPortSettingsChanged = %d\n", __LINE__,eEvent); in EventHandler()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
DG729EncTest.c126 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
128 #define APP_DPRINT(...) macro
260 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in WaitForState()
266 APP_DPRINT("%d :: Still Waiting, press CTL-C to continue\n",__LINE__); in WaitForState()
270 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in WaitForState()
286 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__); in EventHandler()
293 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in EventHandler()
296 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent); in EventHandler()
298 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
300 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c161 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
163 #define APP_DPRINT(...) macro
401 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__); in EventHandler()
410 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in EventHandler()
413 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent); in EventHandler()
415 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
417 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
453 APP_DPRINT( "%d :: App: Component OMX_EventMax = %d\n", __LINE__,eEvent); in EventHandler()
456 APP_DPRINT( "%d :: App: Component OMX_EventMark = %d\n", __LINE__,eEvent); in EventHandler()
459 APP_DPRINT( "%d :: App: Component OMX_EventPortSettingsChanged = %d\n", __LINE__,eEvent); in EventHandler()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c172 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
174 #define APP_DPRINT(...) macro
281 APP_DPRINT( "Still Waiting, press CTL-C to continue\n"); in WaitForState()
315 APP_DPRINT("%d Error returned from GetState\n",__LINE__); in EventHandler()
317 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in EventHandler()
325 APP_DPRINT( "%d :: App: Component OMX_EventResourcesAquired = %d\n", __LINE__,eEvent); in EventHandler()
333 APP_DPRINT ( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
338 APP_DPRINT( "%d :: App: Component OMX_EventCmdComplete = %d\n", __LINE__,eEvent); in EventHandler()
342 APP_DPRINT( "%d :: App: Component OMX_EventCmdComplete = %d\n", __LINE__,eEvent); in EventHandler()
351 APP_DPRINT( "%d :: App: Component OMX_EventCmdComplete = %d\n", __LINE__,(int)nData2); in EventHandler()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c151 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
153 #define APP_DPRINT(...) macro
378 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__); in EventHandler()
388 APP_DPRINT("%d :: App: Error returned from GetState\n", __LINE__); in EventHandler()
392 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__, eEvent); in EventHandler()
395 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__, state); in EventHandler()
397 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__, state); in EventHandler()
436 APP_DPRINT( "%d :: App: Component OMX_EventMax = %d\n", __LINE__, eEvent); in EventHandler()
439 APP_DPRINT( "%d :: App: Component OMX_EventMark = %d\n", __LINE__, eEvent); in EventHandler()
442APP_DPRINT( "%d :: App: Component OMX_EventPortSettingsChanged = %d\n", __LINE__, eEvent); in EventHandler()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c94 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
96 #define APP_DPRINT(...) macro
281 APP_DPRINT( "%d :: App: WaitForState\n", __LINE__); in WaitForState()
287 APP_DPRINT( "%d :: App: WaitForState\n", __LINE__); in WaitForState()
320 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in EventHandler()
327 APP_DPRINT ( "%d Component State Changed To %d\n", __LINE__,state); in EventHandler()
330 APP_DPRINT ( "%d Component State Changed To %d\n", __LINE__,state); in EventHandler()
337 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
344 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
377 APP_DPRINT( "%d :: App: EOS Event Received\n", __LINE__); in EventHandler()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c81 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
83 #define APP_DPRINT(...) macro
199 APP_DPRINT( "Still Waiting, press CTL-C to continue\n"); in WaitForState()
384 APP_DPRINT("------------------------------------------------------\n"); in main()
385 APP_DPRINT("This is Main Thread In G726 DECODER Test Application:\n"); in main()
386 APP_DPRINT("Test Core 1.5 - " __DATE__ ":" __TIME__ "\n"); in main()
387 APP_DPRINT("------------------------------------------------------\n"); in main()
411 APP_DPRINT("%d :: Error returned by OMX_Init()\n",__LINE__); in main()
427 APP_DPRINT("%d :: App: nIpBuf = %d\n",__LINE__, nIpBuffs); in main()
429 APP_DPRINT("%d :: App: nIpBufSize = %d\n",__LINE__, nIpBufSize); in main()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c89 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
91 #define APP_DPRINT(...) macro
333 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in EventHandler()
352 APP_DPRINT ( "%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
395 APP_DPRINT( "%d :: App: Component OMX_EventBufferFlag = %d\n", __LINE__,eEvent); in EventHandler()
401 APP_DPRINT( "%d :: App: Component OMX_EventResourcesAcquired = %d\n", __LINE__,eEvent); in EventHandler()
425 APP_DPRINT ("APP:::: OUTPUT BUFFER = %p && %p\n",pBuffer, pBuffer->pBuffer); in FillBufferDone()
426 APP_DPRINT ("APP:::: pBuffer->nFilledLen = %ld\n",pBuffer->nFilledLen); in FillBufferDone()
453 APP_DPRINT ("APP:::: INPUT BUFFER = %p && %p\n",pBuffer, pBuffer->pBuffer); in EmptyBufferDone()
554 APP_DPRINT("------------------------------------------------------\n");
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c80 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
82 #define APP_DPRINT(...) /*0j0 printf (__VA_ARGS__)*/ macro
226 APP_DPRINT("%d :: Error returned by OMX_Init()\n",__LINE__); in main()
269 APP_DPRINT ("Error in Get Handle function\n"); in main()
315 APP_DPRINT("%d :: Error from OMX_SetConfig() function\n",__LINE__); in main()
340 APP_DPRINT("%d :: G722 DECODER RUNNING UNDER DASF MODE\n",__LINE__); in main()
356 APP_DPRINT("%d :: G722DecTest.c :: Error from OMX_SetConfig() function\n",__LINE__); in main()
362 APP_DPRINT ("Error from SendCommand-Idle(Init) State function - error = %d\n",error); in main()
367 APP_DPRINT("%d :: App :: About to call WaitForState to change to Idle\n",__LINE__); in main()
369 APP_DPRINT("%d :: App :: state changed to Idle\n",__LINE__); in main()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c211 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
213 #define APP_DPRINT(...) macro
263 APP_DPRINT( "Still Waiting, press CTL-C to continue\n"); in WaitForState()
291 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); in EventHandler()
313 APP_DPRINT("EventHandler: WARNING: Overflow ERROR\n"); in EventHandler()
317 APP_DPRINT("EventHandler: ERROR: Data corrupt ERROR\n"); in EventHandler()
335 APP_DPRINT ("APP:::: OUTPUT BUFFER = %p && %p\n",pBufferO, pBufferO->pBuffer); in FillBufferDone()
336 APP_DPRINT ("APP:::: pBuffer->nFilledLen = %d\n",pBufferO->nFilledLen); in FillBufferDone()
353 APP_DPRINT ("APP:::: INPUT BUFFER = %p && %p\n",pBufferI, pBufferI->pBuffer); in EmptyBufferDone()
355 APP_DPRINT("output: pBuffer->nTimeStamp = %d\n", (int)pBufferI->nTimeStamp); in EmptyBufferDone()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.c60 #define APP_DPRINT printf macro
65 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) macro
67 #define APP_DPRINT(...) macro
191APP_DPRINT ("%d :: App: Component State Changed To %d\n", __LINE__,state); in EventHandler()
248 APP_DPRINT("total time for frame %d \n", nTotalTime); in FillBufferDone()
249 APP_DPRINT("total time for each frame %d \n",pftime); in FillBufferDone()
305APP_DPRINT("VPP_JPEG_DISPLAY:: ports of VPP %lu, start port %lu\n", pTempPortType->nPorts, pTempPo… in GetComponentPortDef()
349 APP_DPRINT("VPPTEST:: input port is %d\n", pVppPortDef->input_port); in GetComponentPortDef()
350 APP_DPRINT("VPPTEST:: overlay port is %d\n", pVppPortDef->overlay_port); in GetComponentPortDef()
351 APP_DPRINT("VPPTEST:: RGB output port is %d\n", pVppPortDef->rgboutput_port); in GetComponentPortDef()
[all …]