Searched refs:slave_offset (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plugin.c269 snd_pcm_uframes_t slave_offset; local
272 err = snd_pcm_mmap_begin(slave, &slave_areas, &slave_offset, &slave_frames);
276 slave_areas, slave_offset, &slave_frames);
284 result = snd_pcm_mmap_commit(slave, slave_offset, slave_frames);
287 res = plugin->undo_write(pcm, slave_areas, slave_offset + result, slave_frames, slave_frames - result);
315 snd_pcm_uframes_t slave_offset; local
318 snd_pcm_mmap_begin(slave, &slave_areas, &slave_offset, &slave_frames);
322 slave_areas, slave_offset, &slave_frames);
330 result = snd_pcm_mmap_commit(slave, slave_offset, slave_frames);
414 snd_pcm_uframes_t slave_offset; local
481 snd_pcm_uframes_t slave_offset; local
[all...]
H A Dpcm_copy.c113 snd_pcm_uframes_t slave_offset,
118 snd_pcm_areas_copy(slave_areas, slave_offset,
131 snd_pcm_uframes_t slave_offset,
137 slave_areas, slave_offset,
108 snd_pcm_copy_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
126 snd_pcm_copy_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_rate.c543 snd_pcm_uframes_t slave_offset)
546 do_convert(slave_areas, slave_offset, rate->gen.slave->period_size,
556 snd_pcm_uframes_t slave_offset)
560 slave_areas, slave_offset, rate->gen.slave->period_size,
732 snd_pcm_uframes_t slave_offset, xfer; local
738 result = snd_pcm_mmap_begin(rate->gen.slave, &slave_areas, &slave_offset, &slave_frames);
746 slave_areas, slave_offset);
747 result = snd_pcm_mmap_commit(rate->gen.slave, slave_offset, slave_size);
769 result = snd_pcm_mmap_begin(rate->gen.slave, &slave_areas, &slave_offset, &slave_frames);
777 snd_pcm_areas_copy(slave_areas, slave_offset,
539 snd_pcm_rate_write_areas1(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset) argument
552 snd_pcm_rate_read_areas1(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset) argument
845 snd_pcm_uframes_t slave_offset, xfer; local
[all...]
H A Dpcm_linear.c368 snd_pcm_uframes_t slave_offset,
375 snd_pcm_linear_getput(slave_areas, slave_offset,
380 snd_pcm_linear_convert(slave_areas, slave_offset,
393 snd_pcm_uframes_t slave_offset,
401 slave_areas, slave_offset,
406 slave_areas, slave_offset,
363 snd_pcm_linear_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
388 snd_pcm_linear_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_alaw.c347 snd_pcm_uframes_t slave_offset,
353 alaw->func(slave_areas, slave_offset,
367 snd_pcm_uframes_t slave_offset,
374 slave_areas, slave_offset,
342 snd_pcm_alaw_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
362 snd_pcm_alaw_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_lfloat.c306 snd_pcm_uframes_t slave_offset,
312 lfloat->func(slave_areas, slave_offset,
326 snd_pcm_uframes_t slave_offset,
333 slave_areas, slave_offset,
301 snd_pcm_lfloat_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
321 snd_pcm_lfloat_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_mulaw.c362 snd_pcm_uframes_t slave_offset,
368 mulaw->func(slave_areas, slave_offset,
382 snd_pcm_uframes_t slave_offset,
389 slave_areas, slave_offset,
357 snd_pcm_mulaw_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
377 snd_pcm_mulaw_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_adpcm.c474 snd_pcm_uframes_t slave_offset,
480 adpcm->func(slave_areas, slave_offset,
494 snd_pcm_uframes_t slave_offset,
501 slave_areas, slave_offset,
469 snd_pcm_adpcm_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
489 snd_pcm_adpcm_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_extplug.c340 snd_pcm_uframes_t slave_offset,
347 size = ext->data->callback->transfer(ext->data, slave_areas, slave_offset,
362 snd_pcm_uframes_t slave_offset,
370 slave_areas, slave_offset, size);
335 snd_pcm_extplug_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
357 snd_pcm_extplug_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_iec958.c367 snd_pcm_uframes_t slave_offset,
373 iec->func(iec, slave_areas, slave_offset,
386 snd_pcm_uframes_t slave_offset,
393 slave_areas, slave_offset,
362 snd_pcm_iec958_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
381 snd_pcm_iec958_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_plugin.h31 snd_pcm_uframes_t slave_offset,
H A Dpcm_softvol.c596 snd_pcm_uframes_t slave_offset,
604 softvol_convert_mono_vol(svol, slave_areas, slave_offset,
607 softvol_convert_stereo_vol(svol, slave_areas, slave_offset,
619 snd_pcm_uframes_t slave_offset,
628 slave_offset, pcm->channels, size);
631 slave_offset, pcm->channels, size);
591 snd_pcm_softvol_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
614 snd_pcm_softvol_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_ladspa.c862 snd_pcm_uframes_t slave_offset,
875 snd_pcm_areas_copy(slave_areas, slave_offset,
901 data += slave_offset;
909 slave_offset += size1;
923 snd_pcm_uframes_t slave_offset,
937 slave_areas, slave_offset,
953 data += slave_offset;
970 slave_offset += size1;
857 snd_pcm_ladspa_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
918 snd_pcm_ladspa_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
H A Dpcm_route.c668 snd_pcm_uframes_t slave_offset,
675 snd_pcm_route_convert(slave_areas, slave_offset,
690 snd_pcm_uframes_t slave_offset,
698 slave_areas, slave_offset,
663 snd_pcm_route_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument
685 snd_pcm_route_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) argument

Completed in 116 milliseconds