Home
last modified time | relevance | path

Searched defs:nb_channels (Results 1 – 4 of 4) sorted by relevance

/external/libopus/src/
Dopus_private.h48 int nb_channels; member
Dopus_multistream_encoder.c104 static int validate_ambisonics(int nb_channels, int *nb_streams, int *nb_coupled_streams) in validate_ambisonics()
747 const int nb_channels = st->layout.nb_streams + st->layout.nb_coupled_streams; in ambisonics_rate_allocation() local
/external/speex/libspeexdsp/
Dresample.c123 spx_uint32_t nb_channels; member
783 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, sp… in speex_resampler_init()
788 EXPORT SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels, spx_uint32_t ratio_… in speex_resampler_init_frac()
/external/tensorflow/tensorflow/python/keras/layers/
Dconvolutional_recurrent.py438 def get_tuple_shape(nb_channels): argument