Lines Matching defs:spec
181 void pa_sink_input_new_data_set_sample_spec(pa_sink_input_new_data *data, const pa_sample_spec *spec) {
184 if ((data->sample_spec_is_set = !!spec))
185 data->sample_spec = *spec;
382 * to using the sample spec and channel map after all decisions w.r.t.
454 /* Now populate the sample spec and channel map according to the final
496 pa_log_info("Trying to change sample spec");
502 /* rate update failed, or other parts of sample spec didn't match */
504 pa_log_debug("Could not update sink sample spec to match passthrough stream");
672 pa_log_info("Created input %u \"%s\" on %s with sample spec %s and channel map %s\n %s",
1140 void pa_sink_input_drop(pa_sink_input *i, size_t nbytes /* in sink sample spec */) {
1190 void pa_sink_input_process_rewind(pa_sink_input *i, size_t nbytes /* in sink sample spec */) {
1320 void pa_sink_input_update_max_rewind(pa_sink_input *i, size_t nbytes /* in the sink's sample spec */) {
1343 void pa_sink_input_update_max_request(pa_sink_input *i, size_t nbytes /* in the sink's sample spec */) {
2185 pa_log_info("Trying to change sample spec");
2426 size_t nbytes /* in our sample spec */,
2579 * -- useful when the underlying sink's sample spec might have changed */