Searched refs:channel_index (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dresample.c328 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
332 int last_sample = st->last_sample[channel_index];
333 spx_uint32_t samp_frac_num = st->samp_frac_num[channel_index];
371 st->last_sample[channel_index] = last_sample;
372 st->samp_frac_num[channel_index] = samp_frac_num;
379 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
383 int last_sample = st->last_sample[channel_index];
384 spx_uint32_t samp_frac_num = st->samp_frac_num[channel_index];
422 st->last_sample[channel_index] = last_sample;
423 st->samp_frac_num[channel_index]
428 resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
490 resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
792 speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
818 speex_resampler_magic(SpeexResamplerState *st, spx_uint32_t channel_index, spx_word16_t **out, spx_uint32_t out_len) argument
839 speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len) argument
880 speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float *in, spx_uint32_t *in_len, float *out, spx_uint32_t *out_len) argument
[all...]
/external/speex/libspeex/
H A Dresample.c332 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
336 int last_sample = st->last_sample[channel_index];
337 spx_uint32_t samp_frac_num = st->samp_frac_num[channel_index];
376 st->last_sample[channel_index] = last_sample;
377 st->samp_frac_num[channel_index] = samp_frac_num;
384 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
388 int last_sample = st->last_sample[channel_index];
389 spx_uint32_t samp_frac_num = st->samp_frac_num[channel_index];
427 st->last_sample[channel_index] = last_sample;
428 st->samp_frac_num[channel_index]
433 resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
496 resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
802 speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) argument
828 speex_resampler_magic(SpeexResamplerState *st, spx_uint32_t channel_index, spx_word16_t **out, spx_uint32_t out_len) argument
849 speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len) argument
890 speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const float *in, spx_uint32_t *in_len, float *out, spx_uint32_t *out_len) argument
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc311 int channel_index = 0; local
723 if (channel_index < kMaxNumChannels) {
724 res = base1->StartReceive(channels[channel_index]);
726 res = base1->StartPlayout(channels[channel_index]);
728 res = base1->StartSend(channels[channel_index]);
730 res = file->StartPlayingFileAsMicrophone(channels[channel_index],
735 channel_index++;
736 printf("Using %d additional channels\n", channel_index);
741 if (channel_index > 0) {
742 channel_index
[all...]
/external/chromium_org/third_party/speex/include/speex/
H A Dspeex_resampler.h157 * @param channel_index Index of the channel to process for the multi-channel
166 spx_uint32_t channel_index,
174 * @param channel_index Index of the channel to process for the multi-channel
183 spx_uint32_t channel_index,
/external/speex/include/speex/
H A Dspeex_resampler.h157 * @param channel_index Index of the channel to process for the multi-channel
166 spx_uint32_t channel_index,
174 * @param channel_index Index of the channel to process for the multi-channel
183 spx_uint32_t channel_index,
/external/chromium_org/media/audio/pulse/
H A Dpulse_util.cc89 int channel_index = ChannelOrder(channel_layout, ch); local
90 if (channel_index < 0)
93 channel_map.map[channel_index] = ChromiumToPAChannelPosition(ch);
/external/chromium_org/mojo/system/
H A Dremote_message_pipe_unittest.cc74 // This bootstraps |ep| on |channels_[channel_index]|. It assumes/requires
78 void BootstrapChannelEndpointNoWait(unsigned channel_index, argument
84 channel_index,
120 void CreateAndInitChannel(unsigned channel_index) { argument
122 CHECK(channel_index == 0 || channel_index == 1);
123 CHECK(!channels_[channel_index].get());
125 channels_[channel_index] = new Channel(&platform_support_);
126 CHECK(channels_[channel_index]->Init(
127 RawChannel::Create(platform_handles_[channel_index]
146 BootstrapChannelEndpointOnIOThread(unsigned channel_index, scoped_refptr<ChannelEndpoint> ep) argument
[all...]
/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution_unittest.cc29 int channel_index,
40 signal_y * src_row_stride + signal_x * channel_count + channel_index;
48 int channel_index,
64 (*image)[y * src_row_stride + x * channel_count + channel_index] = value;
26 MakeImpulseImage(std::vector<unsigned char>* image, int width, int height, int channel_index, int channel_count, int stride_slack) argument
45 MakeBoxImage(std::vector<unsigned char>* image, int width, int height, int channel_index, int channel_count, int stride_slack, int box_width, int box_height, unsigned char value) argument

Completed in 277 milliseconds