Searched refs:vox_write_block (Results 1 – 1 of 1) sorted by relevance
/third_party/libsnd/src/ |
D | vox_adpcm.c | 268 vox_write_block (SF_PRIVATE *psf, IMA_OKI_ADPCM *pvox, const short *ptr, int len) in vox_write_block() function 300 count = vox_write_block (psf, pvox, ptr, writecount) ; in vox_write_s() 329 count = vox_write_block (psf, pvox, sptr, writecount) ; in vox_write_i() 360 count = vox_write_block (psf, pvox, sptr, writecount) ; in vox_write_f() 391 count = vox_write_block (psf, pvox, sptr, writecount) ; in vox_write_d()
|