1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Support for Intel Camera Imaging ISP subsystem. 4 * Copyright (c) 2015, Intel Corporation. 5 */ 6 7 #ifndef __IA_CSS_STREAM_FORMAT_H 8 #define __IA_CSS_STREAM_FORMAT_H 9 10 /* @file 11 * This file contains formats usable for ISP streaming input 12 */ 13 14 #include <type_support.h> /* bool */ 15 #include "../../../include/linux/atomisp_platform.h" 16 17 unsigned int ia_css_util_input_format_bpp( 18 enum atomisp_input_format format, 19 bool two_ppc); 20 21 #endif /* __ATOMISP_INPUT_FORMAT_H */ 22