Searched defs:nb_streams (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_private.h46 int nb_streams; member in struct:ChannelLayout
H A Dopus_multistream_decoder.c50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) argument
55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0;
60 + (nb_streams-nb_coupled_streams) * align(mono_size);
82 st->layout.nb_streams = streams;
100 for (;i<st->layout.nb_streams;i++)
156 opus_int32 len, int nb_streams, opus_int32 Fs)
165 for (s=0;s<nb_streams;s++)
170 count = opus_packet_parse_impl(data, len, s!=nb_streams-1, &toc, NULL,
219 if (!do_plc && len < 2*st->layout.nb_streams
155 opus_multistream_packet_validate(const unsigned char *data, opus_int32 len, int nb_streams, opus_int32 Fs) argument
[all...]
H A Drepacketizer.c274 int opus_multistream_packet_pad(unsigned char *data, opus_int32 len, opus_int32 new_len, int nb_streams) argument
291 for (s=0;s<nb_streams-1;s++)
305 opus_int32 opus_multistream_packet_unpad(unsigned char *data, opus_int32 len, int nb_streams) argument
320 for (s=0;s<nb_streams;s++)
323 int self_delimited = s!=nb_streams-1;
H A Dopus_multistream_encoder.c46 int nb_streams; member in struct:__anon14741
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) argument
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
[all...]
/external/libopus/src/
H A Dopus_private.h46 int nb_streams; member in struct:ChannelLayout
H A Dopus_multistream_decoder.c50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) argument
55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0;
60 + (nb_streams-nb_coupled_streams) * align(mono_size);
82 st->layout.nb_streams = streams;
100 for (;i<st->layout.nb_streams;i++)
156 opus_int32 len, int nb_streams, opus_int32 Fs)
165 for (s=0;s<nb_streams;s++)
170 count = opus_packet_parse_impl(data, len, s!=nb_streams-1, &toc, NULL,
219 if (!do_plc && len < 2*st->layout.nb_streams
155 opus_multistream_packet_validate(const unsigned char *data, opus_int32 len, int nb_streams, opus_int32 Fs) argument
[all...]
H A Drepacketizer.c274 int opus_multistream_packet_pad(unsigned char *data, opus_int32 len, opus_int32 new_len, int nb_streams) argument
291 for (s=0;s<nb_streams-1;s++)
305 opus_int32 opus_multistream_packet_unpad(unsigned char *data, opus_int32 len, int nb_streams) argument
320 for (s=0;s<nb_streams;s++)
323 int self_delimited = s!=nb_streams-1;
H A Dopus_multistream_encoder.c46 int nb_streams; member in struct:__anon24571
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) argument
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
[all...]

Completed in 785 milliseconds