Lines Matching full:fact
867 if (!memcmp(magic, "fact", 4)) { in startread()
1182 non-PCM formats must write an extended format chunk and a fact chunk:
1186 38 - 41 'fact'
1187 42 - 45 dwFactSize = 4 length of the fact chunk minus 8 byte header
1198 40 - 43 'fact'
1199 44 - 47 dwFactSize = 4 length of the fact chunk minus 8 byte header
1213 dwSamplesWritten - (fact header) the number of samples written (after padding
1239 /* fact chunk (not PCM) */ in wavwritehdr()
1240 uint32_t dwFactSize=4; /* length of the fact chunk */ in wavwritehdr()
1363 if (isExtensible || wFormatTag != WAVE_FORMAT_PCM) /* PCM omits the "fact" chunk */ in wavwritehdr()
1454 /* if not PCM, write the 'fact' chunk */ in wavwritehdr()
1456 lsx_writes(ft, "fact"); in wavwritehdr()