HomeSort by relevance Sort by last modified time
    Searched full:nb_channels (Results 1 - 10 of 10) sorted by null

  /external/speex/libspeex/
speex_header.c 75 int nb_channels;
86 EXPORT void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const SpeexMode *m)
110 header->nb_channels = nb_channels;
134 ENDIAN_SWITCH(le_header->nb_channels);
174 ENDIAN_SWITCH(le_header->nb_channels);
188 if (le_header->nb_channels>2)
189 le_header->nb_channels = 2;
190 if (le_header->nb_channels<1)
191 le_header->nb_channels = 1
    [all...]
resample.c 122 spx_uint32_t nb_channels; member in struct:SpeexResamplerState_
650 st->mem = (spx_word16_t*)speex_alloc(st->nb_channels*st->mem_alloc_size * sizeof(spx_word16_t));
651 for (i=0;i<st->nb_channels*st->mem_alloc_size;i++)
658 st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_word16_t));
659 for (i=0;i<st->nb_channels*st->mem_alloc_size;i++)
671 st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_word16_t));
673 for (i=st->nb_channels-1;i>=0;i--)
712 for (i=0;i<st->nb_channels;i++)
727 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, spx_uint32_t out_rate, int quality, int *err)
729 return speex_resampler_init_frac(nb_channels, in_rate, out_rate, in_rate, out_rate, quality, err)
    [all...]
  /external/libopus/src/
opus_multistream.c 48 for (i=0;i<layout->nb_channels;i++)
61 for (;i<layout->nb_channels;i++)
73 for (;i<layout->nb_channels;i++)
85 for (;i<layout->nb_channels;i++)
opus_multistream_encoder.c 112 return (opus_val32*)(void*)(ptr+st->layout.nb_channels*120*sizeof(opus_val32));
136 static int validate_ambisonics(int nb_channels, int *nb_streams, int *nb_coupled_streams)
142 order_plus_one = isqrt32(nb_channels);
144 nondiegetic_channels = nb_channels - acn_channels;
483 st->layout.nb_channels = channels;
491 for (i=0;i<st->layout.nb_channels;i++)
500 !validate_ambisonics(st->layout.nb_channels, NULL, NULL))
794 const int nb_channels = st->layout.nb_streams + st->layout.nb_coupled_streams; local
804 total_rate = nb_channels * 320000;
822 + nb_channels * rate_ratio_den)
    [all...]
opus_multistream_decoder.c 81 st->layout.nb_channels = channels;
85 for (i=0;i<st->layout.nb_channels;i++)
268 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
276 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
286 (*copy_channel_out)(pcm, st->layout.nb_channels, chan,
293 for (c=0;c<st->layout.nb_channels;c++)
297 (*copy_channel_out)(pcm, st->layout.nb_channels, c,
opus_private.h 47 int nb_channels; member in struct:ChannelLayout
  /external/speex/include/speex/
speex_header.h 67 spx_int32_t nb_channels; /**< Number of channels encoded */ member in struct:SpeexHeader
78 void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const struct SpeexMode *m);
speex_resampler.h 115 * @param nb_channels Number of channels to be processed
123 SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels,
132 * @param nb_channels Number of channels to be processed
142 SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels,
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 164 int nb_channels; member in struct:host1x_info
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
local_poc.h 164 int nb_channels; member in struct:host1x_info

Completed in 147 milliseconds