Searched refs:aifcwriteheader (Results 1 – 1 of 1) sorted by relevance
31 static int aifcwriteheader(sox_format_t *, uint64_t);819 …return(aifcwriteheader(ft, (uint64_t) 0x7f000000 / ((ft->encoding.bits_per_sample >> 3)*ft->signal… in lsx_aifcstartwrite()842 return(aifcwriteheader(ft, ft->olength / ft->signal.channels)); in lsx_aifcstopwrite()845 static int aifcwriteheader(sox_format_t * ft, uint64_t nframes) in aifcwriteheader() function