Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcaf.c67 #define CAF_PEAK_CHUNK_SIZE(ch) ((int) (sizeof (int) + ch * (sizeof (float) + 8))) macro
413 if (chunk_size != CAF_PEAK_CHUNK_SIZE (psf->sf.channels)) in caf_read_header()
415 …psf_log_printf (psf, "*** File PEAK chunk %D should be %d.\n", chunk_size, CAF_PEAK_CHUNK_SIZE (ps… in caf_read_header()
730 …psf_binheader_writef (psf, "Em84", BHWm (peak_MARKER), BHW8 ((sf_count_t) CAF_PEAK_CHUNK_SIZE (psf… in caf_write_header()