Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsfnt_info.h133 signed char fixkey, fixvel; /* fixed key, velocity */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsfnt_info.h133 signed char fixkey, fixvel; /* fixed key, velocity */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h133 signed char fixkey, fixvel; /* fixed key, velocity */ member
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Dsoundfont.c439 zp->v.fixkey == map.src_key) { in load_map()
466 zp->v.fixkey = map.src_key; in load_map()
608 avp->fixkey = -1; in init_voice_info()
1288 int key = zp->v.fixkey; in search_zones()
H A Demux_synth.c817 if (vp->reg.fixkey >= 0) { in calc_pitch()
818 offset = (vp->reg.fixkey - vp->reg.root) * 4096 / 12; in calc_pitch()