OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_cb_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h
64
// Resample |frames| of data from |
read_cb_
| into |destination|.
68
// single call to |
read_cb_
| for more data.
126
SincResamplerCallback*
read_cb_
;
member in class:webrtc::SincResampler
128
// The size (in samples) to request from each |
read_cb_
| execution.
sinc_resampler.cc
155
read_cb_
(read_cb),
275
read_cb_
->Run(request_frames_, r0_);
341
read_cb_
->Run(request_frames_, r0_);
Completed in 88 milliseconds