Searched refs:blockcount (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
D | gsm610.c | 37 int blockcount, samplecount ; member 166 { pgsm610->blockcount = 0 ; in gsm610_init() 193 pgsm610->blockcount ++ ; in gsm610_wav_decode_block() 196 if (pgsm610->blockcount > pgsm610->blocks) in gsm610_wav_decode_block() 205 { psf_log_printf (psf, "Error from WAV gsm_decode() on frame : %d\n", pgsm610->blockcount) ; in gsm610_wav_decode_block() 210 { psf_log_printf (psf, "Error from WAV gsm_decode() on frame : %d.5\n", pgsm610->blockcount) ; in gsm610_wav_decode_block() 221 pgsm610->blockcount ++ ; in gsm610_decode_block() 224 if (pgsm610->blockcount > pgsm610->blocks) in gsm610_decode_block() 233 { psf_log_printf (psf, "Error from standard gsm_decode() on frame : %d\n", pgsm610->blockcount) ; in gsm610_decode_block() 245 { if (pgsm610->blockcount >= pgsm610->blocks && pgsm610->samplecount >= pgsm610->samplesperblock) in gsm610_read_block() [all …]
|
D | ima_adpcm.c | 35 int blockcount, samplecount ; member 167 psf->sf.frames = pima->samplesperblock * pima->blockcount / psf->sf.channels ; in ima_close() 268 pima->blockcount += pima->channels ; in aiff_ima_decode_block() 271 if (pima->blockcount > pima->blocks) in aiff_ima_decode_block() 386 pima->blockcount ++ ; in aiff_ima_encode_block() 396 pima->blockcount ++ ; in wavlike_ima_decode_block() 399 if (pima->blockcount > pima->blocks) in wavlike_ima_decode_block() 565 pima->blockcount ++ ; in wavlike_ima_encode_block() 575 { if (pima->blockcount >= pima->blocks && pima->samplecount >= pima->samplesperblock) in ima_read_block() 725 pima->blockcount = 0 ; in aiff_ima_seek() [all …]
|
D | ms_adpcm.c | 34 int blockcount ; member 225 pms->blockcount ++ ; in msadpcm_decode_block() 228 if (pms->blockcount > pms->blocks) in msadpcm_decode_block() 324 { if (pms->blockcount >= pms->blocks && pms->samplecount >= pms->samplesperblock) in msadpcm_read_block() 481 pms->blockcount = 0 ; in msadpcm_seek() 497 pms->blockcount = newblock ; in msadpcm_seek() 641 pms->blockcount ++ ; in msadpcm_encode_block()
|
D | sds.c | 217 int bytesread, blockcount ; in sds_read_header() local 282 for (blockcount = 0 ; bytesread < psf->filelength ; blockcount++) in sds_read_header() 293 psf_log_printf (psf, "\nBlocks : %d\n", blockcount) ; in sds_read_header() 294 psds->total_blocks = blockcount ; in sds_read_header() 299 psf_log_printf (psf, "Frames : %d\n", blockcount * psds->samplesperblock) ; in sds_read_header()
|
/third_party/FreeBSD/sys/dev/random/ |
D | yarrow.c | 379 u_int blockcount, i; in random_yarrow_read() local 383 blockcount = howmany(bytecount, RANDOM_BLOCKSIZE); in random_yarrow_read() 384 for (i = 0; i < blockcount; i++) { in random_yarrow_read()
|