Lines Matching defs:value
89 * We try to find a value between 2 and 3 times the resampler delay to ensure
1615 void pa_sink_input_set_property(pa_sink_input *i, const char *key, const char *value) {
1624 if (value && old_value && pa_streq(value, old_value))
1630 if (!value)
1636 if (value) {
1637 pa_proplist_sets(i->proplist, key, value);
1638 new_value = value;
1654 void pa_sink_input_set_property_arbitrary(pa_sink_input *i, const char *key, const uint8_t *value, size_t nbytes) {
1664 if (value && nbytes == old_nbytes && !memcmp(value, old_value, nbytes))
1670 if (!value)
1676 if (value) {
1677 pa_proplist_set(i->proplist, key, value, nbytes);
1695 const uint8_t *value;
1713 pa_proplist_get(p, key, (const void **) &value, &nbytes);
1714 pa_sink_input_set_property_arbitrary(i, key, value, nbytes);
1723 pa_proplist_get(p, key, (const void **) &value, &nbytes);
1724 pa_sink_input_set_property_arbitrary(i, key, value, nbytes);
2434 * and possible and the exact value of this is passed back the
2475 * The max_rewind value of a virtual sink depends on the rewinding capability