1Legacy classifier identifies GPL-1.0 or GPL-3.0. 2EXPECTED:Copyright,GPL-2.0,MIT 3/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) AND MIT) */ 4/* 5 * compress_params.h - codec types and parameters for compressed data 6 * streaming interface 7 * 8 * Copyright (C) 2011 Intel Corporation 9 * Authors: Pierre-Louis Bossart <[email protected]> 10 * Vinod Koul <[email protected]> 11 * 12 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13 * 14 * This program is free software; you can redistribute it and/or modify 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation; version 2 of the License. 17 * 18 * This program is distributed in the hope that it will be useful, but 19 * WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 * General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License along 24 * with this program; if not, write to the Free Software Foundation, Inc., 25 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 26 * 27 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28 * 29 * The definitions in this file are derived from the OpenMAX AL version 1.1 30 * and OpenMAX IL v 1.1.2 header files which contain the copyright notice below. 31 * 32 * Copyright (c) 2007-2010 The Khronos Group Inc. 33 * 34 * Permission is hereby granted, free of charge, to any person obtaining 35 * a copy of this software and/or associated documentation files (the 36 * "Materials "), to deal in the Materials without restriction, including 37 * without limitation the rights to use, copy, modify, merge, publish, 38 * distribute, sublicense, and/or sell copies of the Materials, and to 39 * permit persons to whom the Materials are furnished to do so, subject to 40 * the following conditions: 41 * 42 * The above copyright notice and this permission notice shall be included 43 * in all copies or substantial portions of the Materials. 44 * 45 * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 46 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 47 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 48 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 49 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 50 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 51 * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. 52 * 53 */ 54 55