Home
last modified time | relevance | path

Searched defs:dst_area (Results 1 – 13 of 13) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_rate_linear.c90 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in linear_expand() local
153 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in linear_expand_s16() local
212 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in linear_shrink() local
274 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in linear_shrink_s16() local
Dpcm_alaw.c162 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_alaw_decode() local
200 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_alaw_encode() local
Dpcm_mulaw.c179 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_mulaw_decode() local
217 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_mulaw_encode() local
Dpcm_route.c112 static void snd_pcm_route_convert1_zero(const snd_pcm_channel_area_t *dst_area, in snd_pcm_route_convert1_zero()
126 static void snd_pcm_route_convert1_one(const snd_pcm_channel_area_t *dst_area, in snd_pcm_route_convert1_one()
176 static void snd_pcm_route_convert1_one_getput(const snd_pcm_channel_area_t *dst_area, in snd_pcm_route_convert1_one_getput()
228 static void snd_pcm_route_convert1_many(const snd_pcm_channel_area_t *dst_area, in snd_pcm_route_convert1_many()
412 const snd_pcm_channel_area_t *dst_area; in snd_pcm_route_convert() local
Dpcm_linear.c163 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_linear_convert() local
199 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_linear_getput() local
Dpcm_lfloat.c118 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_lfloat_convert_integer_float() local
163 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_lfloat_convert_float_integer() local
Dpcm_adpcm.c236 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_adpcm_decode() local
290 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_adpcm_encode() local
Dpcm_iec958.c164 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_iec958_decode() local
207 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel]; in snd_pcm_iec958_encode() local
Dpcm_softvol.c325 const snd_pcm_channel_area_t *dst_area, *src_area; in softvol_convert_stereo_vol() local
386 const snd_pcm_channel_area_t *dst_area, *src_area; in softvol_convert_mono_vol() local
Dpcm.c3048 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, in snd_pcm_area_silence()
3214 int snd_pcm_area_copy(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, in snd_pcm_area_copy()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dattention_fp32.c47 int dst_area = row_align * deep; in LeftMatrixPackElementSize() local
61 int dst_area = deep * col_align; in RightMatrixPackElementSize() local
76 int dst_area = row_align * deep; in PackLeftMatrix() local
138 int dst_area = deep * col_align; in PackRightMatrix() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_bicubic_filter.c389 struct u_rect *dst_area, in vl_bicubic_filter_render()
Dvl_compositor.c529 unsigned layer, struct u_rect *dst_area) in vl_compositor_set_layer_dst_area()