Searched refs:n_objects (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstspu-pgs.c | 318 guint8 n_objects) in pgs_presentation_segment_set_object_count() argument 321 if (n_objects == 0) in pgs_presentation_segment_set_object_count() 325 n_objects); in pgs_presentation_segment_set_object_count() 326 g_array_set_size (ps->objects, n_objects); in pgs_presentation_segment_set_object_count() 331 if (ps->objects->len > n_objects) { in pgs_presentation_segment_set_object_count() 333 for (i = n_objects; i < ps->objects->len; i++) { in pgs_presentation_segment_set_object_count() 340 g_array_set_size (ps->objects, n_objects); in pgs_presentation_segment_set_object_count() 342 if (n_objects == 0) { in pgs_presentation_segment_set_object_count() 372 guint8 n_objects, palette_id; in parse_presentation_segment() local 398 n_objects = payload[2]; in parse_presentation_segment() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | protocol-dbus.h | 156 unsigned n_objects);
|
D | protocol-dbus.c | 977 unsigned n_objects) { in pa_dbus_protocol_add_signal_listener() argument 984 pa_assert(objects || n_objects == 0); in pa_dbus_protocol_add_signal_listener() 1001 for (i = 0; i < n_objects; ++i) in pa_dbus_protocol_add_signal_listener() 1013 for (i = 0; i < n_objects; ++i) in pa_dbus_protocol_add_signal_listener()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-core.c | 1548 int n_objects; in handle_listen_for_signal() local 1556 DBUS_TYPE_ARRAY, DBUS_TYPE_OBJECT_PATH, &objects, &n_objects, in handle_listen_for_signal() 1559 …l_add_signal_listener(c->dbus_protocol, conn, *signal_str ? signal_str : NULL, objects, n_objects); in handle_listen_for_signal()
|