Searched refs:dst_channel (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/util/format/ |
D | u_format_pack.py | 268 def clamp_expr(src_channel, dst_channel, dst_native_type, value): argument 272 if src_channel == dst_channel: 277 dst_min = dst_channel.min() 278 dst_max = dst_channel.max() 297 dst_channel, dst_native_type, argument 313 if dst_channel.type == FLOAT: 316 assert dst_channel.type == UNSIGNED 317 assert dst_channel.norm 318 assert dst_channel.size == 8 321 assert dst_channel.type == UNSIGNED [all …]
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_route.c | 410 unsigned int dst_channel; in snd_pcm_route_convert() local 416 for (dst_channel = 0; dst_channel < dst_channels; ++dst_channel) { in snd_pcm_route_convert() 417 if (dst_channel >= params->ndsts) in snd_pcm_route_convert() 436 unsigned int dst_channel; in snd_pcm_route_close() local 439 for (dst_channel = 0; dst_channel < params->ndsts; ++dst_channel) { in snd_pcm_route_close() 440 free(params->dsts[dst_channel].srcs); in snd_pcm_route_close() 934 unsigned int src_channel, dst_channel; in route_load_ttable() local 954 for (dst_channel = 0; dst_channel < dused; ++dst_channel) { in route_load_ttable() 961 v = ttable[src_channel * smul + dst_channel * dmul]; in route_load_ttable()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | anim_decode.c | 201 const uint8_t dst_channel = (dst >> shift) & 0xff; in BlendChannelNonPremult() local 202 const uint32_t blend_unscaled = src_channel * src_a + dst_channel * dst_a; in BlendChannelNonPremult()
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | anim_decode.c | 209 const uint8_t dst_channel = (dst >> shift) & 0xff; in BlendChannelNonPremult() local 210 const uint32_t blend_unscaled = src_channel * src_a + dst_channel * dst_a; in BlendChannelNonPremult()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 1156 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset, 1160 int snd_pcm_area_copy(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,
|