ppscale.h

来自「pxa270下的摄像头mtd91111的驱动」· C头文件 代码 · 共 22 行

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