Searched defs:num_channels_ (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Dring_buffer.h104 int num_channels_; member in class:video_editing::RingBuffer
H A Dsola_time_scaler.h48 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 Dsola_time_scaler.cc37 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...]

Completed in 34 milliseconds