/* * GStreamer * Copyright (c) 2010, Texas Instruments Incorporated * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation * version 2.1 of the License. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __GST_DUCATI_H__ #define __GST_DUCATI_H__ #include #include #include #include #include #include #include #include #include #include G_BEGIN_DECLS GST_DEBUG_CATEGORY_EXTERN (gst_ducati_debug); #define GST_CAT_DEFAULT gst_ducati_debug void * gst_ducati_alloc_1d (gint sz); void * gst_ducati_alloc_2d (gint width, gint height); XDAS_Int16 gst_ducati_get_mem_type (SSPtr paddr); G_END_DECLS #endif /* __GST_DUCATI_H__ */