Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
3.7 KiB

  1. /* *************************************************************************
  2. ** INTEL Corporation Proprietary Information
  3. **
  4. ** This listing is supplied under the terms of a license
  5. ** agreement with INTEL Corporation and may not be copied
  6. ** nor disclosed except in accordance with the terms of
  7. ** that agreement.
  8. **
  9. ** Copyright (c) 1995 Intel Corporation.
  10. ** All Rights Reserved.
  11. **
  12. ** *************************************************************************
  13. ////////////////////////////////////////////////////////////////////////////
  14. //
  15. // $Author: KLILLEVO $
  16. // $Date: 10 Sep 1996 16:13:10 $
  17. // $Archive: S:\h26x\src\common\ccustmsg.h_v $
  18. // $Header: S:\h26x\src\common\ccustmsg.h_v 1.10 10 Sep 1996 16:13:10 KLILLEVO $
  19. // $Log: S:\h26x\src\common\ccustmsg.h_v $
  20. ;//
  21. ;// Rev 1.10 10 Sep 1996 16:13:10 KLILLEVO
  22. ;// added custom message in decoder to turn block edge filter on or off
  23. ;//
  24. ;// Rev 1.9 22 Jul 1996 14:46:16 BECHOLS
  25. ;//
  26. ;// fixed last comment.
  27. ;//
  28. ;// Rev 1.8 22 Jul 1996 14:38:08 BECHOLS
  29. ;//
  30. ;// Wrapped the comment section with /* ... */ /* so that Steve Ing won't
  31. ;// be hassled with changing this.
  32. ;//
  33. ;// Rev 1.7 22 May 1996 18:47:32 BECHOLS
  34. ;//
  35. ;// Added EC_RESET_TO_FACTORY_DEFAULTS.
  36. ;//
  37. ;// Rev 1.6 28 Apr 1996 17:48:04 BECHOLS
  38. ;// Added CODEC_CUSTOM_ENCODER_CONTROL.
  39. ;//
  40. ;// Rev 1.5 04 Jan 1996 10:09:16 TRGARDOS
  41. ;// Added bit flag to signal still image.
  42. ;//
  43. ;// Rev 1.4 27 Dec 1995 14:11:52 RMCKENZX
  44. ;//
  45. ;// Added copyright notice
  46. //
  47. // Rev 1.3 18 Dec 1995 13:49:06 TRGARDOS
  48. // Added bit flags for H.263 options.
  49. //
  50. // Rev 1.2 01 Dec 1995 12:37:12 TRGARDOS
  51. // Added defines for h.263 options.
  52. //
  53. // Rev 1.1 25 Oct 1995 20:12:42 TRGARDOS
  54. // Added bit field mask for bitrate controller.
  55. //
  56. // Rev 1.0 31 Jul 1995 12:55:18 DBRUCKS
  57. // rename files
  58. //
  59. // Rev 1.0 17 Jul 1995 14:43:54 CZHU
  60. // Initial revision.
  61. //
  62. // Rev 1.0 17 Jul 1995 14:14:18 CZHU
  63. // Initial revision.
  64. ////////////////////////////////////////////////////////////////////////////
  65. // ---------------------------------------------------------------------
  66. //
  67. // CODECUST.H include file for use with the Indeo codec.
  68. //
  69. // This file defines custom messages that the driver recognizes.
  70. //
  71. // Copyright 1994 - Intel Corporation
  72. //
  73. // ---------------------------------------------------------------------
  74. */
  75. // DRV_USER is defined in windows.h and mmsystem.h as 0x4000
  76. #define ICM_RESERVED_HIGH (DRV_USER+0x2000)
  77. #define CUSTOM_START (ICM_RESERVED_HIGH+1)
  78. // ---------------------------------------------------------------------
  79. // ---------------------------------------------------------------------
  80. // CODEC_CUSTOM_VIDEO_EFFECTS:
  81. // This message is used to control custom video effects, most of
  82. // which are common between the capture drivers and the codec drivers.
  83. //
  84. // See drvcomon.h (Supplied and maintained by Video Manager team)
  85. // ---------------------------------------------------------------------
  86. #define CODEC_CUSTOM_VIDEO_EFFECTS (CUSTOM_START+ 8)
  87. #define CODEC_CUSTOM_ENCODER_CONTROL (CUSTOM_START+ 9)
  88. #define APPLICATION_IDENTIFICATION_CODE (CUSTOM_START+10)
  89. #define CODEC_CUSTOM_DECODER_CONTROL (CUSTOM_START+11)
  90. #define CUSTOM_ENABLE_CODEC (CUSTOM_START+200)
  91. #define CODEC_CUSTOM_RATE_CONTROL 0x10000
  92. #define CODEC_CUSTOM_PB 0x20000
  93. #define CODEC_CUSTOM_AP 0x40000
  94. #define CODEC_CUSTOM_UMV 0x80000
  95. #define CODEC_CUSTOM_SAC 0x100000
  96. #define CODEC_CUSTOM_STILL 0x200000
  97. #define G723MAGICWORD1 0xf7329ace
  98. #define G723MAGICWORD2 0xacdeaea2