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

📄 ppscale.h

📁 pxa270下的摄像头mtd91111的驱动
💻 H
字号:
/* drivers/media/video/mx2ads/ppscale.h * * MX21 PP image scaling primitives * * Copyright (C) 2004 MontaVista Software, Inc. * * Author: MontaVista Software, Inc. *              source@mvista.com * * 2004 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express * or implied. */#ifndef __MX2ADS_EMMA_PP_SCALE_H__#define __MX2ADS_EMMA_PP_SCALE_H__int pp_rescale(int in_width, int in_height, int *out_width, int *out_height);#endif /* __MX2ADS_EMMA_PP_SCALE_H__ */

⌨️ 快捷键说明

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