Searched refs:old_nbytes (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | source-output.c | 1153 size_t old_nbytes; in pa_source_output_set_property_arbitrary() local 1160 if (pa_proplist_get(o->proplist, key, (const void **) &old_value, &old_nbytes) >= 0) { in pa_source_output_set_property_arbitrary() 1161 if (value && nbytes == old_nbytes && !memcmp(value, old_value, nbytes)) in pa_source_output_set_property_arbitrary()
|
D | sink-input.c | 1501 size_t old_nbytes; in pa_sink_input_set_property_arbitrary() local 1508 if (pa_proplist_get(i->proplist, key, (const void **) &old_value, &old_nbytes) >= 0) { in pa_sink_input_set_property_arbitrary() 1509 if (value && nbytes == old_nbytes && !memcmp(value, old_value, nbytes)) in pa_sink_input_set_property_arbitrary()
|