Searched refs:gst_gl_query_new (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglquery.c | 97 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIMESTAMP); in _test_query_new_gl() 114 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _test_query_time_elapsed_gl() 139 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _test_query_start_log_gl() 212 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _test_query_start_free_gl() 234 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _test_query_start_result_gl() 258 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _test_query_start_start_gl() 282 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _test_query_end_gl() 302 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _test_query_end_end_gl()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglquery.h | 68 GstGLQuery * gst_gl_query_new (GstGLContext * context,
|
D | gstglquery.c | 204 gst_gl_query_new (GstGLContext * context, GstGLQueryType query_type) in gst_gl_query_new() function
|
D | gstglbasememory.c | 102 gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _mem_create_gl()
|