windows-nt/Source/XPSP1/NT/drivers/wdm/vbi/cc/defaults.h

27 lines
854 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
// Copyright (c) 1992 - 1996 Microsoft Corporation. All Rights Reserved.
//
//==========================================================================;
#ifndef __DEFAULTS_H
#define __DEFAULTS_H
#define CCSamples 2
#define VBISamples ( 800 * 2 )
#define VBIStart 10
#define VBIEnd 21
#define VBILines ( VBIEnd - VBIStart + 1 )
#define SamplingFrequency 28636363
typedef struct _ALL_STREAM_INFO {
HW_STREAM_INFORMATION hwStreamInfo;
HW_STREAM_OBJECT hwStreamObject;
} ALL_STREAM_INFO, *PALL_STREAM_INFO;
#endif