Searched refs:loopend (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/pci/emu10k1/ |
D | emu10k1_patch.c | 44 int loopend, sampleend; in snd_emu10k1_sample_new() local 61 sp->v.loopend -= sp->v.start; in snd_emu10k1_sample_new() 68 loopend = sp->v.loopend; in snd_emu10k1_sample_new() 69 if (loopend > sampleend) in snd_emu10k1_sample_new() 70 loopend = sampleend; in snd_emu10k1_sample_new() 73 if (sp->v.loopstart >= sp->v.loopend) in snd_emu10k1_sample_new() 74 swap(sp->v.loopstart, sp->v.loopend); in snd_emu10k1_sample_new() 81 loopsize = sp->v.loopend - sp->v.loopstart; in snd_emu10k1_sample_new() 112 size = loopend; in snd_emu10k1_sample_new() 148 sp->v.loopend += loopsize; in snd_emu10k1_sample_new() [all …]
|
D | emu10k1_callback.c | 347 vp->reg.loopend += mapped_offset; in start_voice() 406 addr = vp->reg.loopend; in start_voice()
|
/Linux-v4.19/sound/isa/sb/ |
D | emu8000_patch.c | 168 if (sp->v.loopstart > sp->v.loopend) in snd_emu8000_sample_new() 169 swap(sp->v.loopstart, sp->v.loopend); in snd_emu8000_sample_new() 174 truesize += sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new() 196 sp->v.loopend -= sp->v.start; in snd_emu8000_sample_new() 238 if (i == sp->v.loopend && in snd_emu8000_sample_new() 241 int looplen = sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new() 250 sp->v.loopend += looplen; in snd_emu8000_sample_new() 253 sp->v.loopend += looplen; in snd_emu8000_sample_new() 266 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu8000_sample_new() 274 sp->v.loopend += dram_start; in snd_emu8000_sample_new()
|
D | emu8000_callback.c | 285 addr = vp->reg.loopend - 1; in start_voice()
|
/Linux-v4.19/include/uapi/sound/ |
D | sfnt_info.h | 120 int loopstart, loopend; /* loop offset correction */ member 165 int loopstart, loopend; /* loop start & end offset */ member
|
/Linux-v4.19/sound/synth/emux/ |
D | emux_proc.c | 97 vp->reg.start, vp->reg.end, vp->reg.loopstart, vp->reg.loopend); in snd_emux_proc_info_read()
|
D | soundfont.c | 676 avp->loopend += sample->v.loopend; in set_sample() 979 smp->v.loopend = patch.loop_end; in load_guspatch() 1001 smp->v.loopend /= 2; in load_guspatch()
|
D | emux_effect.c | 271 vp->reg.loopend += effect_get_offset(chan, EMUX_FX_LOOP_END, in snd_emux_setup_effect()
|