Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpad.c173 guint n_called_probes; member
3478 for (i = 0; i < data->n_called_probes; i++) { in probe_hook_marshal()
3488 if (data->n_called_probes == data->called_probes_size) { in probe_hook_marshal()
3502 data->called_probes[data->n_called_probes++] = hook->hook_id; in probe_hook_marshal()
3712 data.n_called_probes = 0; in do_probe_callbacks()