Searched refs:pulling (Results 1 – 25 of 129) sorted by relevance
123456
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 204 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 …]
|
D | gstoggmux.h | 108 GstOggPadData *pulling; member
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | plugin_guidelines | 251 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/ |
D | xml.dom.pulldom.rst | 15 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/ |
D | Update20130618.md | 9 contributors pulling from the svn repository will continue to be able to do so,
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | Update20130618.md | 9 contributors pulling from the svn repository will continue to be able to do so,
|
/third_party/unity/extras/fixture/ |
D | readme.md | 17 pulling in extras and leave you to do it as desired.
|
/third_party/boost/libs/spirit/doc/qi/ |
D | complex.qbk | 47 note that we are pulling in the placeholders from namespace
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_resample.txt | 69 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/ |
D | SGIX_resample.txt | 69 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/ |
D | 2015-01-30.md | 26 * 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/ |
D | 2015-01-30.md | 26 * 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/ |
D | 2015-01-30.md | 26 * 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/ |
D | 2015-01-30.md | 26 * 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/ |
D | 2015-01-30.md | 26 * 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/ |
D | 2015-01-30.md | 26 * 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/ |
D | 2015-01-30.md | 26 * 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/ |
D | 2015-01-30.md | 26 * 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/ |
D | 2015-01-30.md | 26 * domenic+group: pulling in patches from other sources where appropriate
|
/third_party/python/Tools/msi/ |
D | get_externals.bat | 86 echo.Use the --clean-only option to do the same cleaning, without pulling in
|
/third_party/openssl/doc/man7/ |
D | RAND_DRBG.pod | 155 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/ |
D | RAND_DRBG_generate.pod | 61 A request for prediction resistance can only be satisfied by pulling fresh
|
/third_party/json/doc/mkdocs/docs/integration/ |
D | cmake.md | 36 # include(...) for pulling in other CMake projects anyways.
|
/third_party/python/PCbuild/ |
D | get_externals.bat | 112 echo.Use the --clean-only option to do the same cleaning, without pulling in
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basesink | 93 /* start or stop a pulling thread */
|
123456