Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c121 int32_t rsrc, rdst; /* original source / destination rates */ member
710 info->dst = info->rdst - (info->rdst % ((feeder_rate_round > 0 && in z_resampler_reset()
711 info->rdst > feeder_rate_round) ? feeder_rate_round : 1)); in z_resampler_reset()
1371 info->src, info->rsrc, info->dst, info->rdst); in z_resampler_setup()
1452 if (value == info->rdst) in z_resampler_set()
1454 info->rdst = value; in z_resampler_set()
1500 return (info->rdst); in z_resampler_get()
1529 info->rdst = Z_RATE_DEFAULT; in z_resampler_init()
/freebsd/sys/dev/netmap/
H A Dnetmap.c1305 struct netmap_ring *rdst = kdst->ring; in netmap_sw_to_nic() local
1309 for (; rxcur != head && !nm_ring_empty(rdst); in netmap_sw_to_nic()
1312 u_int dst_head = rdst->head; in netmap_sw_to_nic()
1320 dst = &rdst->slot[dst_head]; in netmap_sw_to_nic()
1331 rdst->head = rdst->cur = nm_next(dst_head, dst_lim); in netmap_sw_to_nic()