Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 25 of 245) sorted by relevance

12345678910

/third_party/gstreamer/gstreamer/gst/
Dgstpluginfeature.c57 gst_plugin_feature_init (GstPluginFeature * feature) in gst_plugin_feature_init()
65 GstPluginFeature *feature = GST_PLUGIN_FEATURE_CAST (object); in gst_plugin_feature_finalize() local
98 gst_plugin_feature_load (GstPluginFeature * feature) in gst_plugin_feature_load()
162 gst_plugin_feature_set_rank (GstPluginFeature * feature, guint rank) in gst_plugin_feature_set_rank()
179 gst_plugin_feature_get_rank (GstPluginFeature * feature) in gst_plugin_feature_get_rank()
197 gst_plugin_feature_get_plugin (GstPluginFeature * feature) in gst_plugin_feature_get_plugin()
220 gst_plugin_feature_get_plugin_name (GstPluginFeature * feature) in gst_plugin_feature_get_plugin_name()
243 GstPluginFeature *feature = GST_PLUGIN_FEATURE_CAST (g->data); in gst_plugin_feature_list_free() local
320 gst_plugin_feature_check_version (GstPluginFeature * feature, in gst_plugin_feature_check_version()
412 parse_feature_name (gchar * str, const gchar ** feature) in parse_feature_name()
[all …]
Dgstcapsfeatures.c137 gst_caps_feature_name_is_valid (const gchar * feature) in gst_caps_feature_name_is_valid()
227 gst_caps_features_new_single (const gchar * feature) in gst_caps_features_new_single()
509 const gchar *feature; in gst_caps_features_from_string() local
613 const gchar *feature; in gst_caps_features_get_nth() local
663 const gchar * feature) in gst_caps_features_contains()
684 gst_caps_features_contains_id (const GstCapsFeatures * features, GQuark feature) in gst_caps_features_contains_id()
781 gst_caps_features_add (GstCapsFeatures * features, const gchar * feature) in gst_caps_features_add()
801 gst_caps_features_add_id (GstCapsFeatures * features, GQuark feature) in gst_caps_features_add_id()
834 gst_caps_features_remove (GstCapsFeatures * features, const gchar * feature) in gst_caps_features_remove()
853 gst_caps_features_remove_id (GstCapsFeatures * features, GQuark feature) in gst_caps_features_remove_id()
Dgstregistry.c290 GstPluginFeature *feature = f->data; in gst_registry_finalize() local
509 GstPluginFeature *feature = f->data; in gst_registry_remove_features_for_plugin_unlocked() local
570 gst_registry_add_feature (GstRegistry * registry, GstPluginFeature * feature) in gst_registry_add_feature()
627 gst_registry_remove_feature (GstRegistry * registry, GstPluginFeature * feature) in gst_registry_remove_feature()
701 gst_plugin_feature_type_name_filter (GstPluginFeature * feature, in gst_plugin_feature_type_name_filter()
733 GstPluginFeature *feature = walk->data; in gst_registry_get_feature_list_or_create() local
930 GstPluginFeature *feature = NULL; in gst_registry_find_feature() local
1032 GstPluginFeature *feature; in gst_registry_lookup_feature() local
1449 _gst_plugin_feature_filter_plugin_name (GstPluginFeature * feature, in _gst_plugin_feature_filter_plugin_name()
1531 GstPluginFeature *feature; in gst_registry_check_feature_version() local
Dgstpluginfeature.h81 #define gst_plugin_feature_get_name(feature) GST_OBJECT_NAME(feature) argument
90 #define gst_plugin_feature_set_name(feature,name) gst_object_set_name(GST_OBJECT_CA… argument
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_var.h52 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) argument
53 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) argument
54 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) argument
55 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) argument
57 #define sctp_stcb_feature_on(inp, stcb, feature) {\ argument
64 #define sctp_stcb_feature_off(inp, stcb, feature) {\ argument
71 #define sctp_stcb_is_feature_on(inp, stcb, feature) \ argument
76 #define sctp_stcb_is_feature_off(inp, stcb, feature) \ argument
84 #define sctp_mobility_feature_on(inp, feature) (inp->sctp_mobility_features |= feature) argument
85 #define sctp_mobility_feature_off(inp, feature) (inp->sctp_mobility_features &= ~feature) argument
[all …]
/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts239 const feature = condition.match(patt); constant
259 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant
265 const unit: string = feature.length === 3 ? feature[2] : ''; constant
279 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant
306 const feature = condition.match(/[a-z-]+|[0-9.]+/g); constant
312 const unit: string = feature.length === 3 ? feature[2] : ''; constant
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c125 static int x86CPUInfo(CPUFeature feature) { in x86CPUInfo()
178 static int AndroidCPUInfo(CPUFeature feature) { in AndroidCPUInfo()
190 static int wasmCPUInfo(CPUFeature feature) { in wasmCPUInfo()
216 static int armCPUInfo(CPUFeature feature) { in armCPUInfo()
242 static int mipsCPUInfo(CPUFeature feature) { in mipsCPUInfo()
/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp244 const auto noArgument = [&](const char* feature) { in handleLoopAttributes()
252 const auto positiveSignedArgument = [&](const char* feature, int& value) { in handleLoopAttributes()
265 const auto unsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes()
275 const auto positiveUnsignedArgument = [&](const char* feature, unsigned int& uiValue) { in handleLoopAttributes()
290 const auto spirv14 = [&](const char* feature) { in handleLoopAttributes()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c119 static int x86CPUInfo(CPUFeature feature) { in x86CPUInfo()
172 static int AndroidCPUInfo(CPUFeature feature) { in AndroidCPUInfo()
185 static int armCPUInfo(CPUFeature feature) { in armCPUInfo()
211 static int mipsCPUInfo(CPUFeature feature) { in mipsCPUInfo()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc43 hb_ms_active_feature_t feature; in hb_ms_setup_features() local
63 hb_ms_active_feature_t feature; in hb_ms_setup_features() local
117 auto *feature = active_features.find (&event->feature); in hb_ms_setup_features() local
Dhb-common.cc764 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_prefix()
813 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_indices()
838 parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_postfix()
850 parse_one_feature (const char **pp, const char *end, hb_feature_t *feature) in parse_one_feature()
911 hb_feature_t *feature) in hb_feature_from_string()
943 hb_feature_to_string (hb_feature_t *feature, in hb_feature_to_string()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.cc97 for (const auto& feature : required_features) { in AreAllRequiredFeaturesSupported() local
520 for (const auto& feature : required_features) { in Initialize() local
700 for (const auto& feature : required_features) in Initialize() local
705 for (const auto& feature : required_features) in Initialize() local
756 for (const auto& feature : required_features) { in Initialize() local
806 for (const auto& feature : required_features) { in Initialize() local
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h68 static WEBP_INLINE int GetCPUInfoNoSSE41(CPUFeature feature) { in GetCPUInfoNoSSE41()
73 static WEBP_INLINE int GetCPUInfoNoAVX(CPUFeature feature) { in GetCPUInfoNoAVX()
78 static WEBP_INLINE int GetCPUInfoForceSlowSSSE3(CPUFeature feature) { in GetCPUInfoForceSlowSSSE3()
85 static WEBP_INLINE int GetCPUInfoOnlyC(CPUFeature feature) { in GetCPUInfoOnlyC()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFeatures.cpp25 Feature feature; member
90 void FeaturesSet::EnableFeature(Feature feature) { in EnableFeature()
122 const char* FeatureEnumToName(Feature feature) { in FeatureEnumToName()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstfactories.c69 GstPluginFeature *feature; in do_element_new() local
100 GstPluginFeature * feature) in do_plugin_feature_loaded()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUAdapter.cpp80 bool has(interop::GPUFeatureName feature) { in has()
86 interop::GPUFeatureName feature; in has() local
95 for (auto feature : enabled_) { in keys() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dinterfacedocgenerator.py42 def writeNewInterfaces(self, feature, key, title, markup, fp): argument
95 def makeInterfaceFile(self, feature): argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Ddebug.h47 #define MARL_ASSERT_HAS_BOUND_SCHEDULER(feature) \ argument
54 #define MARL_ASSERT_HAS_BOUND_SCHEDULER(feature) argument
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c54 FT_UShort feature; member
82 gxv_feat_registry_validate( FT_UShort feature, in gxv_feat_registry_validate()
198 FT_UShort feature; in gxv_feat_name_validate() local
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c54 FT_UShort feature; member
82 gxv_feat_registry_validate( FT_UShort feature, in gxv_feat_registry_validate()
198 FT_UShort feature; in gxv_feat_name_validate() local
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
Dmakeindex.py73 feature = None, argument
94 def addkey(dict, feature): argument
213 def addMenuLink(key, feature, fp): argument
/third_party/freetype/src/gxvalid/
Dgxvfeat.c54 FT_UShort feature; member
82 gxv_feat_registry_validate( FT_UShort feature, in gxv_feat_registry_validate()
198 FT_UShort feature; in gxv_feat_name_validate() local
/third_party/EGL/sdk/docs/man/html/
Dmakeindex.py73 feature = None, argument
94 def addkey(dict, feature): argument
213 def addMenuLink(key, feature, fp): argument
/third_party/rust/crates/tracing/tracing-subscriber/src/
Dmacros.rs17 macro_rules! feature { macro
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_sensors_temp.c72 const sensors_feature *feature; member
255 const sensors_chip_name *chip, const sensors_feature *feature, in create_object()
277 const sensors_feature *feature; in build_sensor_list() local

12345678910