Searched refs:num_channels_ (Results 1 - 4 of 4) sorted by relevance
/frameworks/ex/variablespeed/jni/ |
H A D | ring_buffer.cc | 25 num_channels_ = num_channels; 44 samples_ = new float[size_ * num_channels_]; 46 size_ * num_channels_ * sizeof(samples_[0])); 50 temp_read_buffer_ = new float[temp_read_buffer_size_ * num_channels_]; 52 temp_read_buffer_size_ * num_channels_ * sizeof(samples_[0])); 87 memcpy(samples_ + head_ * num_channels_, samples, 88 num_frames * num_channels_ * sizeof(samples[0])); 92 memcpy(samples_ + head_ * num_channels_, samples, 93 num_channels_ * overhead * sizeof(samples[0])); 95 memcpy(samples_, samples + overhead * num_channels_, [all...] |
H A D | sola_time_scaler.h | 48 num_channels_ = num_channels; 65 int num_channels_; member in class:video_editing::SolaAnalyzer 125 int num_channels() const { return num_channels_; } 133 int num_channels_; // channel valence of audio stream member in class:video_editing::SolaTimeScaler
|
H A D | sola_time_scaler.cc | 37 num_frames *= num_channels_; 51 return num_frames * num_channels_; 60 num_channels_ = 0; 88 num_channels_ = num_channels; 162 (sample_rate_ * duration), num_channels_, 1); local 167 (sample_rate_ * ratio_ * duration), num_channels_, 2); local 176 analyzer_->Init(sample_rate_, num_channels_); 285 output_pointer + ((merge_offset + i) * num_channels_), 290 if (score == (num_overlap_frames_ * num_channels_)) { 296 output_pointer + ((merge_offset - i) * num_channels_), [all...] |
H A D | ring_buffer.h | 104 int num_channels_; member in class:video_editing::RingBuffer
|
Completed in 5 milliseconds