OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemixAndResample
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/voice_engine/
utility.h
34
void
RemixAndResample
(const AudioFrame& src_frame,
41
void
RemixAndResample
(const int16_t* src_data,
utility.cc
24
void
RemixAndResample
(const AudioFrame& src_frame,
27
RemixAndResample
(src_frame.data_, src_frame.samples_per_channel_,
35
void
RemixAndResample
(const int16_t* src_data,
utility_unittest.cc
166
RemixAndResample
(src_frame_, &resampler, &dst_frame_);
181
RemixAndResample
(src_frame_, &resampler_, &dst_frame_);
187
RemixAndResample
(src_frame_, &resampler_, &dst_frame_);
196
RemixAndResample
(src_frame_, &resampler_, &dst_frame_);
203
RemixAndResample
(src_frame_, &resampler_, &dst_frame_);
output_mixer.cc
484
RemixAndResample
(_audioFrame, &resampler_, frame);
528
RemixAndResample
(_audioFrame, &audioproc_resampler_, &frame);
transmit_mixer.cc
[
all
...]
channel.cc
[
all
...]
Completed in 46 milliseconds