📄 msapi_video.c
字号:
////////////////////////////////////////////////////////////////////////////////
//
// 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.
//
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
/// @file msAPI_Video.h
/// @brief API for MVD Video
/// @author MStar Semiconductor, Inc.
//
////////////////////////////////////////////////////////////////////////////////
#define MSAPI_VIDEO_C
/******************************************************************************/
/* Header Files */
/* ****************************************************************************/
#include <stdio.h>
#include <string.h>
#include "DataType.h"
#include "board.h"
#include "hwreg.h"
#include "drvvop.h"
#include "drvscaler.h"
#include "drvADC.h"
#include "drvgop.h"
#include "msAPI_ADC.h"
#include "msAPI_Global.h"
#include "msAPI_Mode.h"
#include "msAPI_ACE.h"
#include "msAPI_Scaler.h"
#include "msAPI_ADC.h"
#include "msAPI_Video.h"
#include "msAPI_Timer.h"
#include "drvtimer.h"
#include "drvsys.h"
#include "drvcpu.h"
#undef MSAPI_VIDEO_C
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -