Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/sound/pcm/
Dfeeder_rate.c121 int32_t rsrc, rdst; /* original source / destination rates */ member
714 info->dst = info->rdst - (info->rdst % ((feeder_rate_round > 0 && in z_resampler_reset()
715 info->rdst > feeder_rate_round) ? feeder_rate_round : 1)); in z_resampler_reset()
1375 info->src, info->rsrc, info->dst, info->rdst); in z_resampler_setup()
1456 if (value == info->rdst) in z_resampler_set()
1458 info->rdst = value; in z_resampler_set()
1504 return (info->rdst); in z_resampler_get()
1533 info->rdst = Z_RATE_DEFAULT; in z_resampler_init()
/freebsd-10-stable/sys/dev/netmap/
Dnetmap.c1194 struct netmap_ring *rdst = kdst->ring; in netmap_sw_to_nic() local
1198 for (; rxcur != head && !nm_ring_empty(rdst); in netmap_sw_to_nic()
1201 u_int dst_cur = rdst->cur; in netmap_sw_to_nic()
1209 dst = &rdst->slot[dst_cur]; in netmap_sw_to_nic()
1220 rdst->cur = nm_next(dst_cur, dst_lim); in netmap_sw_to_nic()