H264TestId.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 : Encoder setup according to a test vector
  17. --
  18. ------------------------------------------------------------------------------*/
  19. #ifndef __H264_TESTID_H__
  20. #define __H264_TESTID_H__
  21. /*------------------------------------------------------------------------------
  22. 1. Include headers
  23. ------------------------------------------------------------------------------*/
  24. #include "basetype.h"
  25. #include "H264Instance.h"
  26. #include "H264Slice.h"
  27. #include "H264RateControl.h"
  28. /*------------------------------------------------------------------------------
  29. 2. External compiler flags
  30. --------------------------------------------------------------------------------
  31. --------------------------------------------------------------------------------
  32. 3. Module defines
  33. ------------------------------------------------------------------------------*/
  34. /*------------------------------------------------------------------------------
  35. 4. Function prototypes
  36. ------------------------------------------------------------------------------*/
  37. void H264ConfigureTestBeforeStream(h264Instance_s * inst);
  38. void H264ConfigureTestBeforeFrame(h264Instance_s * inst);
  39. #endif