mp4dechwd_generic.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. -- Abstract :
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: mp4dechwd_generic.h,v $
  23. -- $Date: 2009/05/15 08:35:52 $
  24. -- $Revision: 1.1 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. /*------------------------------------------------------------------------------
  28. Table of context
  29. ------------------------------------------------------------------------------*/
  30. #ifndef STRMDEC_SUSI_H
  31. #define STRMDEC_SUSI_H
  32. #include "basetype.h"
  33. #include "mp4dechwd_container.h"
  34. u32 StrmDec_DecodeCustomHeaders(DecContainer * pDecContainer);
  35. void ProcessUserData(DecContainer * pDecContainer);
  36. void ProcessHwOutput( DecContainer * pDecCont );
  37. void SetStrmFmt( DecContainer * pDecCont, u32 strmFmt );
  38. void SetConformanceFlags( DecContainer * pDecCont );
  39. void SetConformanceRegs( DecContainer * pDecCont );
  40. void SetCustomInfo(DecContainer * pDecCont, u32 width, u32 height ) ;
  41. #endif /* STRMDEC_SUSI_H */