Home | History | Annotate | Download | only in tests

Lines Matching defs:PRINT

51 #define PRINT printf
55 #define PRINT(str,args...) fprintf(stdout,"[%s] %s():%d: *** "str"",__FILE__,__FUNCTION__,__LINE__,##args)
57 #define PRINT(str, args...)
106 PRINT("411 file new nWidth %d \n", nWidth);
110 PRINT("new nHeight %d \n", nHeight);
198 PRINT ("Size is %d \n", (int)lSize);
228 PRINT("MARKER IS %x\n",marker);
234 PRINT("too many padding bytes\n");
244 PRINT("too many padding bytes!");
259 PRINT("invalid marker");
264 PRINT("Could not allocate memory");
277 PRINT("Premature end of file?");
280 PRINT("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
292 PRINT("No image in jpeg!\n");
312 PRINT("nProgressive IMAGE!\n");
354 PRINT("JPEG image is %uw * %uh,\n", Get16m(Data+3), Get16m(Data+5) );
357 PRINT("THIS IS A YUV 411 ENCODED IMAGE \n" );
399 PRINT("eEvent = %x, nData1 = %x\n\n", eEvent, (unsigned int)nData1);
403 PRINT ("Component State Changed To %ld\n", data2);
415 PRINT("APP:: OMX_ErrorResourcesPreempted !\n\n");
455 PRINT("OutBufHeader %p, pBuffer = %p\n", pBuffHead, pBuffHead->pBuffer);
458 PRINT ("Error while writing in OpBuf_pipe from app\n");
473 PRINT ("Error while writing in IpBuf_pipe from EmptyBufferDone\n");
489 PRINT(" checking buf address %x\n", (unsigned int)pBuf->pBuffer);
506 PRINT ("printing lsize %d \n", (int) lBuffUsed);
507 PRINT( "Read %d bytes from file\n", nRead);
549 PRINT("Waiting: Desired Event = %x, Desired State = %x \n",DesiredEvent, DesiredState);
560 PRINT("OMX_EventCmdComplete :: nData2 = %x\n", (unsigned int)EventPrivate.nData2);
580 PRINT("Exit from Wait For Event function JPEGD\n");
747 PRINT("Pipe InBuf_Pipe just created\n");
753 PRINT("Pipe OpBuf_Pipe just created\n");
760 PRINT("Pipe Event_Pipe just created\n");
778 PRINT("%d :: Error returned by TIOMX_Init()\n",__LINE__);
789 PRINT("Opening input & output file\n");
795 PRINT("Error: failed to create the output file %S\n",
803 PRINT("Error: failed to open the file %s for readonly\n" \
816 PRINT("APP:: File %s opened \n" , szInFile);
828 PRINT("Calling TIOMX_GetHandle\n");
905 PRINT("Calling OMX_SetParameter\n");
969 PRINT("nWidth and nHeight = %d and %d\n",nWidth,nHeight);
975 PRINT("color format is %d\n", pOutPortDef->format.image.eColorFormat);
1221 PRINT("pSubRegionDecode set\n");
1245 PRINT("APP:: AllocateBuff Hdr = %p ; pBuffer = %p\n", pOutBuffHead[nBufferHdrSend], pOutBuffHead[nBufferHdrSend]->pBuffer);
1259 PRINT("Transitioned to IDLE State\n");
1260 /*PRINT("from loaded to idle: %ld %ld %ld %ld\n", tv1.tv_sec, tv1.tv_usec, tv2.tv_sec, tv2.tv_usec);*/
1272 PRINT("Transitioned to EXECUTE State\n");
1273 /*PRINT("from idle to exec: %ld %ld %ld %ld\n", tv1.tv_sec, tv1.tv_usec, tv2.tv_sec, tv2.tv_usec);*/
1304 PRINT("\n\n\n*******************************************\n\n\n");
1379 PRINT("%d ::App: Read from OpBuf_Pipe OutBufHeader %p, nFilledLen = %d\n", __LINE__, pBuf, (int)pBuf->nFilledLen);
1389 PRINT("\n\n\n*******************************************\n\n\n");
1395 PRINT("---------------------------- Output Buff FRAME %d ----------------------------\n", nFramesDecoded);
1410 PRINT("APP:: Sending back to Idle\n");
1513 PRINT("Closing Output File\n");
1522 PRINT("Closing Input File\n");
1545 PRINT("Error returned by OMX_Init()\n");