Path: blob/21.2-virgl/src/gallium/frontends/omx/tizonia/h264dinport_decls.h
4561 views
/**************************************************************************1*2* Permission is hereby granted, free of charge, to any person obtaining a3* copy of this software and associated documentation files (the4* "Software"), to deal in the Software without restriction, including5* without limitation the rights to use, copy, modify, merge, publish,6* distribute, sub license, and/or sell copies of the Software, and to7* permit persons to whom the Software is furnished to do so, subject to8* the following conditions:9*10* The above copyright notice and this permission notice (including the11* next paragraph) shall be included in all copies or substantial portions12* of the Software.13*14* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS15* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF16* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.17* IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR18* ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,19* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE20* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.21*22**************************************************************************/2324#ifndef H264DINPORT_DECLS_H25#define H264DINPORT_DECLS_H2627#include <OMX_TizoniaExt.h>28#include <OMX_Types.h>2930#include <tizavcport_decls.h>3132typedef struct h264d_inport h264d_inport_t;33struct h264d_inport34{35/* Object */36const tiz_avcport_t _;37};3839typedef struct h264d_inport_class h264d_inport_class_t;40struct h264d_inport_class41{42/* Class */43const tiz_avcport_class_t _;44/* NOTE: Class methods might be added in the future */45};4647#endif /* H264DINPORT_DECLS_H */484950