Searched defs:samples_per_channel_ (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Daudio_buffer.h66 const int samples_per_channel_; member in class:webrtc::AudioBuffer
H A Daudio_processing_impl.h116 int samples_per_channel_; member in class:webrtc::AudioProcessingImpl
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dcommon.h44 samples_per_channel_(samples_per_channel),
52 samples_per_channel_(samples_per_channel),
62 samples_per_channel_(samples_per_channel),
73 memcpy(channels_[i], channel_ptr, samples_per_channel_ * sizeof(T));
92 int samples_per_channel() const { return samples_per_channel_; }
94 int length() const { return samples_per_channel_ * num_channels_; }
100 channels_[i] = &data_[i * samples_per_channel_];
105 const int samples_per_channel_; member in class:webrtc::ChannelBuffer
H A Daudio_processing_impl.h47 samples_per_channel_(AudioProcessing::kChunkSizeMs * rate_ / 1000) {}
52 samples_per_channel_ = AudioProcessing::kChunkSizeMs * rate_ / 1000;
56 int samples_per_channel() const { return samples_per_channel_; }
60 int samples_per_channel_; member in class:webrtc::AudioRate
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h634 * samples_per_channel_ * num_channels_
692 int samples_per_channel_; member in class:webrtc::AudioFrame
720 samples_per_channel_ = 0;
737 samples_per_channel_ = samples_per_channel;
760 samples_per_channel_ = src.samples_per_channel_;
768 const int length = samples_per_channel_ * num_channels_;
774 memset(data_, 0, samples_per_channel_ * num_channels_ * sizeof(int16_t));
781 for (int i = 0; i < samples_per_channel_ * num_channels_; i++) {
803 int offset = samples_per_channel_ * num_channels
[all...]

Completed in 96 milliseconds