Searched refs:pa_memzero (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | macro.h | 246 #define pa_memzero(x,l) (memset((x), 0, (l))) macro 247 #define pa_zero(x) (pa_memzero(&(x), sizeof(x)))
|
/third_party/pulseaudio/src/tests/ |
D | interpol-test.c | 60 pa_memzero(data, nbytes); in stream_write_cb()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-client.c | 280 pa_memzero(packet, max); in write_ALAC_data() 339 pa_memzero(((uint8_t *) buffer + head), packet->length - head); in build_tcp_audio_packet() 426 pa_memzero(((uint8_t *) buffer + head), packet->length - head); in build_udp_audio_packet()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | a2dp-codec-sbc.c | 583 pa_memzero(output_buffer, sizeof(*header) + sizeof(*payload)); in encode_buffer()
|
/third_party/pulseaudio/src/modules/ |
D | module-equalizer-sink.c | 218 pa_memzero(t, f); in alloc() 728 pa_memzero(u->overlap_accum[i], u->overlap_size * sizeof(float));
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | module-echo-cancel.c | 2222 pa_memzero(&u, sizeof(u)); in main()
|