Lines Matching defs:mode
258 /* In early request mode we need to emulate the classic
687 /* In early request mode we need to emulate the classic
695 pa_log_debug("Early requests mode enabled, configuring sink latency to minreq.");
721 pa_log_debug("Adjust latency mode enabled, configuring sink latency to half of overall latency.");
734 pa_log_debug("Traditional mode enabled, modifying sink usec only for compat with minreq.");
2556 * bug that would break memfd audio if they're run in 32-bit mode over a
4071 uint32_t mode;
4083 if (pa_tagstruct_getu32(t, &mode) < 0 ||
4094 pa_tagstruct_getu32(t, &mode) < 0 ||
4103 if (!(mode == PA_UPDATE_SET || mode == PA_UPDATE_MERGE || mode == PA_UPDATE_REPLACE)) {
4116 pa_sink_input_update_proplist(s->sink_input, mode, p);
4125 pa_source_output_update_proplist(s->source_output, mode, p);
4130 pa_client_update_proplist(c->client, mode, p);