HomeSort by relevance Sort by last modified time
    Searched defs:nb_streams (Results 1 - 2 of 2) sorted by null

  /external/libopus/src/
opus_private.h 48 int nb_streams; member in struct:ChannelLayout
opus_multistream_encoder.c 47 int nb_streams; member in struct:__anon25627
104 for (s=0;s<st->layout.nb_streams;s++)
124 for (s=0;s<st->layout.nb_streams;s++)
136 static int validate_ambisonics(int nb_channels, int *nb_streams, int *nb_coupled_streams)
150 if (nb_streams)
151 *nb_streams = acn_channels + (nondiegetic_channels != 0);
161 for (s=0;s<layout->nb_streams;s++)
407 opus_int32 opus_multistream_encoder_get_size(int nb_streams, int nb_coupled_streams)
412 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0
422 int nb_streams; local
    [all...]

Completed in 77 milliseconds