msapi_rld.h

来自「mstar 776 开发的车载dvd」· C头文件 代码 · 共 73 行

H
73
字号
////////////////////////////////////////////////////////////////////////////////
//
// 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 + =
减小字号Ctrl + -
显示快捷键?