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

  /frameworks/ex/variablespeed/jni/
ring_buffer.h 104 int num_channels_; member in class:video_editing::RingBuffer
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
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...]
  /external/webrtc/src/modules/audio_processing/
audio_buffer.h 61 int num_channels_; member in class:webrtc::AudioBuffer

Completed in 594 milliseconds