Searched refs:source_channel (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | utility.cc | 85 size_t source_channel, in MixWithSat() argument 88 assert(source_channel == 1 || source_channel == 2); in MixWithSat() 90 if (target_channel == 2 && source_channel == 1) { in MixWithSat() 100 } else if (target_channel == 1 && source_channel == 2) { in MixWithSat()
|
D | utility.h | 51 size_t source_channel,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | decode_wav_op.cc | 84 int source_channel; in Compute() local 86 source_channel = channel; in Compute() 88 source_channel = decoded_channel_count - 1; in Compute() 91 (sample * decoded_channel_count) + source_channel; in Compute()
|
/external/ImageMagick/MagickCore/ |
D | channel.c | 118 const Image *source_image,const PixelChannel source_channel, in ChannelImage() argument 172 source_traits=GetPixelChannelTraits(source_image,source_channel); in ChannelImage() 182 GetPixelChannel(source_image,source_channel,p),q); in ChannelImage() 224 source_channel, in ChannelFxImage() local 321 source_channel=(PixelChannel) i; in ChannelFxImage() 417 source_image,source_channel,ClampToQuantum(pixel),exception); in ChannelFxImage() 426 status=ChannelImage(destination_image,source_channel,channel_op, in ChannelFxImage()
|