Home
last modified time | relevance | path

Searched refs:wavlike_read_peak_chunk (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/src/
Dwavlike.h352 int wavlike_read_peak_chunk (SF_PRIVATE * psf, size_t chunk_size) ;
Drf64.c293 if ((error = wavlike_read_peak_chunk (psf, chunk_size)) != 0) in rf64_read_header()
Dwav.c462 if ((error = wavlike_read_peak_chunk (psf, chunk_size)) != 0) in wav_read_header()
Dwavlike.c1186 wavlike_read_peak_chunk (SF_PRIVATE * psf, size_t chunk_size) in wavlike_read_peak_chunk() function
/third_party/libsnd/
DNEWS44 * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz.