Home
last modified time | relevance | path

Searched refs:old_nbytes (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsource-output.c1182 size_t old_nbytes; in pa_source_output_set_property_arbitrary() local
1189 if (pa_proplist_get(o->proplist, key, (const void **) &old_value, &old_nbytes) >= 0) { in pa_source_output_set_property_arbitrary()
1190 if (value && nbytes == old_nbytes && !memcmp(value, old_value, nbytes)) in pa_source_output_set_property_arbitrary()
H A Dsink-input.c1656 size_t old_nbytes; in pa_sink_input_set_property_arbitrary() local
1663 if (pa_proplist_get(i->proplist, key, (const void **) &old_value, &old_nbytes) >= 0) { in pa_sink_input_set_property_arbitrary()
1664 if (value && nbytes == old_nbytes && !memcmp(value, old_value, nbytes)) in pa_sink_input_set_property_arbitrary()

Completed in 7 milliseconds