#include <sinc_resampler.h>
◆ SincResampler() [1/2]
◆ ~SincResampler() [1/2]
webrtc::SincResampler::~SincResampler |
( |
| ) |
|
|
virtual |
◆ SincResampler() [2/2]
◆ ~SincResampler() [2/2]
virtual webrtc::SincResampler::~SincResampler |
( |
| ) |
|
|
virtual |
◆ ChunkSize() [1/2]
size_t webrtc::SincResampler::ChunkSize |
( |
| ) |
const |
◆ ChunkSize() [2/2]
size_t webrtc::SincResampler::ChunkSize |
( |
| ) |
const |
◆ Flush() [1/2]
void webrtc::SincResampler::Flush |
( |
| ) |
|
◆ Flush() [2/2]
void webrtc::SincResampler::Flush |
( |
| ) |
|
◆ get_kernel_for_testing() [1/2]
float* webrtc::SincResampler::get_kernel_for_testing |
( |
| ) |
|
|
inline |
◆ get_kernel_for_testing() [2/2]
float* webrtc::SincResampler::get_kernel_for_testing |
( |
| ) |
|
|
inline |
◆ request_frames() [1/2]
size_t webrtc::SincResampler::request_frames |
( |
| ) |
const |
|
inline |
◆ request_frames() [2/2]
size_t webrtc::SincResampler::request_frames |
( |
| ) |
const |
|
inline |
◆ Resample() [1/2]
void webrtc::SincResampler::Resample |
( |
size_t |
frames, |
|
|
float * |
destination |
|
) |
| |
◆ Resample() [2/2]
void webrtc::SincResampler::Resample |
( |
size_t |
frames, |
|
|
float * |
destination |
|
) |
| |
◆ SetRatio() [1/2]
void webrtc::SincResampler::SetRatio |
( |
double |
io_sample_rate_ratio | ) |
|
◆ SetRatio() [2/2]
void webrtc::SincResampler::SetRatio |
( |
double |
io_sample_rate_ratio | ) |
|
◆ kDefaultRequestSize
static const size_t webrtc::SincResampler::kDefaultRequestSize = 512 |
|
static |
◆ kKernelOffsetCount
static const size_t webrtc::SincResampler::kKernelOffsetCount = 32 |
|
static |
◆ kKernelSize
static const size_t webrtc::SincResampler::kKernelSize = 32 |
|
static |
◆ kKernelStorageSize
static const size_t webrtc::SincResampler::kKernelStorageSize |
|
static |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/common_audio/resampler/sinc_resampler.h
- Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/resampler/sinc_resampler.cc