Searched refs:dst_channel (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/util/format/ |
H A D | u_format_pack.py | 268 def clamp_expr(src_channel, dst_channel, dst_native_type, value): 272 if src_channel == dst_channel: 277 dst_min = dst_channel.min() 278 dst_max = dst_channel.max() 297 dst_channel, dst_native_type, 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 [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_route.c | 409 unsigned int dst_channel; in snd_pcm_route_convert() local 415 for (dst_channel = 0; dst_channel < dst_channels; ++dst_channel) { in snd_pcm_route_convert() 416 if (dst_channel >= params->ndsts) in snd_pcm_route_convert() 435 unsigned int dst_channel; in snd_pcm_route_close() local 438 for (dst_channel = 0; dst_channel < params->ndsts; ++dst_channel) { in snd_pcm_route_close() 439 free(params->dsts[dst_channel] in snd_pcm_route_close() 935 unsigned int src_channel, dst_channel; route_load_ttable() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/demux/ |
H A 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/ |
H A D | pcm.h | 1177 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset, 1181 int snd_pcm_area_copy(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,
|
Completed in 6 milliseconds