Home
last modified time | relevance | path

Searched refs:create_pool (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbufferpool.c28 create_pool (guint size, guint min_buf, guint max_buf) in create_pool() function
64 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST()
81 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST()
110 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST()
142 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST()
159 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST()
174 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST()
262 GstBufferPool *pool = create_pool (5, 4, 30); in GST_START_TEST()
284 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST()
/third_party/wayland_standard/tests/data/
Dexample-server.h1448 void (*create_pool)(struct wl_client *client, member