Home
last modified time | relevance | path

Searched refs:REPORTING_SIZE (Results 1 – 5 of 5) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-sig.c635 if (dur > REPORTING_SIZE) in swap_channels()
637 alloc_len = REPORTING_SIZE; in swap_channels()
785 if (dur > REPORTING_SIZE) in reverse_channel()
788 alloc_len = REPORTING_SIZE; in reverse_channel()
1705 if ((dur + overlap) > REPORTING_SIZE) in clm_channel()
1708 alloc_len = REPORTING_SIZE; in clm_channel()
3335 reporting = ((num > REPORTING_SIZE) && (!(cp->squelch_update))); in map_channel_to_temp_file()
3874 …le_read_any_with_bufsize(beg, cp, READ_FORWARD, pos, (num > REPORTING_SIZE) ? REPORTING_SIZE : num… in g_map_chan_1()
3878 temp_file = (num > REPORTING_SIZE); in g_map_chan_1()
3950 …le_read_any_with_bufsize(beg, cp, READ_FORWARD, pos, (num < REPORTING_SIZE) ? REPORTING_SIZE : num…
[all …]
H A Dsnd-region.c874 if (data_size > REPORTING_SIZE) in deferred_region_to_temp_file()
875 alloc_len = REPORTING_SIZE; in deferred_region_to_temp_file()
925 if (alloc_len > REPORTING_SIZE) in deferred_region_to_temp_file()
926 alloc_len = REPORTING_SIZE; in deferred_region_to_temp_file()
942 if (len <= REPORTING_SIZE) in deferred_region_to_temp_file()
966 if (len <= REPORTING_SIZE) in deferred_region_to_temp_file()
H A Dsnd-select.c1236 if (dur > REPORTING_SIZE) in save_selection()
1237 alloc_len = REPORTING_SIZE; in save_selection()
H A Dsnd-0.h32 #define REPORTING_SIZE (MAX_BUFFER_SIZE * 32) macro
H A Dsnd-edits.c1599 if (alloc_len > REPORTING_SIZE) in snd_make_file()
1600 alloc_len = REPORTING_SIZE; in snd_make_file()