HomeSort by relevance Sort by last modified time
    Searched refs:source_channel (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
decode_wav_op.cc 84 int source_channel; variable
86 source_channel = channel;
88 source_channel = decoded_channel_count - 1;
91 (sample * decoded_channel_count) + source_channel;
  /external/webrtc/webrtc/voice_engine/
utility.h 51 size_t source_channel,
utility.cc 85 size_t source_channel,
88 assert(source_channel == 1 || source_channel == 2);
90 if (target_channel == 2 && source_channel == 1) {
100 } else if (target_channel == 1 && source_channel == 2) {
  /external/ImageMagick/MagickCore/
channel.c 118 const Image *source_image,const PixelChannel source_channel,
172 source_traits=GetPixelChannelTraits(source_image,source_channel);
182 GetPixelChannel(source_image,source_channel,p),q);
224 source_channel, local
311 source_channel=(PixelChannel) i;
393 source_image,source_channel,ClampToQuantum(pixel),exception);
402 status=ChannelImage(destination_image,source_channel,channel_op,
    [all...]

Completed in 77 milliseconds