Lines Matching refs:spec
62 void pa_source_output_new_data_set_sample_spec(pa_source_output_new_data *data, const pa_sample_spec *spec) {
65 if ((data->sample_spec_is_set = !!spec))
66 data->sample_spec = *spec;
256 * to using the sample spec and channel map after all decisions w.r.t.
334 /* Now populate the sample spec and channel map according to the final
382 pa_log_info("Trying to change sample spec");
388 /* rate update failed, or other parts of sample spec didn't match */
390 pa_log_debug("Could not update source sample spec to match passthrough stream");
519 pa_log_info("Created output %u \"%s\" on %s with sample spec %s and channel map %s\n %s",
864 void pa_source_output_process_rewind(pa_source_output *o, size_t nbytes /* in source sample spec */) {
916 void pa_source_output_update_max_rewind(pa_source_output *o, size_t nbytes /* in the source's sample spec */) {
1607 pa_log_info("Trying to change sample spec");
1813 * requires -- useful when the underlying source's sample spec might have changed */