Lines Matching refs:n_formats
94 unsigned int n_formats,
102 pa_assert((ss == NULL && map == NULL) || (formats == NULL && n_formats == 0));
103 pa_assert(n_formats < PA_MAX_FORMATS);
127 s->n_formats = 0;
129 s->n_formats = n_formats;
130 for (i = 0; i < n_formats; i++)
236 unsigned int n_formats,
241 return pa_stream_new_with_proplist_internal(c, name, NULL, NULL, formats, n_formats, p);
316 for (i = 0; i < s->n_formats; i++)
1025 else if (s->n_formats == 1)
1135 (s->n_formats == 0 && (
1177 if (s->n_formats > 0) {
1405 pa_tagstruct_putu8(t, s->n_formats);
1406 for (i = 0; i < s->n_formats; i++)