Home
last modified time | relevance | path

Searched defs:dst_areas (Results 1 - 15 of 15) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_rate_linear.c67 linear_expand(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_expand() argument
138 linear_expand_s16(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_expand_s16() argument
189 linear_shrink(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_shrink() argument
259 linear_shrink_s16(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_shrink_s16() argument
310 linear_convert(void *obj, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) linear_convert() argument
[all...]
H A Dpcm_dshare.c62 const snd_pcm_channel_area_t *dst_areas; in do_silence() local
113 const snd_pcm_channel_area_t *src_areas, *dst_areas; in snd_pcm_dshare_sync_area() local
77 share_areas(snd_pcm_direct_t *dshare, const snd_pcm_channel_area_t *src_areas, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t src_ofs, snd_pcm_uframes_t dst_ofs, snd_pcm_uframes_t size) share_areas() argument
H A Dpcm_dsnoop.c108 const snd_pcm_channel_area_t *src_areas, *dst_areas; in snd_pcm_dsnoop_sync_area() local
75 snoop_areas(snd_pcm_direct_t *dsnoop, const snd_pcm_channel_area_t *src_areas, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t src_ofs, snd_pcm_uframes_t dst_ofs, snd_pcm_uframes_t size) snoop_areas() argument
H A Dpcm_dmix.c155 mix_areas(snd_pcm_direct_t *dmix, const snd_pcm_channel_area_t *src_areas, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t src_ofs, snd_pcm_uframes_t dst_ofs, snd_pcm_uframes_t size) mix_areas() argument
223 remix_areas(snd_pcm_direct_t *dmix, const snd_pcm_channel_area_t *src_areas, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t src_ofs, snd_pcm_uframes_t dst_ofs, snd_pcm_uframes_t size) remix_areas() argument
317 const snd_pcm_channel_area_t *src_areas, *dst_areas; snd_pcm_dmix_sync_area() local
677 const snd_pcm_channel_area_t *src_areas, *dst_areas; snd_pcm_dmix_rewind() local
[all...]
H A Dpcm_iec958.c145 snd_pcm_iec958_decode(snd_pcm_iec958_t *iec, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames) snd_pcm_iec958_decode() argument
182 snd_pcm_iec958_encode(snd_pcm_iec958_t *iec, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames) snd_pcm_iec958_encode() argument
H A Dpcm_lfloat.c95 void snd_pcm_lfloat_convert_integer_float(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_lfloat_convert_integer_float() argument
140 void snd_pcm_lfloat_convert_float_integer(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_lfloat_convert_float_integer() argument
H A Dpcm_linear.c146 void snd_pcm_linear_convert(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_linear_convert() argument
180 void snd_pcm_linear_getput(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_linear_getput() argument
H A Dpcm_mulaw.c160 void snd_pcm_mulaw_decode(const snd_pcm_channel_area_t *dst_areas, in snd_pcm_mulaw_decode() argument
197 void snd_pcm_mulaw_encode(const snd_pcm_channel_area_t *dst_areas, in snd_pcm_mulaw_encode() argument
H A Dpcm_adpcm.c215 void snd_pcm_adpcm_decode(const snd_pcm_channel_area_t *dst_areas, in snd_pcm_adpcm_decode() argument
268 void snd_pcm_adpcm_encode(const snd_pcm_channel_area_t *dst_areas, in snd_pcm_adpcm_encode() argument
H A Dpcm_alaw.c144 void snd_pcm_alaw_decode(const snd_pcm_channel_area_t *dst_areas, in snd_pcm_alaw_decode() argument
181 void snd_pcm_alaw_encode(const snd_pcm_channel_area_t *dst_areas, in snd_pcm_alaw_encode() argument
H A Dpcm_softvol.c316 softvol_convert_stereo_vol(snd_pcm_softvol_t *svol, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames) softvol_convert_stereo_vol() argument
377 softvol_convert_mono_vol(snd_pcm_softvol_t *svol, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames) softvol_convert_mono_vol() argument
H A Dpcm_direct.c635 const snd_pcm_channel_area_t *dst_areas; local
1420 const snd_pcm_channel_area_t *dst_areas; local
1684 const snd_pcm_channel_area_t *dst_areas; local
[all...]
H A Dpcm_rate.c568 static void do_convert(const snd_pcm_channel_area_t *dst_areas, in do_convert() argument
H A Dpcm_route.c400 static void snd_pcm_route_convert(const snd_pcm_channel_area_t *dst_areas, in snd_pcm_route_convert() argument
H A Dpcm.c3259 int snd_pcm_areas_silence(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_areas_silence() argument
3431 snd_pcm_areas_copy(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames, snd_pcm_format_t format) snd_pcm_areas_copy() argument
[all...]

Completed in 25 milliseconds