Home
last modified time | relevance | path

Searched defs:feed_data (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc-stream2.c80 feed_data (GstElement * appsrc, guint size, App * app) in feed_data() function
Dappsrc-ra.c69 feed_data (GstElement * appsrc, guint size, App * app) in feed_data() function
Dappsrc-seekable.c73 feed_data (GstElement * appsrc, guint size, App * app) in feed_data() function
/third_party/python/Lib/asyncio/
Dstreams.py456 def feed_data(self, data): member in StreamReader