Home
last modified time | relevance | path

Searched refs:read_sample_with_direction (Results 1 – 2 of 2) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-edits.c7224 mus_float_t read_sample_with_direction(void *p, int dir);
7225 mus_float_t read_sample_with_direction(void *p, int dir) in read_sample_with_direction() function
7252 …return(C_double_to_Xen_real(read_sample_with_direction((void *)Xen_object_ref(obj), Xen_integer_to… in g_read_sample_with_direction()
7254 …return(C_double_to_Xen_real(read_sample_with_direction((void *)xen_mix_to_snd_fd(obj), Xen_integer… in g_read_sample_with_direction()
H A Dclm2xen.c9688 mus_float_t read_sample_with_direction(void *p, int dir);
9691 return(read_sample_with_direction((snd_fd *)(((mus_xen *)ptr)->vcts[MUS_INPUT_DATA]), direction));
9700 data[i] = read_sample_with_direction(p, direction);