OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_freq
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/services/audioflinger/
test-resample.cpp
87
int
input_freq
= 0;
local
120
input_freq
= atoi(optarg);
171
double time = (
input_freq
/ 2) / k;
172
size_t input_frames = size_t(
input_freq
* time);
177
double t = double(i) /
input_freq
;
207
size_t output_size = 2 * 4 * ((int64_t) input_frames * output_freq) /
input_freq
;
217
resampler->setSampleRate(
input_freq
);
239
resampler->setSampleRate(
input_freq
);
Completed in 3476 milliseconds