HomeSort by relevance Sort by last modified time
    Searched refs:nb_streams (Results 1 - 20 of 20) 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++)
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:__anon19359
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/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:__anon29182
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/chromium_org/third_party/opus/src/include/
opus.h     [all...]
  /external/libopus/include/
opus.h     [all...]
  /external/chromium_org/media/base/
media_file_checker.cc 45 for (size_t i = 0; i < format_context->nb_streams; ++i) {
audio_video_metadata_extractor.cc 101 for (unsigned int i = 0; i < 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) {
audio_file_reader.cc 49 for (size_t i = 0; i < format_context->nb_streams; ++i) {
ffmpeg_demuxer.cc 731 for (size_t i = 0; i < format_context->nb_streams; ++i) {
796 streams_.resize(format_context->nb_streams);
806 std::vector<base::TimeDelta> start_time_estimates(format_context->nb_streams,
836 for (size_t i = 0; i < format_context->nb_streams; ++i) {
    [all...]
ffmpeg_glue_unittest.cc 236 ASSERT_GT(glue_->format_context()->nb_streams, 0u);
  /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/cast/test/
fake_media_source.cc 108 for (unsigned int i = 0; i < av_format_context_->nb_streams; ++i) {

Completed in 481 milliseconds