Home
last modified time | relevance | path

Searched refs:num_properties (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c177 guint num_properties, i; in _print_element_properties_info() local
180 (G_OBJECT_GET_CLASS (element), &num_properties); in _print_element_properties_info()
182 for (i = 0; i < num_properties; i++) { in _print_element_properties_info()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c376 guint num_properties, i; in print_object_properties_info() local
380 property_specs = g_object_class_list_properties (obj_class, &num_properties); in print_object_properties_info()
381 g_qsort_with_data (property_specs, num_properties, sizeof (gpointer), in print_object_properties_info()
388 for (i = 0; i < num_properties; i++) { in print_object_properties_info()
725 if (num_properties == 0) in print_object_properties_info()
/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c154 param.num_properties = p / 2; in anv_device_perf_open()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h4034 FT_UInt num_properties,
/third_party/freetype/include/freetype/
Dfreetype.h3905 FT_UInt num_properties,
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h3919 FT_UInt num_properties,
/third_party/glib/gio/
Dgdbusproxy.c1117 guint num_properties; in process_get_all_reply() local
1137 num_properties = g_hash_table_size (proxy->priv->properties); in process_get_all_reply()
1141 if (num_properties > 0) in process_get_all_reply()
Dgdbusintrospection.c1637 guint num_properties; in parser_end_element() local
1644 properties = parse_data_steal_properties (data, &num_properties); in parser_end_element()
/third_party/libdrm/include/drm/
Di915_drm.h1713 __u32 num_properties; member
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h2375 __u32 num_properties; member
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c3889 FT_UInt num_properties, in FT_Face_Properties() argument
3895 if ( num_properties > 0 && !properties ) in FT_Face_Properties()
3901 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
/third_party/freetype/src/base/
Dftobjs.c3831 FT_UInt num_properties, in FT_Face_Properties() argument
3837 if ( num_properties > 0 && !properties ) in FT_Face_Properties()
3843 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftobjs.c3799 FT_UInt num_properties, in FT_Face_Properties() argument
3805 if ( num_properties > 0 && !properties ) in FT_Face_Properties()
3811 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c410 .num_properties = p / 2, in intel_perf_open()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_video_capture.txt777 4 CARD32 num_properties (p)
/third_party/openGLES/extensions/NV/
DNV_video_capture.txt777 4 CARD32 num_properties (p)
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer1190 num_properties gets set.