Lines Matching full:peaks
275 double peaks [number_of_channels] ;
276 sf_command (sndfile, SFC_CALC_MAX_ALL_CHANNELS, peaks, sizeof (peaks)) ;
281 Zero if peaks have been calculated successfully and non-zero otherwise.
305 double peaks [number_of_channels] ;
306 sf_command (sndfile, SFC_CALC_NORM_MAX_ALL_CHANNELS, peaks, sizeof (peaks)) ;
311 Zero if peaks have been calculated successfully and non-zero otherwise.
364 double peaks [number_of_channels] ;
365 sf_command (sndfile, SFC_GET_MAX_ALL_CHANNELS, peaks, sizeof (peaks)) ;