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

  /external/libopus/src/
opus_private.h 47 int nb_coupled_streams; member in struct:ChannelLayout
opus_multistream_encoder.c 47 int nb_coupled_streams; member in struct:__anon13352
96 if (s < st->layout.nb_coupled_streams)
115 if (s < st->layout.nb_coupled_streams)
128 if (s < layout->nb_coupled_streams)
344 opus_int32 opus_multistream_encoder_get_size(int nb_streams, int nb_coupled_streams)
349 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0;
353 + nb_coupled_streams * align(coupled_size)
354 + (nb_streams-nb_coupled_streams) * align(mono_size);
360 int nb_coupled_streams; local
    [all...]

Completed in 60 milliseconds