Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dmain.h186 gchar *get_time_l(guint32 samplerate, off_t samples, off_t samplemax,
H A Drecorddialog.c661 get_time_l(1000,(off_t)(f*1000.0),(off_t)(f*1000.0),buf); in set_time_limit()
872 get_time_l(1000,(off_t)(obj->limit_seconds*1000.0),0,limitbuf); in record_dialog_init()
H A Dmain.c692 gchar *get_time_l(guint32 samplerate, off_t samples, off_t samplemax, in get_time_l() function