Home | History | Annotate | Download | only in test

Lines Matching refs:DEBUG_PRINT

54 #define DEBUG_PRINT
58 #define DEBUG_PRINT printf
73 #define DEBUG_PRINT(...) printf(__VA_ARGS__)
288 DEBUG_PRINT("Waiting for event\n");
295 DEBUG_PRINT("Running .... get the event\n");
425 DEBUG_PRINT("EBD::Either EOS or Some Error while reading file\n");
459 DEBUG_PRINT("Inside %s fbd_cnt[%d] \n", __FUNCTION__, fbd_cnt);
467 DEBUG_PRINT("Error - No pBuffer to dequeue\n");
477 DEBUG_PRINT("Ignoring FillBufferDone\n");
526 DEBUG_PRINT
529 DEBUG_PRINT("\nFillBufferDone: Wrote %d YUV bytes to the file\n",
539 DEBUG_PRINT("***************************************************\n");
540 DEBUG_PRINT("FillBufferDone: End Of Stream Reached\n");
541 DEBUG_PRINT("***************************************************\n");
548 DEBUG_PRINT("***************************************************\n");
549 DEBUG_PRINT("FBD_THREAD bOutputEosReached %d\n",bOutputEosReached);
563 DEBUG_PRINT("Function %s \n", __FUNCTION__);
567 DEBUG_PRINT("\n OMX_EventCmdComplete \n");
571 DEBUG_PRINT("*********************************************\n");
572 DEBUG_PRINT("Recieved DISABLE Event Command Complete[%d]\n",nData2);
573 DEBUG_PRINT("*********************************************\n");
578 DEBUG_PRINT("*********************************************\n");
579 DEBUG_PRINT("Recieved ENABLE Event Command Complete[%d]\n",nData2);
580 DEBUG_PRINT("*********************************************\n");
587 DEBUG_PRINT("OMX_EventError \n");
592 DEBUG_PRINT("Invalid State or hardware error \n");
596 DEBUG_PRINT("Event error in the middle of Decode \n");
608 DEBUG_PRINT("OMX_EventPortSettingsChanged port[%d]\n",nData1);
629 DEBUG_PRINT("Function %s cnt[%d]\n", __FUNCTION__, ebd_cnt);
634 DEBUG_PRINT("*****EBD:Input EoS Reached************\n");
654 DEBUG_PRINT("Inside %s callback_count[%d] \n", __FUNCTION__, fbd_cnt);
1076 DEBUG_PRINT("Inside %s\n", __FUNCTION__);
1100 DEBUG_PRINT("file_type_option %d!\n", file_type_option);
1135 DEBUG_PRINT("Seq file %s is opened \n", seq_file_name);
1167 DEBUG_PRINT("Moving the decoder to idle state \n");
1176 DEBUG_PRINT("Moving the decoder to loaded state \n");
1179 DEBUG_PRINT("[OMX Vdec Test] - Deallocating i/p and o/p buffers \n");
1196 DEBUG_PRINT("[OMX Vdec Test] - Free handle decoder\n");
1205 DEBUG_PRINT("[OMX Vdec Test] - Terminate: De-initializing OMX \n");
1208 DEBUG_PRINT("[OMX Vdec Test] - Terminate: closing all files\n");
1243 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
1256 DEBUG_PRINT("\nInitializing OpenMAX Core....\n");
1269 DEBUG_PRINT("\nTotal components of role=%s :%d", role, total);
1280 DEBUG_PRINT("\nComponents of Role:%s\n", role);
1282 DEBUG_PRINT("\nComponent Name [%s]\n",vidCompNames[i]);
1321 DEBUG_PRINT("\nComponent %s is in LOADED state\n", vdecCompNames);
1328 DEBUG_PRINT("\n Number of decoder instances %d",
1342 DEBUG_PRINT("portParam.nPorts:%d\n", portParam.nPorts);
1343 DEBUG_PRINT("portParam.nStartPortNumber:%d\n", portParam.nStartPortNumber);
1346 DEBUG_PRINT("Set parameter immediately followed by getparameter");
1387 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
1390 DEBUG_PRINT("sizeof[%d]\n", sizeof(OMX_BUFFERHEADERTYPE));
1433 DEBUG_PRINT("\nDec: Min Buffer Count %d\n", portFmt.nBufferCountMin);
1434 DEBUG_PRINT("\nDec: Buffer Size %d\n", portFmt.nBufferSize);
1448 DEBUG_PRINT("\nDec: New Min Buffer Count %d", portFmt.nBufferCountMin);
1451 DEBUG_PRINT("\nVideo format, height = %d", portFmt.format.video.nFrameHeight);
1452 DEBUG_PRINT("\nVideo format, height = %d\n", portFmt.format.video.nFrameWidth);
1457 DEBUG_PRINT("\n Nal length is %d index %d",nalSize,OMX_IndexConfigVideoNalSize);
1459 DEBUG_PRINT("SETTING THE NAL SIZE to %d\n",naluSize.nNaluBytes);
1461 DEBUG_PRINT("\nOMX_SendCommand Decoder -> IDLE\n");
1465 DEBUG_PRINT("Transition to Idle State succesful...\n");
1474 DEBUG_PRINT("\nOMX_AllocateBuffer Input buffer success\n");
1481 DEBUG_PRINT("nMin Buffer Count=%d", portFmt.nBufferCountMin);
1482 DEBUG_PRINT("nBuffer Size=%d", portFmt.nBufferSize);
1497 DEBUG_PRINT("OMX_AllocateBuffer Output buffer success\n");
1513 DEBUG_PRINT("Decoder is in OMX_StateIdle and trying to call OMX_FreeHandle \n");
1525 DEBUG_PRINT("OMX_SendCommand Decoder -> Executing\n");
1535 DEBUG_PRINT("OMX_FillThisBuffer on output buf no.%d\n",bufCnt);
1543 DEBUG_PRINT("OMX_FillThisBuffer success!\n");
1559 DEBUG_PRINT("After Read_Buffer_From_RCV_File_Seq_Layer, "
1571 DEBUG_PRINT("After Read_Buffer pInputBufHdrs[0]->nFilledLen %d\n",
1589 DEBUG_PRINT("OMX_EmptyThisBuffer success!\n");
1607 DEBUG_PRINT("NO FRAME READ\n");
1620 DEBUG_PRINT("File is small::Either EOS or Some Error while reading file\n");
1634 DEBUG_PRINT("OMX_EmptyThisBuffer success!\n");
1654 DEBUG_PRINT("RECIEVED EVENT PORT TO DETERMINE IF DYN PORT RECONFIGURATION NEEDED, currentStatus %d\n",
1664 DEBUG_PRINT("PORT_SETTING_CHANGE_STATE\n");
1669 DEBUG_PRINT("FREEING BUFFERS\n");
1682 DEBUG_PRINT("DISABLE EVENT RECD\n");
1694 DEBUG_PRINT("Min Buffer Count=%d", portFmt.nBufferCountMin);
1695 DEBUG_PRINT("Buffer Size=%d", portFmt.nBufferSize);
1713 DEBUG_PRINT("OMX_AllocateBuffer Output buffer success\n");
1723 DEBUG_PRINT("ENABLE EVENT HANDLER RECD\n");
1726 DEBUG_PRINT("OMX_FillThisBuffer on output buf no.%d\n",bufCnt);
1734 DEBUG_PRINT("OMX_FillThisBuffer success!\n");
1745 DEBUG_PRINT("Decoder is in OMX_StateExecuting and trying to call OMX_FreeHandle \n");
1764 DEBUG_PRINT("Decoder is in OMX_StatePause and trying to call OMX_FreeHandle \n");
1783 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
1787 DEBUG_PRINT("pBufHdrs = %x,bufCntMin = %d\n", pBufHdrs, bufCntMin);
1792 DEBUG_PRINT("OMX_AllocateBuffer No %d \n", bufCnt);
1814 DEBUG_PRINT("[OMX Vdec Test] - Free handle decoder\n");
1823 DEBUG_PRINT("[OMX Vdec Test] - De-initializing OMX \n");
1826 DEBUG_PRINT("[OMX Vdec Test] - closing all files\n");
1833 DEBUG_PRINT("[OMX Vdec Test] - after free inputfile\n");
1839 DEBUG_PRINT("[OMX Vdec Test] - after free outputfile\n");
1846 DEBUG_PRINT("[OMX Vdec Test] - after free etb_queue \n");
1852 DEBUG_PRINT("[OMX Vdec Test] - after free iftb_queue\n");
1881 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
1886 DEBUG_PRINT("loop[%d] count[%d]\n",cnt,count);
1900 DEBUG_PRINT("Actual frame Size [%d] bytes_read using fread[%d]\n",
1904 DEBUG_PRINT("Bytes read Zero After Read frame Size \n");
1905 DEBUG_PRINT("Checking VideoPlayback Count:video_playback_count is:%d\n",
1926 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
1931 DEBUG_PRINT("Bytes read Zero After Read frame Size \n");
1932 DEBUG_PRINT("Checking VideoPlayback Count:video_playback_count is:%d\n",
1949 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
1957 DEBUG_PRINT("Bytes read Zero \n");
2011 DEBUG_PRINT("Failed to read frame or it might be EOF\n");
2044 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
2057 DEBUG_PRINT("Read_Buffer_From_RCV_File_Seq_Layer size_struct_C: %d\n", size_struct_C);
2067 DEBUG_PRINT("Read_Buffer_From_RCV_File_Seq_Layer size_struct_C: %d\n", size_struct_C);
2098 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
2100 DEBUG_PRINT("Read_Buffer_From_RCV_File - nOffset %d\n", pBufHdr->nOffset);
2106 DEBUG_PRINT("Read_Buffer_From_RCV_File - framesize %d %x\n", len, len);
2113 DEBUG_PRINT("Read_Buffer_From_RCV_File - framesize %d %x\n", len, len);
2118 DEBUG_PRINT("Read_Buffer_From_RCV_File - Non IDR frame key %x\n", key);
2127 DEBUG_PRINT("Read_Buffer_From_RCV_File - timeStamp %d\n", pBufHdr->nTimeStamp);
2147 DEBUG_PRINT("EOS reach or Reading error %d, %s \n", readOffset, strerror( errno ));
2173 DEBUG_PRINT("Inside %s \n", __FUNCTION__);
2185 DEBUG_PRINT("\n Bytes read Zero \n");
2233 DEBUG_PRINT("Inside %s filename=%s\n", __FUNCTION__, in_filename);
2242 DEBUG_PRINT("I/p file %s is opened \n", in_filename);
2255 DEBUG_PRINT("O/p file %s is opened \n", outputfilename);
2309 DEBUG_PRINT("drawBG success!\n");
2393 DEBUG_PRINT("Frame interlace type %d!\n", pExtraFrameInfo->interlaceType);
2396 DEBUG_PRINT("Interlaced Frame!\n");
2468 DEBUG_PRINT("render_fb complete!\n");