Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Ddither.c70 sf_count_t (*write_short) (SF_PRIVATE *psf, const short *ptr, sf_count_t len) ; member
113 if (pdither->write_short) in dither_init()
114 psf->write_short = pdither->write_short ; in dither_init()
175 pdither->write_short = psf->write_short ; in dither_init()
176 psf->write_short = dither_write_short ; in dither_init()
233 return pdither->write_short (psf, ptr, len) ; in dither_write_short()
245 thiswrite = (int) pdither->write_short (psf, (short*) pdither->buffer, writecount) ; in dither_write_short()
Ddouble64.c178 psf->write_short = host_write_s2d ; in double64_init()
186 psf->write_short = host_write_s2d ; in double64_init()
194 psf->write_short = host_write_s2d ; in double64_init()
202 psf->write_short = host_write_s2d ; in double64_init()
211 psf->write_short = replace_write_s2d ; in double64_init()
219 psf->write_short = replace_write_s2d ; in double64_init()
227 psf->write_short = replace_write_s2d ; in double64_init()
235 psf->write_short = replace_write_s2d ; in double64_init()
Dfloat32.c175 psf->write_short = host_write_s2f ; in float32_init()
183 psf->write_short = host_write_s2f ; in float32_init()
191 psf->write_short = host_write_s2f ; in float32_init()
199 psf->write_short = host_write_s2f ; in float32_init()
208 psf->write_short = replace_write_s2f ; in float32_init()
216 psf->write_short = replace_write_s2f ; in float32_init()
224 psf->write_short = replace_write_s2f ; in float32_init()
232 psf->write_short = replace_write_s2f ; in float32_init()
Dogg_pcm.c99 psf->write_short = opcm_write_s ; in ogg_pcm_open()
Dpcm.c208 psf->write_short = pcm_write_s2sc ; in pcm_init()
215 psf->write_short = pcm_write_s2uc ; in pcm_init()
222 psf->write_short = pcm_write_s2bes ; in pcm_init()
229 psf->write_short = pcm_write_s2bet ; in pcm_init()
236 psf->write_short = pcm_write_s2bei ; in pcm_init()
243 psf->write_short = pcm_write_s2les ; in pcm_init()
250 psf->write_short = pcm_write_s2let ; in pcm_init()
257 psf->write_short = pcm_write_s2lei ; in pcm_init()
Dmpeg_l3_encode.c105 { psf->write_short = mpeg_l3_encode_write_short_stereo ; in mpeg_l3_encoder_init()
111 { psf->write_short = mpeg_l3_encode_write_short_mono ; in mpeg_l3_encoder_init()
Dogg_speex.c115 psf->write_short = spx_write_s ; in ogg_speex_open()
Dulaw.c48 { psf->write_short = ulaw_write_s2ulaw ; in ulaw_init()
Dalaw.c59 { psf->write_short = alaw_write_s2alaw ; in alaw_init()
Dvox_adpcm.c87 { psf->write_short = vox_write_s ; in vox_adpcm_init()
Dxi.c189 psf->write_short = dpcm_write_s2dsc ; in dpcm_init()
195 psf->write_short = dpcm_write_s2dles ; in dpcm_init()
Dg72x.c155 psf->write_short = g72x_write_s ; in g72x_init()
Dgsm610.c169 psf->write_short = gsm610_write_s ; in gsm610_init()
Dsndfile.c2267 if (psf->write_short == NULL || psf->seek == NULL) in sf_write_short()
2282 count = psf->write_short (psf, ptr, len) ; in sf_write_short()
2319 if (psf->write_short == NULL || psf->seek == NULL) in sf_writef_short()
2334 count = psf->write_short (psf, ptr, frames * psf->sf.channels) ; in sf_writef_short()
Ddwvw.c108 { psf->write_short = dwvw_write_s ; in dwvw_init()
Dcommon.h472 sf_count_t (*write_short) (struct sf_private_tag*, const short *ptr, sf_count_t len) ; member
Dms_adpcm.c190 psf->write_short = msadpcm_write_s ; in wavlike_msadpcm_init()
Dpaf.c379 { psf->write_short = paf24_write_s ; in paf24_init()
Dalac.c320 psf->write_short = alac_write_s ; in alac_writer_init()
Dnms_adpcm.c1080 { psf->write_short = nms_adpcm_write_s ; in nms_adpcm_init()
Dogg_vorbis.c491 psf->write_short = vorbis_write_s ; in ogg_vorbis_open()
Dima_adpcm.c862 psf->write_short = ima_write_s ; in ima_writer_init()
Dsds.c203 { psf->write_short = sds_write_s ; in sds_init()
Dflac.c923 { psf->write_short = flac_write_s2flac ; in flac_init()
Dogg_opus.c362 psf->write_short = ogg_opus_write_s ; in ogg_opus_open()