2012-01-12 11:46:34 +00:00
|
|
|
/*
|
|
|
|
* gstvaapidisplaycache.h - VA display cache
|
|
|
|
*
|
2013-11-22 05:37:12 +00:00
|
|
|
* Copyright (C) 2012-2013 Intel Corporation
|
2013-11-22 04:57:18 +00:00
|
|
|
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
|
2012-01-12 11:46:34 +00:00
|
|
|
*
|
|
|
|
* 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; either version 2.1
|
|
|
|
* of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* 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 GSTVAAPIDISPLAYCACHE_H
|
|
|
|
#define GSTVAAPIDISPLAYCACHE_H
|
|
|
|
|
2014-01-23 09:20:40 +00:00
|
|
|
#include "libgstvaapi_priv_check.h"
|
2012-01-12 11:46:34 +00:00
|
|
|
#include <gst/vaapi/gstvaapidisplay.h>
|
|
|
|
|
2013-12-20 12:27:07 +00:00
|
|
|
typedef struct _GstVaapiDisplayCache GstVaapiDisplayCache;
|
2012-01-12 11:46:34 +00:00
|
|
|
|
2013-07-26 11:57:35 +00:00
|
|
|
G_GNUC_INTERNAL
|
2012-01-12 11:46:34 +00:00
|
|
|
GstVaapiDisplayCache *
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_new (void);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
2013-07-26 11:57:35 +00:00
|
|
|
G_GNUC_INTERNAL
|
2012-01-12 11:46:34 +00:00
|
|
|
void
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_free (GstVaapiDisplayCache * cache);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
2013-07-26 11:57:35 +00:00
|
|
|
G_GNUC_INTERNAL
|
2012-01-12 11:46:34 +00:00
|
|
|
guint
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_get_size (GstVaapiDisplayCache * cache);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
2013-07-26 11:57:35 +00:00
|
|
|
G_GNUC_INTERNAL
|
2012-01-12 11:46:34 +00:00
|
|
|
gboolean
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_add (GstVaapiDisplayCache * cache,
|
|
|
|
GstVaapiDisplayInfo * info);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
2013-07-26 11:57:35 +00:00
|
|
|
G_GNUC_INTERNAL
|
2012-01-12 11:46:34 +00:00
|
|
|
void
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_remove (GstVaapiDisplayCache * cache,
|
|
|
|
GstVaapiDisplay * display);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
|
|
|
const GstVaapiDisplayInfo *
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_lookup (GstVaapiDisplayCache
|
|
|
|
* cache, GstVaapiDisplay * display);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
2013-05-24 14:12:01 +00:00
|
|
|
const GstVaapiDisplayInfo *
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_lookup_custom (GstVaapiDisplayCache * cache,
|
|
|
|
GCompareFunc func, gconstpointer data, guint display_types);
|
2013-05-24 14:12:01 +00:00
|
|
|
|
2012-01-12 11:46:34 +00:00
|
|
|
const GstVaapiDisplayInfo *
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_lookup_by_va_display (GstVaapiDisplayCache * cache,
|
|
|
|
VADisplay va_display);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
|
|
|
const GstVaapiDisplayInfo *
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_lookup_by_native_display (GstVaapiDisplayCache *
|
|
|
|
cache, gpointer native_display, guint display_types);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
|
|
|
const GstVaapiDisplayInfo *
|
2013-12-20 12:27:07 +00:00
|
|
|
gst_vaapi_display_cache_lookup_by_name (GstVaapiDisplayCache * cache,
|
|
|
|
const gchar * display_name, guint display_types);
|
2012-01-12 11:46:34 +00:00
|
|
|
|
|
|
|
#endif /* GSTVAAPIDISPLAYCACHE_H */
|