Searched refs:frames1 (Results 1 – 4 of 4) sorted by relevance
180 snd_pcm_uframes_t frames1; in mulaw_decode() local192 frames1 = frames; in mulaw_decode()193 while (frames1-- > 0) { in mulaw_decode()226 snd_pcm_uframes_t frames1; in mulaw_encode() local238 frames1 = frames; in mulaw_encode()239 while (frames1-- > 0) { in mulaw_encode()
67 snd_pcm_uframes_t frames1; in convert() local79 frames1 = frames; in convert()80 while (frames1-- > 0) { in convert()
610 snd_pcm_sframes_t frames1 = frames; in snd_pcm_plug_write_transfer() local612 frames1 = plugin->dst_frames(plugin, frames); in snd_pcm_plug_write_transfer()613 if (frames1 <= 0) in snd_pcm_plug_write_transfer()614 return frames1; in snd_pcm_plug_write_transfer()616 err = next->client_channels(next, frames1, &dst_channels); in snd_pcm_plug_write_transfer()619 if (err != frames1) { in snd_pcm_plug_write_transfer()622 frames = plugin->src_frames(plugin, frames1); in snd_pcm_plug_write_transfer()
5540 struct xdp_frame *frames1[] = {frame}; in bond_xdp_xmit() local5552 err = slave_dev->netdev_ops->ndo_xdp_xmit(slave_dev, 1, frames1, flags); in bond_xdp_xmit()