Home
last modified time | relevance | path

Searched defs:dst_channel (Results 1 – 7 of 7) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_pack.py269 def clamp_expr(src_channel, dst_channel, dst_native_type, value): argument
298 dst_channel, dst_native_type, argument
438 def generate_unpack_kernel(format, dst_channel, dst_native_type): argument
615 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): argument
673 def generate_format_fetch(format, dst_channel, dst_native_type, dst_suffix): argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py267 def clamp_expr(src_channel, dst_channel, dst_native_type, value): argument
296 dst_channel, dst_native_type, argument
436 def generate_unpack_kernel(format, dst_channel, dst_native_type): argument
613 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): argument
671 def generate_format_fetch(format, dst_channel, dst_native_type, dst_suffix): argument
/external/libopus/src/
Dopus_projection_decoder.c51 int dst_channel, in opus_projection_copy_channel_out_float()
74 int dst_channel, in opus_projection_copy_channel_out_short()
Dopus_multistream_decoder.c310 int dst_channel, in opus_copy_channel_out_float()
341 int dst_channel, in opus_copy_channel_out_short()
/external/webrtc/webrtc/common_audio/
Daudio_converter_unittest.cc151 for (size_t dst_channel = 0; dst_channel < arraysize(kChannels); in TEST() local
/external/webrtc/webrtc/voice_engine/
Dutility_unittest.cc215 for (int dst_channel = 0; dst_channel < kChannelsSize; dst_channel++) { in TEST_F() local
/external/webp/src/demux/
Danim_decode.c201 const uint8_t dst_channel = (dst >> shift) & 0xff; in BlendChannelNonPremult() local