Lines Matching refs:APP_DPRINT

80 #define APP_DPRINT(...)    fprintf(stderr,__VA_ARGS__)
82 #define APP_DPRINT(...) /*0j0 printf (__VA_ARGS__)*/
226 APP_DPRINT("%d :: Error returned by OMX_Init()\n",__LINE__);
269 APP_DPRINT ("Error in Get Handle function\n");
315 APP_DPRINT("%d :: Error from OMX_SetConfig() function\n",__LINE__);
340 APP_DPRINT("%d :: G722 DECODER RUNNING UNDER DASF MODE\n",__LINE__);
356 APP_DPRINT("%d :: G722DecTest.c :: Error from OMX_SetConfig() function\n",__LINE__);
362 APP_DPRINT ("Error from SendCommand-Idle(Init) State function - error = %d\n",error);
367 APP_DPRINT("%d :: App :: About to call WaitForState to change to Idle\n",__LINE__);
369 APP_DPRINT("%d :: App :: state changed to Idle\n",__LINE__);
371 APP_DPRINT( "Error: hAmrEncoder->WaitForState reports an error %X\n", error);
377 APP_DPRINT("%d :: G722 DECODER RUNNING UNDER FILE MODE\n",__LINE__);
380 APP_DPRINT ( "Error: failed to create the output file \n");
383 APP_DPRINT("%d :: Op File has created\n",__LINE__);
407 APP_DPRINT ("Error from SendCommand-Executing State function\n");
411 APP_DPRINT("%d :: App :: About to call WaitForState to change to Executing\n",__LINE__);
418 APP_DPRINT( "Error: WaitForState reports an error %X\n", error);
421 APP_DPRINT("%d :: App :: state changed to Executing\n",__LINE__);
467 APP_DPRINT ("Sending the StateLoaded Command\n");
475 APP_DPRINT ("%d:: Error in Free Input Buffers function\n",__LINE__);
481 APP_DPRINT ("%d:: Error in Free Output Buffers function\n",__LINE__);
490 APP_DPRINT ("%d:: Error from SendCommand-Idle State function\n",__LINE__);
497 APP_DPRINT ("%d :: AmrDecTest.c :: Error from SendCommand-Idle State function\n",__LINE__);
513 APP_DPRINT ("%d [G722Dec Test] - send command to audio manager\n",__LINE__);
518 APP_DPRINT ("%d:: Error in Free Handle function\n",__LINE__);
521 APP_DPRINT ("%d:: Free Handle returned Successfully \n\n\n\n",__LINE__);
538 APP_DPRINT("APP: Error in Deinit Core function\n");
561 APP_DPRINT("------------------------------------------------------\n");
562 APP_DPRINT("This is Main Thread In G722 DECODER Test Application:\n");
563 APP_DPRINT("Test Core 1.5 - " __DATE__ ":" __TIME__ "\n");
564 APP_DPRINT("------------------------------------------------------\n");
598 APP_DPRINT("%d :: App: nIpBuf = %d\n",__LINE__, *nIpBuffs);
600 APP_DPRINT("%d :: App: nIpBufSize = %d\n",__LINE__, *nIpBufSize);
602 APP_DPRINT("%d :: App: nOpBuf = %d\n",__LINE__, *nOpBuffs);
604 APP_DPRINT("%d :: App: nOpBufSize = %d\n",__LINE__, *nOpBufSize);
665 APP_DPRINT( "Still Waiting, press CTL-C to continue\n");
713 APP_DPRINT ("------> OMX_EventResourcesAcquired <--------\n");
719 APP_DPRINT ("------> OMX_EventCmdComplete<--------\n");
723 APP_DPRINT ("------> OMX_EventMax<--------\n");
725 APP_DPRINT ("------> OMX_EventMark<--------\n");
728 APP_DPRINT ("------> OMX_EventPortSettingsChanged <--------\n");
731 APP_DPRINT ("------> OMX_EventComponentResumed <--------\n");
734 APP_DPRINT ("------> OMX_EventDynamicResourcesAvailable <--------\n");
739 APP_DPRINT ("------> OMX_EventError <--------\n");
740 APP_DPRINT ( "%d :: G722DecTest.c Event: OMX_EventError. Component State Changed To %s. Target %s\n", __LINE__, strState, strTargetState);
742 APP_DPRINT ("------> \tprocess on OMX_ErrorResourcesPreempted<--------\n");
748 APP_DPRINT ("------> \tnothing to process on OMX_EnentError <--------\n");
752 APP_DPRINT ("------> OMX_EventBufferFlag <--------\n");
753 APP_DPRINT ( "%d :: G722DecTest.c Event: OMX_EventBufferFlag. Component State Changed To %s. Target %s\n", __LINE__, strState, strTargetState);
760 APP_DPRINT ("------> Unknown event <--------\n");
866 APP_DPRINT("\n*****************************************************\n");
867 APP_DPRINT ("%d :: App:: pBuffer->pBuffer = %p pBuffer->nAllocLen = * %ld, nRead = %d, totalread = %d\n",
869 APP_DPRINT("\n*****************************************************\n");
1264 APP_DPRINT("%d :: About to call OMX_AllocateBuffer On Input\n",__LINE__);
1266 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
1268 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
1277 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
1289 APP_DPRINT("%d :: About to call OMX_UseBuffer On Input\n",__LINE__);
1293 APP_DPRINT("%d :: Error returned by OMX_UseBuffer()\n",__LINE__);
1305 APP_DPRINT("%d :: About to call OMX_UseBuffer On Output\n",__LINE__);
1309 APP_DPRINT("%d :: Error returned by OMX_UseBuffer()\n",__LINE__);
1345 APP_DPRINT ( " : Error \n");
1350 APP_DPRINT ("%d :: BasicFn App Timeout !!!!!!!!!!! \n",__LINE__);
1362 APP_DPRINT("%d :: APP: input buffer received, filled length = %d\n",__LINE__,(int)pBuffer->nFilledLen);
1373 APP_DPRINT("Shutting down ---------- \n");
1482 APP_DPRINT("%d :: APP: input buffer received, filled length = %d\n",__LINE__,(int)pBuffer->nFilledLen);
1496 APP_DPRINT("%d :: ### Running Simple DEFAULT Case Here ###\n",__LINE__);
1509 APP_DPRINT("%d :: APP: output buffer received, filled length = %d, totalfilled = %d\n",__LINE__,(int)pBuf->nFilledLen,totalFilled);
1511 APP_DPRINT("%d :: APP: output buffer received, filled length = %d, totalfilled = %d\n",__LINE__,(int)pBuf->nFilledLen,totalFilled);
1532 APP_DPRINT ("%d :: G722DecTest.c :: Error in Free Handle function\n",__LINE__);
1540 APP_DPRINT ("%d:: Error in Free Handle function\n",__LINE__);
1547 APP_DPRINT("%d :: AmrDecTest.c :: Freeing the App Allocated Buffers in TestApp\n",__LINE__);
1582 APP_DPRINT("%d :: G722DecTest.c :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
1612 APP_DPRINT ("%d :: G722DecTest.c :: Error from SendCommand-Idle State function\n",__LINE__);
1620 APP_DPRINT( "%d :: G722DecTest.c :: Error: WaitForState reports an error %X\n",__LINE__, error);
1814 APP_DPRINT("%d :: App: Freeing %p %s BufHeader\n",__LINE__,pBufferHeader[i], sBuffTypeMsg);
1817 APP_DPRINT ("%d:: Error in Free Handle function\n",__LINE__);