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 46 int nb_streams; member in struct:ChannelLayout
opus_multistream_encoder.c 46 int nb_streams; member in struct:__anon13352
94 for (s=0;s<st->layout.nb_streams;s++)
113 for (s=0;s<st->layout.nb_streams;s++)
126 for (s=0;s<layout->nb_streams;s++)
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;
354 + (nb_streams-nb_coupled_streams) * align(mono_size);
359 int nb_streams; local
367 nb_streams=1
    [all...]

Completed in 293 milliseconds