libswresample/swresample_internal.h File Reference
#include "swresample.h"
Go to the source code of this file.
|
Data Structures |
struct | AudioData |
struct | SwrContext |
Functions |
struct ResampleContext * | swri_resample_init (struct ResampleContext *, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff) |
void | swri_resample_free (struct ResampleContext **c) |
int | swri_multiple_resample (struct ResampleContext *c, AudioData *dst, int dst_size, AudioData *src, int src_size, int *consumed) |
void | swri_resample_compensate (struct ResampleContext *c, int sample_delta, int compensation_distance) |
int | swri_resample (struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx) |
int | swri_rematrix_init (SwrContext *s) |
int | swri_rematrix (SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy) |
Function Documentation
void swri_resample_compensate |
( |
struct ResampleContext * |
c, |
|
|
int |
sample_delta, |
|
|
int |
compensation_distance | |
|
) |
| | |
struct ResampleContext* swri_resample_init |
( |
struct ResampleContext * |
, |
|
|
int |
out_rate, |
|
|
int |
in_rate, |
|
|
int |
filter_size, |
|
|
int |
phase_shift, |
|
|
int |
linear, |
|
|
double |
cutoff | |
|
) |
| | [read] |