Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dresample.c333 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) in resampler_basic_direct_single() argument
337 int last_sample = st->last_sample[channel_index]; in resampler_basic_direct_single()
338 spx_uint32_t samp_frac_num = st->samp_frac_num[channel_index]; in resampler_basic_direct_single()
383 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_single()
384 st->samp_frac_num[channel_index] = samp_frac_num; in resampler_basic_direct_single()
391 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) in resampler_basic_direct_double() argument
395 int last_sample = st->last_sample[channel_index]; in resampler_basic_direct_double()
396 spx_uint32_t samp_frac_num = st->samp_frac_num[channel_index]; in resampler_basic_direct_double()
434 st->last_sample[channel_index] = last_sample; in resampler_basic_direct_double()
435 st->samp_frac_num[channel_index] in resampler_basic_direct_double()
440 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) resampler_basic_interpolate_single() argument
503 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) resampler_basic_interpolate_double() argument
567 resampler_basic_zero(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) resampler_basic_zero() argument
880 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) speex_resampler_process_native() argument
906 speex_resampler_magic(SpeexResamplerState *st, spx_uint32_t channel_index, spx_word16_t **out, spx_uint32_t out_len) speex_resampler_magic() argument
927 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) speex_resampler_process_int() argument
968 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) speex_resampler_process_float() argument
[all...]
/third_party/pulseaudio/speex/include/speex/
H A Dspeex_resampler.h160 * @param channel_index Index of the channel to process for the multi-channel
169 spx_uint32_t channel_index,
177 * @param channel_index Index of the channel to process for the multi-channel
186 spx_uint32_t channel_index,
/third_party/ffmpeg/libavcodec/
H A Dexr.c1662 int channel_index = -1; in decode_header() local
1686 channel_index = 0; in decode_header()
1690 channel_index = 1; in decode_header()
1693 channel_index = 1; in decode_header()
1698 channel_index = 2; in decode_header()
1701 channel_index = 3; in decode_header()
1739 if (channel_index >= 0 && s->channel_offsets[channel_index] == -1) { /* channel has not been previously assigned */ in decode_header()
1748 s->channel_offsets[channel_index] = s->current_channel_offset; in decode_header()
1749 } else if (channel_index > in decode_header()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1738 LLVMValueRef channel_index = NULL; in emit_store_tcs_output() local
1768 channel_index = lp_build_const_int32(gallivm, chan_index); in emit_store_tcs_output()
1778 channel_index, in emit_store_tcs_output()
/third_party/mesa3d/src/imgui/
H A Dimgui.h1865 IMGUI_API void ChannelsSetCurrent(int channel_index);

Completed in 20 milliseconds