Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpromise.c95 #define GST_PROMISE_RESULT(p) (((GstPromiseImpl *)(p))->result) macro
136 ret = GST_PROMISE_RESULT (promise); in gst_promise_wait()
141 ret = GST_PROMISE_RESULT (promise); in gst_promise_wait()
175 if (GST_PROMISE_RESULT (promise) != GST_PROMISE_RESULT_PENDING && in gst_promise_reply()
176 GST_PROMISE_RESULT (promise) != GST_PROMISE_RESULT_INTERRUPTED) { in gst_promise_reply()
177 GstPromiseResult result = GST_PROMISE_RESULT (promise); in gst_promise_reply()
188 if (GST_PROMISE_RESULT (promise) == GST_PROMISE_RESULT_PENDING) { in gst_promise_reply()
197 GST_PROMISE_RESULT (promise) = GST_PROMISE_RESULT_REPLIED; in gst_promise_reply()
234 if (GST_PROMISE_RESULT (promise) != GST_PROMISE_RESULT_REPLIED) { in gst_promise_get_reply()
235 GstPromiseResult result = GST_PROMISE_RESULT (promise); in gst_promise_get_reply()
[all …]