Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstquery.c1941 } AllocationParam; typedef
1944 allocation_param_free (AllocationParam * ap) in allocation_param_free()
1964 AllocationParam ap; in gst_query_add_allocation_param()
1972 sizeof (AllocationParam), (GDestroyNotify) allocation_param_free); in gst_query_add_allocation_param()
2008 sizeof (AllocationParam), (GDestroyNotify) allocation_param_free); in gst_query_get_n_allocation_params()
2029 AllocationParam *ap; in gst_query_parse_nth_allocation_param()
2035 sizeof (AllocationParam), (GDestroyNotify) allocation_param_free); in gst_query_parse_nth_allocation_param()
2038 ap = &g_array_index (array, AllocationParam, index); in gst_query_parse_nth_allocation_param()
2063 AllocationParam *old, ap; in gst_query_set_nth_allocation_param()
2069 sizeof (AllocationParam), (GDestroyNotify) allocation_param_free); in gst_query_set_nth_allocation_param()
[all …]