Path: blob/21.2-virgl/src/gallium/frontends/omx/tizonia/h264einport.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 H264EINPORT_H25#define H264EINPORT_H2627void * h264e_inport_class_init(void * ap_tos, void * ap_hdl);28void * h264e_inport_init(void * ap_tos, void * ap_hdl);2930#endif /* H264EINPORT_H */313233