OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_rate_
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/variablespeed/jni/
sola_time_scaler.h
47
sample_rate_
= sample_rate;
64
int
sample_rate_
;
member in class:video_editing::SolaAnalyzer
134
double
sample_rate_
; // sample rate of audio stream
member in class:video_editing::SolaTimeScaler
sola_time_scaler.cc
59
sample_rate_
= 0;
87
sample_rate_
= sample_rate;
118
num_window_frames_ = nearbyint(
sample_rate_
* window_duration_);
123
num_overlap_frames_ = nearbyint(
sample_rate_
* overlap_duration_);
162
(
sample_rate_
* duration), num_channels_, 1);
167
(
sample_rate_
* ratio_ * duration), num_channels_, 2);
176
analyzer_->Init(
sample_rate_
, num_channels_);
Completed in 299 milliseconds