⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 precomp.h

📁 Samsung公司S3C6400芯片的BSP源码包
💻 H
字号:
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
/*++
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.

Module Name:

Abstract:

Notes:
--*/

#include <windows.h>
#include <types.h>
#include <winddi.h>
#include <ddrawi.h>
#include <ddgpe.h>
#include <emul.h>
#include <ddhfuncs.h>
#include <ceddk.h>
#include <dvp.h>
#include <image_cfg.h>
#include <bsp.h>
#include "ddgpeusr.h"
#include "mediatype.h"
#include "s3c6400_disp.h"
#include "s3c6400_display_con.h"
#include "s3c6400_ldi.h"
#include "s3c6400_post_proc.h"
#include "s3c6400_tv_scaler.h"
#include "s3c6400_tv_encoder.h"
#include "fimgse2d.h"

#ifdef	REMOVE_BEFORE_RELEASE
#define DDHAL_MSG(x)
#define DDHAL_INF(x)
#define DDHAL_ERR(x)	RETAILMSG(TRUE, x)

#define DISPDRV_MSG(x)
#define DISPDRV_INF(x)
#define DISPDRV_ERR(x)	RETAILMSG(TRUE, x)
#else
//#define DDHAL_MSG(x)	RETAILMSG(TRUE, x)
#define DDHAL_MSG(x)
#define DDHAL_INF(x)	RETAILMSG(TRUE, x)
//#define DDHAL_INF(x)
#define DDHAL_ERR(x)	RETAILMSG(TRUE, x)
//#define DDHAL_ERR(x)

//#define DISPDRV_MSG(x)	RETAILMSG(TRUE, x)
#define DISPDRV_MSG(x)
#define DISPDRV_INF(x)	RETAILMSG(TRUE, x)
//#define DISPDRV_INF(x)
#define DISPDRV_ERR(x)	RETAILMSG(TRUE, x)
//#define DISPDRV_ERR(x)
#endif

#define G2D_ACCELERATE	(TRUE)
#define G2D_MSG	(FALSE)
#define G2D_PROFILE (FALSE)
#define	G2D_LINE_PROFCODE	(1234)

#if G2D_PROFILE
#include "rop_profiler.h"
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -