Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudautils.c69 run_query (GstElement * element, GstQuery * query, GstPadDirection direction) in run_query() function
103 if (run_query (element, query, GST_PAD_SRC)) { in find_cuda_context()
112 if (*cuda_ctx == NULL && run_query (element, query, GST_PAD_SINK)) { in find_cuda_context()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11utils.cpp288 run_query (GstElement * element, GstQuery * query, GstPadDirection direction) in run_query() function
321 if (run_query (element, query, GST_PAD_SRC)) { in run_d3d11_context_query()
333 if (*device == NULL && run_query (element, query, GST_PAD_SINK)) { in run_d3d11_context_query()