Searched refs:GstGLQuery (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglquery.h | 62 void gst_gl_query_init (GstGLQuery * query, 66 void gst_gl_query_unset (GstGLQuery * query); 68 GstGLQuery * gst_gl_query_new (GstGLContext * context, 71 void gst_gl_query_free (GstGLQuery * query); 74 void gst_gl_query_start (GstGLQuery * query); 76 void gst_gl_query_end (GstGLQuery * query); 78 void gst_gl_query_counter (GstGLQuery * query); 80 guint64 gst_gl_query_result (GstGLQuery * query); 136 gst_gl_query_start_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_start_log() 147 gst_gl_query_counter_log(GstGLQuery * query, GstDebugCategory * cat, in gst_gl_query_counter_log()
|
D | gstglquery.c | 116 GstGLQuery *query = user_data; in _log_time() 133 gst_gl_query_init (GstGLQuery * query, GstGLContext * context, in gst_gl_query_init() 170 gst_gl_query_unset (GstGLQuery * query) in gst_gl_query_unset() 203 GstGLQuery * 206 GstGLQuery *query = g_new0 (GstGLQuery, 1); in gst_gl_query_new() 222 gst_gl_query_free (GstGLQuery * query) in gst_gl_query_free() 239 gst_gl_query_start (GstGLQuery * query) in gst_gl_query_start() 270 gst_gl_query_end (GstGLQuery * query) in gst_gl_query_end() 300 gst_gl_query_counter (GstGLQuery * query) in gst_gl_query_counter() 328 gst_gl_query_result (GstGLQuery * query) in gst_gl_query_result()
|
D | gstgl_fwd.h | 103 typedef struct _GstGLQuery GstGLQuery; typedef
|
D | gstglbasememory.h | 119 GstGLQuery *query;
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglquery.c | 59 GstGLQuery q1; in _test_query_init_gl() 77 GstGLQuery q1; in _test_query_init_invalid_query_gl() 94 GstGLQuery *q1; in _test_query_new_gl() 112 GstGLQuery *q1; in _test_query_time_elapsed_gl() 137 GstGLQuery *q1; in _test_query_start_log_gl() 161 GstGLQuery q2; in _test_query_timestamp_gl() 186 GstGLQuery q2; in _test_query_counter_log_gl() 209 GstGLQuery *q1; in _test_query_start_free_gl() 231 GstGLQuery *q1; in _test_query_start_result_gl() 255 GstGLQuery *q1; in _test_query_start_start_gl() [all …]
|
D | struct_aarch64.h | 125 {"GstGLQuery", sizeof (GstGLQuery), 176},
|
D | struct_ppc64.h | 127 {"GstGLQuery", sizeof (GstGLQuery), 176},
|
D | struct_arm.h | 125 {"GstGLQuery", sizeof (GstGLQuery), 176},
|
D | struct_x86_64.h | 125 {"GstGLQuery", sizeof (GstGLQuery), 176},
|
D | struct_i386.h | 125 {"GstGLQuery", sizeof (GstGLQuery), 176},
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 24911 GstGLQuery
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 66965 GstGLQuery
|