?? ipu_prp_sw.h
字號:
/* * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. *//* * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-license.html * http://www.gnu.org/copyleft/gpl.html *//*! * @file ipu_prp_sw.h * * @brief This file contains the IPU PRP use case driver header. * * @ingroup IPU */#ifndef _INCLUDE_IPU__PRP_SW_H_#define _INCLUDE_IPU__PRP_SW_H_int prp_enc_select(void *private);int prp_enc_deselect(void *private);int prp_vf_adc_select(void *private);int prp_vf_sdc_select(void *private);int prp_vf_sdc_select_bg(void *private);int prp_vf_adc_deselect(void *private);int prp_vf_sdc_deselect(void *private);int prp_vf_sdc_deselect_bg(void *private);int prp_still_select(void *private);int prp_still_deselect(void *private);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -