Searched refs:fixed_ss (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | protocol-native.c | 3165 pa_sample_spec fixed_ss; in sink_fill_tagstruct() local 3170 fixup_sample_spec(c, &fixed_ss, &sink->sample_spec); in sink_fill_tagstruct() 3177 PA_TAG_SAMPLE_SPEC, &fixed_ss, in sink_fill_tagstruct() 3240 pa_sample_spec fixed_ss; in source_fill_tagstruct() local 3245 fixup_sample_spec(c, &fixed_ss, &source->sample_spec); in source_fill_tagstruct() 3252 PA_TAG_SAMPLE_SPEC, &fixed_ss, in source_fill_tagstruct() 3403 pa_sample_spec fixed_ss; in sink_input_fill_tagstruct() local 3411 fixup_sample_spec(c, &fixed_ss, &s->sample_spec); in sink_input_fill_tagstruct() 3417 pa_cvolume_reset(&v, fixed_ss.channels); in sink_input_fill_tagstruct() 3424 pa_tagstruct_put_sample_spec(t, &fixed_ss); in sink_input_fill_tagstruct() [all …]
|