Home
last modified time | relevance | path

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

/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Ddwvw.c67 static int dwvw_decode_data (SF_PRIVATE *psf, DWVW_PRIVATE *pdwvw, int *ptr, int len) ;
202 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ; in dwvw_read_s()
228 count = dwvw_decode_data (psf, pdwvw, ptr, readcount) ; in dwvw_read_i()
259 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ; in dwvw_read_f()
291 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ; in dwvw_read_d()
305 dwvw_decode_data (SF_PRIVATE *psf, DWVW_PRIVATE *pdwvw, int *ptr, int len) in dwvw_decode_data() function