Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstquery.c1595 } AllocationPool; typedef
1598 allocation_pool_free (AllocationPool * ap) in allocation_pool_free()
1620 AllocationPool ap; in gst_query_add_allocation_pool()
1627 sizeof (AllocationPool), (GDestroyNotify) allocation_pool_free); in gst_query_add_allocation_pool()
1657 sizeof (AllocationPool), (GDestroyNotify) allocation_pool_free); in gst_query_get_n_allocation_pools()
1682 AllocationPool *ap; in gst_query_parse_nth_allocation_pool()
1688 sizeof (AllocationPool), (GDestroyNotify) allocation_pool_free); in gst_query_parse_nth_allocation_pool()
1691 ap = &g_array_index (array, AllocationPool, index); in gst_query_parse_nth_allocation_pool()
1721 AllocationPool *oldap, ap; in gst_query_set_nth_allocation_pool()
1727 sizeof (AllocationPool), (GDestroyNotify) allocation_pool_free); in gst_query_set_nth_allocation_pool()
[all …]