Home
last modified time | relevance | path

Searched refs:filling (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c209 gboolean filling; member
824 priv->filling = TRUE; in gst_clock_init()
1353 priv->filling = TRUE; in gst_clock_set_master()
1561 priv->filling = FALSE; in gst_clock_add_observation_unapplied()
1565 if (G_UNLIKELY (priv->filling && priv->time_index < priv->window_threshold)) in gst_clock_add_observation_unapplied()
1566 goto filling; in gst_clock_add_observation_unapplied()
1568 n = priv->filling ? priv->time_index : priv->window_size; in gst_clock_add_observation_unapplied()
1590 filling: in gst_clock_add_observation_unapplied()
1661 priv->filling = TRUE; in gst_clock_set_property()
/third_party/openssl/external/perl/Text-Template-1.56/
DREADME5 filling in templates generally. A `template' is a piece of text that
24 The result of filling in this template is a string, which might look
DChanges147 - Code added to prevent memory leaks when filling many templates. Thanks
170 - Code added to prevent memory leaks when filling many templates. Thanks to
287 - Better support for filling out the same template more than once
/third_party/mesa3d/docs/gallium/
Dcso.rst6 CSO work on the principle of reusable state; they are created by filling
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
DTODO14 - the ringbuffer should have a state where it is filling up the
/third_party/ffmpeg/doc/
Dresampler.texi160 squeezing, filling and trimming. Setting this to 1 will enable filling and
176 seconds) to trigger stretching/squeezing/filling or trimming of the
178 stretching/squeezing/filling and trimming is disabled
/third_party/libxml2/
Dtestlimits.c155 char filling[CHUNK + 1]; variable
161 filling[i] = 'a'; in fillFilling()
163 filling[CHUNK] = 0; in fillFilling()
213 memcpy(buffer, &filling[0], len); in hugeRead()
359 memcpy(buffer, &filling[0], len); in crazyRead()
/third_party/mesa3d/src/panfrost/ci/
Dpanfrost-g52-skips.txt9 # We lack a dependency between the vertex job filling the indirect draw
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdownloadbuffer.h75 gboolean filling; member
Dgstdownloadbuffer.c361 dlbuf->filling = TRUE; in reset_positions()
625 dlbuf->filling = FALSE; in perform_seek_to_offset()
717 dlbuf->filling = TRUE; in gst_download_buffer_wait_for_data()
1229 if (dlbuf->filling) { in gst_download_buffer_chain()
1294 dlbuf->filling = FALSE; in gst_download_buffer_chain()
/third_party/mesa3d/docs/relnotes/
D22.0.4.rst53 - tu: Fix indices of drm_msm_gem_submit_cmd when filling them
86 - pan/mdg: Fix mask usage when filling before a spill
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.linkage.txt43 Shader execution tests render a grid of quads filling entire viewport with
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dfloating_action_button_theme.dart54 /// The color to use for filling the button when the button has input focus.
57 /// The color to use for filling the button when the button has a pointer
Dtoggle_buttons_theme.dart61 /// The color to use for filling the button when the button has input focus.
70 /// The color to use for filling the toggle button when the button has a
Dfloating_action_button.dart236 /// The color to use when filling the button.
241 /// The color to use for filling the button when the button has input focus.
246 /// The color to use for filling the button when the button has a pointer
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/
Dchange_rate_reverse_playback.validatetest46 # Source is now EOS, videorate is filling up the segment with last buffer
/third_party/python/Doc/library/
Dtextwrap.rst1 :mod:`textwrap` --- Text wrapping and filling
5 :synopsis: Text wrapping and filling
16 If you're just wrapping or filling one or two text strings, the convenience
/third_party/mesa3d/docs/drivers/
Dpanfrost.rst130 each tile are reordered according to a space-filling curve.
148 ``src/panfrost/shared/test/test-tiling.cpp``, which documents the space-filling
/third_party/openssl/doc/man3/
DX509V3_set_ctx.pod20 e.g., to look up values for filling in authority key identifiers.
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h93 __u64 filling; /* JPA needed for minor >= 12, but meaning unknown */ member
/third_party/node/deps/npm/node_modules/safer-buffer/
DPorting-Buffer.md66 `new Buffer(size).fill(0)`, which is what you would otherwise need to ensure zero-filling.
195 * keep in mind that zero-filling minimizes the potential risks.
203 _Note that the same applies to `new Buffer` usage without zero-filling, depending on the Node.js
/third_party/openssl/doc/internal/man3/
Dossl_cmp_print_log.pod66 according to the pattern OSSL_CMP_LOG_START#level ": %s\n", filling in
/third_party/vk-gl-cts/doc/testspecs/GL3/
Dfunctional.conditional_render.txt75 compared to the color of the intermediate clear or the filling triangle as
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dshape_decoration.dart24 /// optionally filling it with a color or a gradient, optionally painting an
132 /// A gradient to use when filling the shape.
/third_party/zlib/doc/
Dalgorithm.txt119 more time filling in duplicate symbol entries than you do actually decoding.
121 kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code

1234567