Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Drecorddialog.h72 off_t overrun_locs[10]; member
80 Chunk *record_dialog_execute(int *noverruns, off_t overrun_locs[10]);
H A Drecorddialog.c339 rd->overrun_locs[rd->overruns] = rd->written_bytes; in process_input()
1057 Chunk *record_dialog_execute(int *noverruns, off_t overrun_locs[10]) in record_dialog_execute()
1078 memcpy(overrun_locs,rd->overrun_locs,10*sizeof(off_t)); in record_dialog_execute()
H A Dmainwindow.c1552 off_t overrun_locs[10]; in edit_record() local
1555 c = record_dialog_execute(&noverruns, overrun_locs); in edit_record()
1563 overrun_locs[i]/c->format.samplebytes); in edit_record()