Searched refs:AllocationMeta (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.c | 1772 } AllocationMeta; typedef 1775 allocation_meta_free (AllocationMeta * am) in allocation_meta_free() 1795 AllocationMeta am; in gst_query_add_allocation_meta() 1803 ensure_array (structure, GST_QUARK (META), sizeof (AllocationMeta), in gst_query_add_allocation_meta() 1831 ensure_array (structure, GST_QUARK (META), sizeof (AllocationMeta), in gst_query_get_n_allocation_metas() 1854 AllocationMeta *am; in gst_query_parse_nth_allocation_meta() 1860 ensure_array (structure, GST_QUARK (META), sizeof (AllocationMeta), in gst_query_parse_nth_allocation_meta() 1865 am = &g_array_index (array, AllocationMeta, index); in gst_query_parse_nth_allocation_meta() 1891 ensure_array (structure, GST_QUARK (META), sizeof (AllocationMeta), in gst_query_remove_nth_allocation_meta() 1922 ensure_array (structure, GST_QUARK (META), sizeof (AllocationMeta), in gst_query_find_allocation_meta() [all …]
|