Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstquery.c78 #define GST_QUERY_STRUCTURE(q) (((GstQueryImpl *)(q))->structure) macro
194 s = GST_QUERY_STRUCTURE (query); in _gst_query_free()
212 s = GST_QUERY_STRUCTURE (query); in _gst_query_copy()
263 s = GST_QUERY_STRUCTURE (query); in gst_query_set_position()
289 structure = GST_QUERY_STRUCTURE (query); in gst_query_parse_position()
342 s = GST_QUERY_STRUCTURE (query); in gst_query_set_duration()
367 structure = GST_QUERY_STRUCTURE (query); in gst_query_parse_duration()
423 structure = GST_QUERY_STRUCTURE (query); in gst_query_set_latency()
447 structure = GST_QUERY_STRUCTURE (query); in gst_query_parse_latency()
510 structure = GST_QUERY_STRUCTURE (query); in gst_query_set_convert()
[all …]