OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:float_buffer_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.cc
38
if (!
float_buffer_
.get())
39
float_buffer_
.reset(new float[destination_frames_]);
43
Resample(nullptr, source_length,
float_buffer_
.get(), destination_frames_);
44
FloatS16ToS16(
float_buffer_
.get(), destination_frames_, destination);
push_sinc_resampler.h
60
rtc::scoped_ptr<float[]>
float_buffer_
;
member in class:webrtc::PushSincResampler
Completed in 49 milliseconds