Source code of Windows XP (NT5)
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.

38 lines
1.8 KiB

  1. /*******************************************************************
  2. *
  3. * MPVIDEO.H
  4. *
  5. * Copyright (C) 1995 SGS-THOMSON Microelectronics.
  6. *
  7. *
  8. * Prototypes for MPVIDEO.C
  9. *
  10. *******************************************************************/
  11. #ifndef __MPVIDEO_H__
  12. #define __MPVIDEO_H__
  13. VOID VideoEnableInterrupts(IN PVOID);
  14. VOID VideoTimerCallBack(PHW_STREAM_OBJECT pstrm);
  15. ULONG miniPortVideoStop (PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  16. ULONG miniPortVideoSetStc(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  17. ULONG miniPortVideoSetAttribute(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  18. ULONG miniPortVideoQueryInfo (PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  19. ULONG miniPortVideoPlay(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  20. ULONG miniPortVideoPause(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  21. VOID miniPortVideoPacket(PHW_STREAM_REQUEST_BLOCK);
  22. ULONG miniPortVideoGetStc(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  23. ULONG miniPortVideoGetAttribute(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  24. ULONG miniPortVideoEndOfStream(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  25. ULONG miniPortVideoDisable(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  26. ULONG miniPortVideoEnable(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  27. ULONG miniPortClearVideoBuffer(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  28. ULONG miniPortCancelVideo(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  29. ULONG miniPortVideoReset(PHW_STREAM_REQUEST_BLOCK, PHW_DEVICE_EXTENSION);
  30. VOID miniPortSetState(PHW_STREAM_REQUEST_BLOCK pSrb);
  31. VOID mpstCtrlCommandComplete(PHW_STREAM_REQUEST_BLOCK pSrb);
  32. void VideoPacketStub(PHW_STREAM_OBJECT pstrm);
  33. VOID miniPortGetProperty(PHW_STREAM_REQUEST_BLOCK pSrb);
  34. void StubMpegEnableIRQ(PHW_STREAM_OBJECT pstrm);
  35. #endif //__MPVIDEO_H__