📄 m24vacfg.h
字号:
/**************************************************************************
* Name : m24vacfg.h
* Title : M24VA Configuration
* Author : Dave Bartlett
* Created : 29/04/03
*
* Copyright : 2002 by Imagination Technologies. All rights reserved.
* : No part of this software, either material or conceptual
* : may be copied or distributed, transmitted, transcribed,
* : stored in a retrieval system or translated into any
* : human or computer language in any form by any means,
* : electronic, mechanical, manual or other-wise, or
* : disclosed to third parties without the express written
* : permission of VideoLogic Limited, Unit 8, HomePark
* : Industrial Estate, King's Langley, Hertfordshire,
* : WD4 8LZ, U.K.
*
* Description : Hardware definitions
*
* Platform :
*
Version : $Revision: 1.1 $
Modifications :
$Log: m24vacfg.h $
--- Revision Logs Removed ---
*/
#ifndef _M24VACFG_H_
#define _M24VACFG_H_
#define M24VA_CFG_NUM_FRAMES 4
#define M24VA_CFG_FRAME_BUF_BASE 0x00000000
#define M24VA_CFG_REG_REGION_BASE (0x000000)
#define M24VA_CFG_REG_REGION_TOP (0x7fffff)
#define M24VA_CFG_CMD_REGION_BASE (0x800000)
#define M24VA_CFG_CMD_REGION_TOP (0xbfffff)
#define M24VA_CFG_CMD_REGION_SIZE (0x3fffff)
#define M24VA_CFG_IDCT_REGION_BASE (0xc00000)
#define M24VA_CFG_IDCT_REGION_TOP (0xffffff)
#define M24VA_CFG_IDCT_REGION_SIZE (0x3fffff)
#endif /* _M24VACFG_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -