Home
last modified time | relevance | path

Searched refs:pulling (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c204 ogg_mux->pulling = NULL; in gst_ogg_mux_clear()
1698 ogg_mux->pulling ? ogg_mux->pulling->collect.pad : NULL); in gst_ogg_mux_process_best_pad()
1700 if (ogg_mux->pulling) { in gst_ogg_mux_process_best_pad()
1702 &ogg_mux->pulling->collect); in gst_ogg_mux_process_best_pad()
1704 ogg_mux->pulling->eos = FALSE; in gst_ogg_mux_process_best_pad()
1706 } else if (!ogg_mux->pulling->map.is_sparse) { in gst_ogg_mux_process_best_pad()
1707 GST_DEBUG_OBJECT (ogg_mux->pulling->collect.pad, "setting eos to true"); in gst_ogg_mux_process_best_pad()
1708 ogg_mux->pulling->eos = TRUE; in gst_ogg_mux_process_best_pad()
1714 if (best && best != ogg_mux->pulling) { in gst_ogg_mux_process_best_pad()
1728 if (ogg_mux->pulling && best && in gst_ogg_mux_process_best_pad()
[all …]
Dgstoggmux.h108 GstOggPadData *pulling; member
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dplugin_guidelines251 take a significant amount of time to execute, possibly pushing/pulling
283 Calling yield, pulling, pushing can potentially never return because a state change
284 might have happened, killing off execution of the plugin. pulling/pushing buffers
/third_party/python/Doc/library/
Dxml.dom.pulldom.rst15 basic concept involves pulling "events" from a stream of incoming XML and
18 responsible for explicitly pulling events from the stream, looping over those
/third_party/skia/third_party/externals/angle2/doc/
DUpdate20130618.md9 contributors pulling from the svn repository will continue to be able to do so,
/third_party/flutter/skia/third_party/externals/angle2/doc/
DUpdate20130618.md9 contributors pulling from the svn repository will continue to be able to do so,
/third_party/unity/extras/fixture/
Dreadme.md17 pulling in extras and leave you to do it as desired.
/third_party/boost/libs/spirit/doc/qi/
Dcomplex.qbk47 note that we are pulling in the placeholders from namespace
/third_party/openGLES/extensions/SGIX/
DSGIX_resample.txt69 incompatibility between tools pulling from the Khronos spec file
70 and tools pulling from the extension spec, the spec file has been
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_resample.txt69 incompatibility between tools pulling from the Khronos spec file
70 and tools pulling from the extension spec, the spec file has been
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/doc/wg-meetings/
D2015-01-30.md26 * domenic+group: pulling in patches from other sources where appropriate
/third_party/python/Tools/msi/
Dget_externals.bat86 echo.Use the --clean-only option to do the same cleaning, without pulling in
/third_party/openssl/doc/man7/
DRAND_DRBG.pod155 A DRBG instance seeds itself automatically, pulling random input from
205 call and reseed, pulling randomness from <master>.
261 In this case the missing randomness will be obtained by pulling random input
/third_party/openssl/doc/man3/
DRAND_DRBG_generate.pod61 A request for prediction resistance can only be satisfied by pulling fresh
/third_party/json/doc/mkdocs/docs/integration/
Dcmake.md36 # include(...) for pulling in other CMake projects anyways.
/third_party/python/PCbuild/
Dget_externals.bat112 echo.Use the --clean-only option to do the same cleaning, without pulling in
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasesink93 /* start or stop a pulling thread */

123456