Home
last modified time | relevance | path

Searched refs:nb_channels (Results 1 – 5 of 5) sorted by relevance

/external/speex/libspeex/
Dspeex_header.c86 EXPORT void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const SpeexMode *m) in speex_init_header() argument
110 header->nb_channels = nb_channels; in speex_init_header()
134 ENDIAN_SWITCH(le_header->nb_channels); in speex_header_to_packet()
174 ENDIAN_SWITCH(le_header->nb_channels); in speex_packet_to_header()
188 if (le_header->nb_channels>2) in speex_packet_to_header()
189 le_header->nb_channels = 2; in speex_packet_to_header()
190 if (le_header->nb_channels<1) in speex_packet_to_header()
191 le_header->nb_channels = 1; in speex_packet_to_header()
Dresample.c118 spx_uint32_t nb_channels; member
641 … st->mem = (spx_word16_t*)speex_alloc(st->nb_channels*st->mem_alloc_size * sizeof(spx_word16_t)); in update_filter()
642 for (i=0;i<st->nb_channels*st->mem_alloc_size;i++) in update_filter()
649 …st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_wo… in update_filter()
650 for (i=0;i<st->nb_channels*st->mem_alloc_size;i++) in update_filter()
662 …st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_wo… in update_filter()
664 for (i=st->nb_channels-1;i>=0;i--) in update_filter()
703 for (i=0;i<st->nb_channels;i++) in update_filter()
718 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, sp… in speex_resampler_init() argument
720 … return speex_resampler_init_frac(nb_channels, in_rate, out_rate, in_rate, out_rate, quality, err); in speex_resampler_init()
[all …]
/external/speex/include/speex/
Dspeex_header.h67 spx_int32_t nb_channels; /**< Number of channels encoded */ member
78 void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const struct SpeexMode *m);
Dspeex_resampler.h123 SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels,
142 SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels,
/external/qemu/audio/
Dfmodaudio.c48 int nb_channels; member
598 status = FSOUND_Init (conf.freq, conf.nb_channels, 0); in fmod_audio_init()
648 {"CHANNELS", AUD_OPT_INT, &conf.nb_channels,