Lines Matching defs:flags
145 static pa_resample_method_t choose_auto_resampler(pa_resample_flags_t flags,
159 pa_resample_flags_t flags,
169 if (!(flags & PA_RESAMPLER_VARIABLE_RATE) && rate_a == rate_b) {
188 if (flags & PA_RESAMPLER_VARIABLE_RATE) {
208 method = choose_auto_resampler(flags, rate_a, rate_b);
212 * has an init function and supports the required flags. However,
352 pa_resample_flags_t flags) {
365 method = fix_method(flags, method, a->rate, b->rate);
370 r->flags = flags;
392 r->map_required = (r->i_ss.channels != r->o_ss.channels || (!(r->flags & PA_RESAMPLER_NO_REMAP) &&
975 if (!(r->flags & PA_RESAMPLER_NO_FILL_SINK)) {
1044 if (r->flags & PA_RESAMPLER_NO_REMAP) {
1048 } else if (r->flags & PA_RESAMPLER_NO_REMIX) {
1176 if (on_left(b) && !(r->flags & PA_RESAMPLER_NO_FILL_SINK)) {
1191 } else if (on_right(b) && !(r->flags & PA_RESAMPLER_NO_FILL_SINK)) {
1207 } else if (on_center(b) && !(r->flags & PA_RESAMPLER_NO_FILL_SINK)) {
1236 } else if (on_lfe(b) && (r->flags & PA_RESAMPLER_PRODUCE_LFE)) {