h264decapi_e.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 : API extension of H.264 Decoder
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: h264decapi_e.h,v $
  23. -- $Date: 2009/06/08 12:21:05 $
  24. -- $Revision: 1.1 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef __H264DECAPI_E_H__
  28. #define __H264DECAPI_E_H__
  29. #ifdef __cplusplus
  30. extern "C"
  31. {
  32. #endif
  33. #include "h264decapi.h"
  34. /*------------------------------------------------------------------------------
  35. Prototypes of Decoder API extension functions
  36. ------------------------------------------------------------------------------*/
  37. H264DecRet H264DecNextChPicture(H264DecInst decInst,
  38. u32 **pOutputPicture,
  39. u32 *outputPictureBusAddress);
  40. #ifdef __cplusplus
  41. }
  42. #endif
  43. #endif /* __H264DECAPI_E_H__ */