OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Resampler
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/include/
resampler.h
26
class
Resampler
30
Resampler
();
31
Resampler
(int inFreq, int outFreq, size_t num_channels);
32
~
Resampler
();
89
Resampler
* slave_left_;
90
Resampler
* slave_right_;
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
resample_input_audio_file.h
17
#include "webrtc/common_audio/
resampler
/include/
resampler
.h"
45
Resampler
resampler_;
/external/webrtc/webrtc/modules/audio_processing/vad/
voice_activity_detector.h
17
#include "webrtc/common_audio/
resampler
/include/
resampler
.h"
58
Resampler
resampler_;
/external/webrtc/webrtc/common_audio/resampler/
resampler.cc
19
#include "webrtc/common_audio/
resampler
/include/
resampler
.h"
24
Resampler
::
Resampler
()
42
Resampler
::
Resampler
(int inFreq, int outFreq, size_t num_channels)
43
:
Resampler
() {
47
Resampler
::~
Resampler
()
79
int
Resampler
::ResetIfNeeded(int inFreq, int outFreq, size_t num_channels
[
all
...]
resampler_unittest.cc
13
#include "webrtc/common_audio/
resampler
/include/
resampler
.h"
54
Resampler
rs_;
/external/webrtc/webrtc/modules/utility/source/
file_player_impl.h
14
#include "webrtc/common_audio/
resampler
/include/
resampler
.h"
75
Resampler
_resampler;
file_recorder_impl.h
21
#include "webrtc/common_audio/
resampler
/include/
resampler
.h"
90
Resampler
_audioResampler;
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.h
17
#include "webrtc/common_audio/
resampler
/include/
resampler
.h"
170
Resampler
_resampler;
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc
222
TEST_F(VideoProcessingTest,
Resampler
) {
Completed in 314 milliseconds