HomeSort by relevance Sort by last modified time
    Searched refs:in_buf_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.cc 48 in_buf_(GetChannelBuffer(*in_file)),
56 if (!buffer_reader_.Read(&in_buf_)) {
62 ap_->ProcessStream(in_buf_.channels(), input_config_,
115 in_buf_.reset(new ChannelBuffer<float>(
135 RTC_CHECK_EQ(in_buf_->num_channels(),
139 RTC_CHECK_EQ(in_buf_->num_frames() * sizeof(*in_buf_->channels()[i]),
141 std::memcpy(in_buf_->channels()[i], msg.input_channel(i).data(),
152 ap_->ProcessStream(in_buf_->channels(), input_config_,
165 RTC_CHECK_EQ(reverse_buf_->num_frames() * sizeof(*in_buf_->channels()[i])
    [all...]
audio_file_processor.h 98 ChannelBuffer<float> in_buf_; member in class:webrtc::final
128 rtc::scoped_ptr<ChannelBuffer<float>> in_buf_; member in class:webrtc::final
  /external/puffin/src/
bit_reader.cc 19 in_cache_ |= in_buf_[index_++] << in_cache_bits_;
54 memcpy(buffer, &in_buf_[index_], count);
bit_reader.h 81 : in_buf_(in_buf),
102 const uint8_t* in_buf_; // The input buffer. member in class:puffin::BufferBitReader
103 uint64_t in_size_; // The number of bytes in |in_buf_|.

Completed in 84 milliseconds