Home
last modified time | relevance | path

Searched refs:ipatch_sample_get_size (Results 1 – 11 of 11) sorted by relevance

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSample.c290 ipatch_sample_get_size(IpatchSample *sample, guint *bytes) in ipatch_sample_get_size() function
717 dest_size = ipatch_sample_get_size(dest_sample, NULL); in ipatch_sample_copy()
718 src_size = ipatch_sample_get_size(src_sample, NULL); in ipatch_sample_copy()
1185 size = ipatch_sample_get_size(handle->sample, NULL); in ipatch_sample_handle_read()
1328 size = ipatch_sample_get_size(handle->sample, NULL); in ipatch_sample_handle_write()
H A DIpatchSampleList.c169 sample_size = ipatch_sample_get_size(sample, NULL); in ipatch_sample_list_item_new_init()
633 sample_size = ipatch_sample_get_size(item->sample, NULL); in ipatch_sample_list_dump()
H A DIpatchSampleStoreRam.c171 ipatch_sample_get_size(handle->sample, &bytes); in ipatch_sample_store_ram_sample_iface_open()
H A DIpatchSampleStoreSwap.c259 ipatch_sample_get_size(IPATCH_SAMPLE(store), &sample_size); in ipatch_sample_store_swap_sample_iface_open()
784 ipatch_sample_get_size(IPATCH_SAMPLE(store), &size); in ipatch_compact_sample_store_swap()
H A DIpatchSample.h234 guint ipatch_sample_get_size(IpatchSample *sample, guint *bytes);
H A DIpatchSF2Writer.c1072 samsize = ipatch_sample_get_size((IpatchSample *)(sample->sample_data), NULL); in sfont_write_samples()
1163 total_size += ipatch_sample_get_size((IpatchSample *)sample, NULL) + 46; in sfont_write_samples24()
1216 samsize = ipatch_sample_get_size((IpatchSample *)(sample->sample_data), NULL); in sfont_write_samples24()
2114 shdr.end = ipatch_sample_get_size((IpatchSample *)sample, NULL) + start; in sfont_write_shdrs()
H A DIpatchSLIWriter.c605 ipatch_sample_get_size(IPATCH_SAMPLE(sample), NULL) * in ipatch_sli_writer_write_group()
964 samsize = ipatch_sample_get_size(IPATCH_SAMPLE(sample->sample_data), NULL); in ipatch_sli_writer_write_sample_data()
H A DIpatchSLISample.c279 … g_value_set_uint(value, ipatch_sample_get_size((IpatchSample *)(sample->sample_data), NULL)); in ipatch_sli_sample_get_property()
H A DIpatchSF2Sample.c314 … g_value_set_uint(value, ipatch_sample_get_size((IpatchSample *)(sample->sample_data), NULL)); in ipatch_sf2_sample_get_property()
H A DIpatchSampleData.c1211 ipatch_sample_get_size(c_sample, &size_bytes); in ipatch_sample_data_get_cache_sample()
H A DIpatchDLSWriter.c1810 samsize = ipatch_sample_get_size(IPATCH_SAMPLE(sample->sample_data), NULL); in dls_write_wave_pool()