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

  /external/chromium_org/third_party/opus/src/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++)
187 if (!do_plc && len < 2*st->layout.nb_streams-1)
189 for (s=0;s<st->layout.nb_streams;s++)
203 ret = opus_decode_native(dec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset, soft_clip);
408 for (s=0;s<st->layout.nb_streams;s++
    [all...]
opus_multistream_encoder.c 46 int nb_streams; member in struct:__anon13821
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;
opus_private.h 46 int nb_streams; member in struct:ChannelLayout
  /external/chromium_org/media/base/
media_file_checker.cc 48 for (size_t i = 0; i < format_context->nb_streams; ++i) {
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 128 for (unsigned int i = 0; i < av_format_context_->nb_streams; ++i) {
144 for (unsigned int i = 0; i < av_format_context_->nb_streams; ++i) {
  /external/chromium_org/media/filters/
ffmpeg_glue.cc 201 for (int i = format_context_->nb_streams - 1; i >= 0; --i) {
ffmpeg_glue_unittest.cc 236 ASSERT_GT(glue_->format_context()->nb_streams, 0u);
audio_file_reader.cc 55 for (size_t i = 0; i < format_context->nb_streams; ++i) {
ffmpeg_demuxer.cc 506 for (size_t i = 0; i < format_context->nb_streams; ++i) {
569 streams_.resize(format_context->nb_streams);
578 for (size_t i = 0; i < format_context->nb_streams; ++i) {

Completed in 197 milliseconds