Lines Matching defs:value
858 void pa_sink_update_flags(pa_sink *s, pa_sink_flags_t mask, pa_sink_flags_t value) {
870 s->flags = (s->flags & ~mask) | (value & mask);
889 ((value & PA_SINK_LATENCY) ? PA_SOURCE_LATENCY : 0) |
890 ((value & PA_SINK_DYNAMIC_LATENCY) ? PA_SOURCE_DYNAMIC_LATENCY : 0));
894 pa_sink_update_flags(input->origin_sink, mask, value);
1032 * the return value... */
1087 /* Save rewind value */
1601 /* The returned value is supposed to be in the time domain of the sound card! */
1615 /* the return value is unsigned, so check that the offset can be added to usec without
1634 /* The returned value is supposed to be in the time domain of the sound card! */
2091 * cases, except for internal recursive calls. The return value indicates
2611 * This function is used to communicate the max_rewind value of a
2781 * the max_rewind value of the sink may change before the rewind. */