Searched refs:areas (Results 26 - 50 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plugin.h27 const snd_pcm_channel_area_t *areas,
36 const snd_pcm_channel_area_t *res_areas, /* result areas */
37 snd_pcm_uframes_t res_offset, /* offset of result areas */
38 snd_pcm_uframes_t res_size, /* size of result areas */
68 const snd_pcm_channel_area_t *res_areas, /* result areas */
69 snd_pcm_uframes_t res_offset, /* offset of result areas */
70 snd_pcm_uframes_t res_size, /* size of result areas */
75 const snd_pcm_channel_area_t *res_areas, /* result areas */
76 snd_pcm_uframes_t res_offset, /* offset of result areas */
77 snd_pcm_uframes_t res_size, /* size of result areas */
[all...]
H A Dpcm_meter.c74 const snd_pcm_channel_area_t *areas,
90 areas, src_offset,
104 const snd_pcm_channel_area_t *areas; local
107 areas = snd_pcm_mmap_areas(pcm);
116 snd_pcm_meter_add_frames(pcm, areas, old_rptr,
128 const snd_pcm_channel_area_t *areas; local
132 areas = snd_pcm_mmap_areas(pcm);
148 snd_pcm_meter_add_frames(pcm, areas, old_rptr,
73 snd_pcm_meter_add_frames(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t ptr, snd_pcm_uframes_t frames) argument
H A Dpcm_softvol.c592 const snd_pcm_channel_area_t *areas,
605 areas, offset, pcm->channels, size);
608 areas, offset, pcm->channels, size);
615 const snd_pcm_channel_area_t *areas,
627 softvol_convert_mono_vol(svol, areas, offset, slave_areas,
630 softvol_convert_stereo_vol(svol, areas, offset, slave_areas,
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.c785 /* OPTIMIZE: we have already allocated areas for ALSA output channels */
786 /* next loop deallocates the last output LADSPA areas and connects */
787 /* them to ALSA areas (NULL) or dummy area ladpsa->free[1] ; */
858 const snd_pcm_channel_area_t *areas,
876 areas, offset,
891 data = (LADSPA_Data *)((char *)areas[chn].addr + (areas[chn].first / 8));
900 data = (LADSPA_Data *)((char *)slave_areas[chn].addr + (areas[chn].first / 8));
919 const snd_pcm_channel_area_t *areas,
936 snd_pcm_areas_copy(areas, offse
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
[all...]
H A Dpcm_route.c664 const snd_pcm_channel_area_t *areas,
676 areas, offset,
686 const snd_pcm_channel_area_t *areas,
697 snd_pcm_route_convert(areas, 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
H A Dpcm_local.h353 void snd_pcm_areas_from_buf(snd_pcm_t *pcm, snd_pcm_channel_area_t *areas, void *buf);
354 void snd_pcm_areas_from_bufs(snd_pcm_t *pcm, snd_pcm_channel_area_t *areas, void **bufs);
378 const snd_pcm_channel_area_t *areas,
382 snd_pcm_sframes_t snd_pcm_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas,
385 snd_pcm_sframes_t snd_pcm_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas,
H A Dpcm.c240 \subsection alsa_mmap_rw Direct Read / Write transfer (via mmap'ed areas)
242 Three kinds of organization of ring buffer memory areas exist in ALSA API.
244 #SND_PCM_ACCESS_MMAP_NONINTERLEAVED expects continous sample areas for
249 access to memory areas via #snd_pcm_mmap_begin() function.
250 This function returns the areas (single area is equal to a channel)
253 transfers the data in the memory areas, then it must be acknowledged
2627 * \brief Silence one or more areas
2628 * \param dst_areas areas specification (one for each channel)
2657 /* Collapse the areas */
2795 * \brief Copy one or more areas
6489 snd_pcm_mmap_begin(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames) argument
6595 snd_pcm_areas_from_buf(snd_pcm_t *pcm, snd_pcm_channel_area_t *areas, void *buf) argument
6607 snd_pcm_areas_from_bufs(snd_pcm_t *pcm, snd_pcm_channel_area_t *areas, void **bufs) argument
6619 snd_pcm_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, snd_pcm_xfer_areas_func_t func) argument
6698 snd_pcm_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, snd_pcm_xfer_areas_func_t func) argument
[all...]
H A Dpcm_null.c206 const snd_pcm_channel_area_t *areas ATTRIBUTE_UNUSED,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dhwblk.c14 struct hwblk_area *hap = info->areas + area;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dhwblk-sh7723.c97 .areas = sh7723_hwblk_area,
H A Dhwblk-sh7724.c101 .areas = sh7724_hwblk_area,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpercpu.c11 * areas. Percpu areas are allocated in chunks. Each chunk is
14 * (special boot time alloc/init handling necessary as these areas
24 * Allocation is done in offset-size areas of single unit space. Ie,
945 * static percpu areas are not considered. For those, use
1300 * static areas on architectures where the addressing model has
1313 * for vm areas.
1320 * percpu areas. Units which should be colocated are put into the
1321 * same group. Dynamic VM areas will be allocated according to these
1328 * If the first chunk ends up with both reserved and dynamic areas, i
1560 void **areas = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Ddebug.h44 #define DEBUG_FLUSH_ALL -1 /* parameter to flush all areas */
68 debug_entry_t*** areas; member in struct:debug_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.h169 list areas; /* OSPF areas. */ member in struct:ospf
H A Dospf_snmp.c625 node = listhead (ospf_top->areas);
634 for (node = listhead (ospf_top->areas); node; nextnode (node))
757 for (node = listhead (ospf_top->areas); node; nextnode (node))
H A Dospf_ase.c631 /* This version simple adds to the table all NSSA areas */
633 for (node = listhead (ospf_top->areas); node; nextnode (node))
H A Dospf_flood.c226 Type-5's and flooded to all non-NSSA/STUB areas.
631 Divert the Type-5 LSA's to all non-NSSA/STUB areas
633 Divert the Type-7 LSA's to all NSSA areas
636 exception of stub areas (see Section 3.6). The eligible
638 links and those interfaces attaching to stub areas. */
646 for (node = listhead (ospf_top->areas); node; nextnode (node))
654 /* Don't send AS externals into stub areas. Various types
655 of support for partial stub areas can be implemented
656 here. NSSA's will receive Type-7's that have areas
H A Dospf_lsa.c849 for (node = listhead (ospf_top->areas); node; nextnode (node))
2573 for (node = listhead (ospf_top->areas); node; nextnode (node))
2911 for (n1 = listhead (top->areas); n1; nextnode (n1))
H A Dospf_vty.c1692 "Set the filter for networks announced to other areas\n"
1714 "Unset the filter for networks announced to other areas\n"
1739 "Set the filter for networks from other areas announced to the specified one\n"
1761 "Unset the filter for networks announced to other areas\n"
1784 "Filter networks between OSPF areas\n"
1785 "Filter prefixes between OSPF areas\n"
1828 "Filter networks between OSPF areas\n"
1829 "Filter prefixes between OSPF areas\n"
2521 /* Show number of areas attached. */
2522 vty_out (vty, " Number of areas attache
[all...]
H A Dospf_spf.c333 transit areas area confidered */
1008 for (node = listhead (ospf->areas); node; node = nextnode (node))
H A Dospf_zebra.c978 for (node = listhead (ospf_top->areas); node; nextnode (node))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_core.h51 int areas; member in struct:qeth_dbf_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbrush.tex14 A brush is a drawing tool for filling in areas. It is used for painting
H A Dregion.tex271 for any overlapping areas. The result is stored in this region.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h913 const snd_pcm_channel_area_t **areas,

Completed in 131 milliseconds

123