Searched defs:nb_channels (Results 1 – 5 of 5) sorted by relevance
86 EXPORT void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const SpeexMode *m) in speex_init_header()
122 spx_uint32_t nb_channels; member727 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, sp… in speex_resampler_init()732 EXPORT SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels, spx_uint32_t ratio_… in speex_resampler_init_frac()
67 spx_int32_t nb_channels; /**< Number of channels encoded */ member
47 int nb_channels; member
136 static int validate_ambisonics(int nb_channels, int *nb_streams, int *nb_coupled_streams) in validate_ambisonics()794 const int nb_channels = st->layout.nb_streams + st->layout.nb_coupled_streams; in ambisonics_rate_allocation() local