Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dvox.c36 return lsx_adpcm_stopread(ft, (adpcm_io_t *)ft->priv); in lsx_vox_stopread()
H A Dadpcms.h52 int lsx_adpcm_stopread(sox_format_t * ft, adpcm_io_t * state);
H A Dadpcms.c222 int lsx_adpcm_stopread(sox_format_t * ft UNUSED, adpcm_io_t * state) in lsx_adpcm_stopread() function
H A Dprc.c291 return lsx_adpcm_stopread(ft, &p->adpcm); in stopread()