Lines Matching refs:sf_command
144 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in test_float_peak()
145 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_FALSE) ; in test_float_peak()
146 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in test_float_peak()
174 if (sf_command (file, SFC_GET_SIGNAL_MAX, data, sizeof (double)) == SF_FALSE) in test_float_peak()
184 …if (sf_command (file, SFC_GET_MAX_ALL_CHANNELS, data, sizeof (double) * sfinfo.channels) == SF_FAL… in test_float_peak()
196 sf_command (file, SFC_GET_LOG_INFO, log_buffer, LOG_BUFFER_SIZE) ; in test_float_peak()
211 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_FALSE) ; in test_float_peak()
212 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in test_float_peak()
213 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_FALSE) ; in test_float_peak()
226 if (sf_command (file, SFC_GET_SIGNAL_MAX, data, sizeof (double))) in test_float_peak()
231 if (sf_command (file, SFC_GET_MAX_ALL_CHANNELS, data, sizeof (double) * sfinfo.channels)) in test_float_peak()
238 sf_command (file, SFC_GET_LOG_INFO, log_buffer, LOG_BUFFER_SIZE) ; in test_float_peak()
336 sf_command (file, SFC_SET_ADD_PEAK_CHUNK, NULL, SF_TRUE) ; in read_write_peak_test()
350 sf_command (file, SFC_GET_SIGNAL_MAX, &max_peak, sizeof (max_peak)) ; in read_write_peak_test()
362 sf_command (file, SFC_GET_SIGNAL_MAX, &max_peak, sizeof (double)) ; in read_write_peak_test()