Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/docs/random/company/
Dpush-vs-pull1 PUSH vs PULL
15 produces data on request. => PULL based
17 The current problem is that PUSH and PULL based elements are quite limited in
18 what they may or may not do (especially PULL based elements). Some libraries
20 specific way (libogg requires the ogg input to be pull-based, JACK is PULL-based
25 the push-side of the pipeline. (Same goes with PULL-based on the pull-side). So
31 application in use. (Video players probably prefer PULL because they display on
33 they're PUSH or PULL based it would be nice if an element could implement both
40 switching to PULL-based on version 2.
/third_party/zlib/contrib/infback9/
Dinfback9.c125 #define PULL() \ macro
141 PULL(); \
329 PULL();
/third_party/skia/third_party/externals/zlib/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/flutter/skia/third_party/externals/zlib/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/zlib/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/libwebsockets/win32port/zlib/
Dinfback.c149 #define PULL() \ macro
165 PULL(); \
334 PULL();
/third_party/freetype/src/gzip/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL(); in inflateBack()
/third_party/node/deps/zlib/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/json/
DChangeLog.md2390 - Create PULL\_REQUEST\_TEMPLATE.md [\#213](https://github.com/nlohmann/json/pull/213) ([whackashoe…
/third_party/gstreamer/gstreamer/
DChangeLog13056 one (PUSH or PULL) and eventually the streaming lock gets released.
22580 typefind: Only push a CAPS event downstream if the sinkpad is not in PULL mode
22582 typefind in PULL mode already, pushing a CAPS event at that point would cause
22583 deadlocks and is in general unexpected by elements that are in PULL mode.
22596 When activating a pad in PULL mode, it might already be in PUSH mode. We now
22597 first try to deactivate it from PUSH mode and then try to activate it in PULL
22601 This fixes e.g. typefind in decodebin reactivating PUSH/PULL mode if upstream
22602 actually fails to go into PULL mode after first PUSHING data to typefind.
23142 PUSH and PULL mode have opposite scenarios for IDLE and BLOCK
23145 For PULL it will BLOCK before getting some data and will be IDLE when
[all …]
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
Dcrash.devcore2727 …[n$2n*KA@hqm=ehspS".3J'F=8soim^TgA1Wt9ZhO9[3d(Kl9lc1oPcKW-Zfj3W07B,e#JZVR`PULL$,eh4L=mZH:EM"4A#5NH…
/third_party/pcre2/pcre2/maint/Unicode.tables/
DUnicodeData.txt8226 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8227 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
/third_party/skia/third_party/externals/icu/source/data/unidata/
DUnicodeData.txt8146 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8147 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
Dppucd.txt10657 cp;2391;age=3.0;na=PASSIVE-PULL-DOWN-OUTPUT SYMBOL;vo=U
10658 cp;2392;age=3.0;na=PASSIVE-PULL-UP-OUTPUT SYMBOL;vo=U
/third_party/icu/icu4c/source/data/unidata/
DUnicodeData.txt8146 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8147 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
Dppucd.txt10657 cp;2391;age=3.0;na=PASSIVE-PULL-DOWN-OUTPUT SYMBOL;vo=U
10658 cp;2392;age=3.0;na=PASSIVE-PULL-UP-OUTPUT SYMBOL;vo=U
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
DUnicodeData.txt8114 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8115 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
Dppucd.txt10590 cp;2391;age=3.0;na=PASSIVE-PULL-DOWN-OUTPUT SYMBOL;vo=U
10591 cp;2392;age=3.0;na=PASSIVE-PULL-UP-OUTPUT SYMBOL;vo=U
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DUnicodeData.txt8146 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8147 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt8146 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8147 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
/third_party/NuttX/
DReleaseNotes20289 - MAX11802: Fix compilation errors and allow setting PULL and SAMPLE
/third_party/gstreamer/gstplugins_good/
DChangeLog32170 qtdemux: In PULL mode, nothing is ever going to send us a SEGMENT event
34309 qtdemux: cenc aux info parsing from mdat support in PULL mode
34310 This is already supported for PUSH mode but was failing in PULL mode.