mpeg4asicdbgtrace.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*------------------------------------------------------------------------------
  2. -- --
  3. -- This software is confidential and proprietary and may be used --
  4. -- only as expressly authorized by a licensing agreement from --
  5. -- --
  6. -- Hantro Products Oy. --
  7. -- --
  8. -- (C) COPYRIGHT 2006 HANTRO PRODUCTS OY --
  9. -- ALL RIGHTS RESERVED --
  10. -- --
  11. -- The entire notice above must be reproduced --
  12. -- on all copies and should not be removed. --
  13. -- --
  14. --------------------------------------------------------------------------------
  15. --
  16. -- Description : Debug Trace funtions
  17. --
  18. ------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: mpeg4asicdbgtrace.h,v $
  23. -- $Revision: 1.2 $
  24. -- $Date: 2007/09/17 13:25:34 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef __MP4DBGTRACE_H__
  28. #define __MP4DBGTRACE_H__
  29. #include <stdio.h>
  30. #include "basetype.h"
  31. void MP4RegDump(const void *dwl);
  32. void WriteAsicCtrl(DecContainer * pDecContainer);
  33. void WriteAsicRlc(DecContainer * pDecContainer, u32 * halves, u32 * numAddr);
  34. void writePictureCtrl(DecContainer * pDecContainer, u32 * halves,
  35. u32 * numAddr);
  36. void writePictureCtrlHex( DecContainer *pDecContainer, u32 rlcMode);
  37. #ifdef _DEC_PP_USAGE
  38. void MP4DecPpUsagePrint(DecContainer *pDecCont,
  39. u32 ppmode,
  40. u32 picIndex,
  41. u32 decStatus,
  42. u32 picId);
  43. #endif
  44. #endif /* __DBGTRACE_H__ */