/external/libopus/src/ |
opus_multistream_decoder.c | 50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) 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-1 [all...] |
opus_multistream_encoder.c | 46 int nb_streams; member in struct:__anon17571 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...] |
opus_multistream.c | 45 max_channel = layout->nb_streams+layout->nb_coupled_streams;
|
repacketizer.c | 274 int opus_multistream_packet_pad(unsigned char *data, opus_int32 len, opus_int32 new_len, int nb_streams) 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) 320 for (s=0;s<nb_streams;s++) 323 int self_delimited = s!=nb_streams-1;
|
opus_private.h | 46 int nb_streams; member in struct:ChannelLayout
|
/external/libopus/include/ |
opus.h | [all...] |
/external/libvncserver/client_examples/ |
vnc2mpg.c | 295 for(i = 0; i < oc->nb_streams; i++) {
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
avformat.h | 1006 unsigned int nb_streams; member in struct:AVFormatContext [all...] |
/external/opencv3/modules/videoio/src/ |
cap_ffmpeg_impl.hpp | 592 for(i = 0; i < ic->nb_streams; i++) [all...] |