Lines Matching refs:n_formats
247 uint8_t n_formats;
248 if (pa_tagstruct_getu8(t, &n_formats) < 0 || n_formats < 1)
251 i.formats = pa_xnew0(pa_format_info*, n_formats);
253 for (j = 0; j < n_formats; j++) {
254 i.n_formats++;
272 for (j = 0; j < i.n_formats; j++)
300 for (j = 0; j < i.n_formats; j++)
526 uint8_t n_formats;
527 if (pa_tagstruct_getu8(t, &n_formats) < 0 || n_formats < 1)
530 i.formats = pa_xnew0(pa_format_info*, n_formats);
532 for (j = 0; j < n_formats; j++) {
533 i.n_formats++;
551 for (j = 0; j < i.n_formats; j++)
579 for (j = 0; j < i.n_formats; j++)