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

📄 msapi_rld.h

📁 mstar 776 开发的车载dvd
💻 H
字号:
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006-2007 MStar Semiconductor, Inc.
// All rights reserved.
//
// Unless otherwise stipulated in writing, any and all information contained
// herein regardless in any format shall remain the sole proprietary of
// MStar Semiconductor Inc. and be kept in strict confidence
// (¨MStar Confidential Information〃) by the recipient.
// Any unauthorized act including without limitation unauthorized disclosure,
// copying, use, reproduction, sale, distribution, modification, disassembling,
// reverse engineering and compiling of the contents of MStar Confidential
// Information is unlawful and strictly prohibited. MStar hereby reserves the
// rights to any and all damages, losses, costs and expenses resulting therefrom.
//
////////////////////////////////////////////////////////////////////////////////

#ifndef MSAPI_RLD_H
#define MSAPI_RLD_H

#ifdef MSAPI_RLD_C
#define INTERFACE
#else
#define INTERFACE extern
#endif

//****************************************************************************
//                   Structures                                              * 
//****************************************************************************
typedef struct
{
    U8  u8OutputFormat;
    U8  u8EnlargeRaio;
    U8  u8TransparentKey;

    U16 u16TopFieldLength;
    U16 u16BottomFieldLength;

    U32 u32TopFieldAddress;
    U32 u32BottomFieldAddress;

    U32 u32OutputAddress;

    U16 u16RegionWidth;
    U16 u16RegionHeight;

    U16 u16RegionPitch;// 16 byte alignment;

    U16 u16ObjectXOffset; // relatively to the region position
    U16 u16ObjectYOffset;

    U8  u8RegionOffset;
    U8  u8RegionDepth;
    U8  u8RegionColorKeyBG;
    U8  u8RegionColorKeyFG;	

#if 0
    U8  u8Table2to4[4];
    U8  u8Table2to8[4];
    U8  u8Table4to8[16];	
#endif

    U8  u8Patch;
} stRLDParameters, *PstRLDParameters;

//****************************************************************************
//                   Function Prototypes                                     * 
//****************************************************************************
INTERFACE U8 msAPI_STRLD_Run(PstRLDParameters pRLD);

#undef INTERFACE
#endif

⌨️ 快捷键说明

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