Lines Matching refs:format
134 /* We'll get the final negotiated format after connecting */
135 s->format = NULL;
159 /* FIXME: We assume a worst-case compressed format corresponding to
162 .format = PA_SAMPLE_S16NE,
221 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 12 || (ss->format != PA_SAMPLE_S32LE && ss->format != PA_SAMPLE_S32BE), PA_ERR_NOTSUPPORTED);
222 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15 || (ss->format != PA_SAMPLE_S24LE && ss->format != PA_SAMPLE_S24BE), PA_ERR_NOTSUPPORTED);
223 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15 || (ss->format != PA_SAMPLE_S24_32LE && ss->format != PA_SAMPLE_S24_32BE), PA_ERR_NOTSUPPORTED);
319 if (s->format)
320 pa_format_info_free(s->format);
1136 (!(s->flags & PA_STREAM_FIX_FORMAT) && ss.format != s->sample_spec.format) ||
1178 /* We used the extended API, so we should have got back a proper format */
1183 s->format = f;
2651 /* We don't have the format till routing is done */
2655 return s->format;