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.

26 lines
1.7 KiB

  1. /******************************************************************************\
  2. * *
  3. * HWIF.H - Hardware abstraction level library. *
  4. * *
  5. * Copyright (c) C-Cube Microsystems 1996 *
  6. * All Rights Reserved. *
  7. * *
  8. * Use of C-Cube Microsystems code is governed by terms and conditions *
  9. * stated in the accompanying licensing statement. *
  10. * *
  11. \******************************************************************************/
  12. void InitializeHost(PHW_STREAM_REQUEST_BLOCK pSrb );
  13. BOOL InitializeOutputStream( PHW_STREAM_REQUEST_BLOCK pSrb );
  14. void ProcessVideoFormat( PKSDATAFORMAT pfmt, PHW_DEVICE_EXTENSION pHwDevExt );
  15. void OpenOutputStream(PHW_STREAM_REQUEST_BLOCK pSrb);
  16. void Close_OutputStream(PHW_DEVICE_EXTENSION pHwDevExt);
  17. void UnIntializeOutputStream(PHW_STREAM_REQUEST_BLOCK pSrb);
  18. void CloseOutputStream(PHW_STREAM_REQUEST_BLOCK pSrb);
  19. void InitDevProp(PHW_STREAM_REQUEST_BLOCK pSrb,PKSPROPERTY_SET psEncore);
  20. void DisableThresholdInt();
  21. BOOL Aborted();
  22. void EnableVideo(PHW_STREAM_REQUEST_BLOCK pSrb);
  23. void Close_OutputStream();
  24. void XferData(PHW_STREAM_REQUEST_BLOCK pSrb,PHW_DEVICE_EXTENSION pHwDevExt,DWORD dwPageToSend,
  25. DWORD dwCurrentSample);
  26. void FinishCurrentPacketAndSendNextOne( PHW_DEVICE_EXTENSION pHwDevExt );