mpeg2hwd_headers.h 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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: mpeg2hwd_headers.h,v $
  23. -- $Date: 2007/06/28 07:27:50 $
  24. -- $Revision: 1.3 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. /*------------------------------------------------------------------------------
  28. Table of context
  29. 1. xxx...
  30. ------------------------------------------------------------------------------*/
  31. #ifndef MPEG2STRMDEC_DECODEHEADERS_H
  32. #define MPEG2STRMDEC_DECODEHEADERS_H
  33. #include "basetype.h"
  34. #include "mpeg2hwd_container.h"
  35. u32 mpeg2StrmDec_DecodeExtensionHeader(DecContainer * pDecContainer);
  36. u32 mpeg2StrmDec_DecodeSequenceHeader(DecContainer * pDecContainer);
  37. u32 mpeg2StrmDec_DecodeGOPHeader(DecContainer * pDecContainer);
  38. u32 mpeg2StrmDec_DecodePictureHeader(DecContainer * pDecContainer);
  39. u32 mpeg2StrmDec_DecodeSeqExtHeader(DecContainer * pDecContainer);
  40. u32 mpeg2StrmDec_DecodeSeqDisplayExtHeader(DecContainer * pDecContainer);
  41. u32 mpeg2StrmDec_DecodeQMatrixExtHeader(DecContainer * pDecContainer);
  42. u32 mpeg2StrmDec_DecodePicCodingExtHeader(DecContainer * pDecContainer);
  43. u32 mpeg2StrmDec_DecodePicDisplayExtHeader(DecContainer * pDecContainer);
  44. #endif /* #ifndef MPEG2STRMDEC_DECODEHEADERS_H */