Home
last modified time | relevance | path

Searched refs:presence (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c244 name_is_valid (const gchar * name, GstPadPresence presence) in name_is_valid() argument
249 if (presence == GST_PAD_ALWAYS) { in name_is_valid()
255 } else if (presence == GST_PAD_REQUEST) { in name_is_valid()
311 if (!name_is_valid (pad_template->name_template, pad_template->presence)) in gst_static_pad_template_get()
320 "presence", pad_template->presence, "caps", caps, NULL); in gst_static_pad_template_get()
347 if (!name_is_valid (pad_template->name_template, pad_template->presence)) in gst_pad_template_new_from_static_pad_template_with_gtype()
356 "presence", pad_template->presence, "caps", caps, "gtype", pad_type, in gst_pad_template_new_from_static_pad_template_with_gtype()
378 GstPadDirection direction, GstPadPresence presence, GstCaps * caps) in gst_pad_template_new() argument
386 g_return_val_if_fail (presence == GST_PAD_ALWAYS in gst_pad_template_new()
387 || presence == GST_PAD_SOMETIMES || presence == GST_PAD_REQUEST, NULL); in gst_pad_template_new()
[all …]
Dgstpadtemplate.h87 #define GST_PAD_TEMPLATE_PRESENCE(templ) (((GstPadTemplate *)(templ))->presence)
136 GstPadPresence presence; member
170 GstPadPresence presence; member
208 GstPadDirection direction, GstPadPresence presence,
212 GstPadDirection direction, GstPadPresence presence,
Dgstregistrychunks.h165 GstPadPresence presence; member
/third_party/protobuf/docs/
Dfield_presence.md1 # Application note: Field presence
3 …s the various presence tracking disciplines for protobuf fields. It also explains how to enable ex…
7 …a protobuf field has a value. There are two different manifestations of presence for protobufs: _n…
26 …ppears in the wire format. However, if the generated API does not track presence, then these value…
49 In theory, JSON _can_ represent presence in a semantic-preserving fashion. In practice, however, pr…
53 This table outlines whether presence is tracked for fields in proto2 APIs (both for generated APIs …
65 … (of all types) track presence explicitly in the generated API. The generated message interface in…
83 Repeated fields and maps do not track presence: there is no distinction between an _empty_ and a _n…
87 This table outlines whether presence is tracked for fields in proto3 APIs (both for generated APIs …
103presence explicitly for repeated fields. Without the `optional` label, proto3 APIs do not track pr…
[all …]
Dimplementing_proto3_presence.md4 proto3. Proto3 optional fields track presence like in proto2. For background
5 information about what presence tracking means, please see
34 were previously the only supported presence mechanism for proto3. Users have
38 Proto3 Fields marked `optional` will track presence like proto2, while fields
39 without any label (known as "singular fields"), will continue to omit presence
46 not track presence. There is a lot of existing code that reflects over proto3
47 protos and assumes that `LABEL_OPTIONAL` in proto3 means "no presence." Changing
49 presence information, which would be a data loss bug.
56 Since oneof fields in proto3 already track presence, existing proto3
57 reflection-based algorithms should correctly preserve presence for proto3
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c348 guint presence; member
570 return profile->presence; in gst_encoding_profile_get_presence()
739 gst_encoding_profile_set_presence (GstEncodingProfile * profile, guint presence) in gst_encoding_profile_set_presence() argument
743 profile->presence = presence; in gst_encoding_profile_set_presence()
1113 guint presence) in common_creation() argument
1129 prof->presence = presence; in common_creation()
1184 GstCaps * restriction, guint presence) in gst_encoding_video_profile_new() argument
1188 NULL, restriction, presence); in gst_encoding_video_profile_new()
1209 GstCaps * restriction, guint presence) in gst_encoding_audio_profile_new() argument
1213 NULL, restriction, presence); in gst_encoding_audio_profile_new()
[all …]
Dencoding-profile.h170 guint presence);
234 guint presence);
240 guint presence);
/third_party/gettext/gettext-tools/src/
Dformat-scheme.c77 enum format_cdr_type presence; /* Can the argument list end right before member
227 newelement->presence = oldelement->presence; in copy_element()
295 return (e1->presence == e2->presence in equal_element()
609 list->repeated.element[0].presence = FCT_OPTIONAL; in make_unconstrained_list()
927 list->initial.element[0].presence = FCT_REQUIRED; in shift_list()
951 if (e1->presence == FCT_REQUIRED || e2->presence == FCT_REQUIRED) in make_intersected_element()
952 re->presence = FCT_REQUIRED; in make_intersected_element()
954 re->presence = FCT_OPTIONAL; in make_intersected_element()
1093 if (list->initial.element[i].presence == FCT_REQUIRED) in backtrack_in_initial()
1201 if (re->presence == FCT_REQUIRED) in make_intersected_list()
[all …]
Dformat-lisp.c75 enum format_cdr_type presence; /* Can the argument list end right before member
225 newelement->presence = oldelement->presence; in copy_element()
293 return (e1->presence == e2->presence in equal_element()
607 list->repeated.element[0].presence = FCT_OPTIONAL; in make_unconstrained_list()
925 list->initial.element[0].presence = FCT_REQUIRED; in shift_list()
949 if (e1->presence == FCT_REQUIRED || e2->presence == FCT_REQUIRED) in make_intersected_element()
950 re->presence = FCT_REQUIRED; in make_intersected_element()
952 re->presence = FCT_OPTIONAL; in make_intersected_element()
1081 if (list->initial.element[i].presence == FCT_REQUIRED) in backtrack_in_initial()
1189 if (re->presence == FCT_REQUIRED) in make_intersected_list()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dutils.c35 GstPadPresence presence, const gchar * name) in _find_pad_template() argument
45 if (templ->presence != presence) in _find_pad_template()
Dutils.h46 GstPadPresence presence,
/third_party/skia/third_party/externals/brotli/research/
Dsieve.cc12 SampleIdx presence; member
31 if (item.presence >= targetPresence) { in dryRun()
62 if (item.presence >= targetPresence) { in createDictionary()
179 item.presence++; in sieve_generate()
/third_party/grpc/third_party/upb/upb/
Dreflection.c73 return field->presence < 0; in in_oneof()
88 } else if (field->presence > 0) { in upb_msg_has()
180 } else if (field->presence > 0) { in upb_msg_mutable()
193 if (field->presence > 0) { in upb_msg_set()
204 if (field->presence > 0) { in upb_msg_clearfield()
Dmsg.h45 int16_t presence; /* If >0, hasbit_index. If <0, ~oneof_index. */ member
148 UPB_ASSERT(f->presence > 0); in _upb_msg_hasidx()
149 return f->presence; in _upb_msg_hasidx()
178 UPB_ASSERT(f->presence < 0); in _upb_oneofcase_ofs()
179 return ~(ptrdiff_t)f->presence; in _upb_oneofcase_ofs()
/third_party/ffmpeg/doc/
Ddecoders.texi55 Requires the presence of the libdav1d headers and library during configuration.
155 Requires the presence of the libcelt headers and library during configuration.
163 the presence of the libgsm headers and library during configuration. You need
173 audio codec. Requires the presence of the libilbc headers and library during
194 Narrowband audio codec. Using it requires the presence of the
206 Wideband audio codec. Using it requires the presence of the
218 Requires the presence of the libopus headers and library during
307 subtitles. Requires the presence of the libzvbi headers and library during
/third_party/grpc/src/php/ext/grpc/tests/
Dgrpc-basic.phpt2 Check for grpc presence
/third_party/boost/tools/build/test/startup/boost-root/build/
Dboost-build.jam5 # The presence of this file emulates the Boost 1.27.0 release
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/phy/
Dsun4i-usb-phy.txt40 - usb0_vbus_det-gpios : gpio phandle for detecting the presence of usb0 vbus
41 - usb0_vbus_power-supply: power-supply phandle for usb0 vbus presence detect
/third_party/python/Lib/test/
Dtokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt5 # the presence of a utf-8 BOM signature -- this is intended.
/third_party/eudev/rules/
D60-block.rules3 # enable in-kernel media-presence polling
/third_party/uboot/u-boot-2020.01/drivers/board/
DKconfig5 mechanisms (e.g. reading GPIO values, determining the presence of
/third_party/lz4/
DLICENSE6 and with presence of COPYING or LICENSE file in associated directories.
/third_party/libsnd/Octave/
DReadme.txt20 presence and correct versions of the Octave build tools. The building of these
/third_party/python/Doc/library/
Dinternet.rst16 modules require the presence of the system-dependent module :mod:`socket`, which
/third_party/uboot/u-boot-2020.01/doc/
DREADME.Heterogeneous-SoCs34 Added top level CONFIG to identify presence of HETEROGENUOUS clusters
49 CONFIG_HETROGENOUS_CLUSTERS - Define for checking the presence of

12345678910>>...24