FFmpeg
2.6.3
|
audio resampling More...
Go to the source code of this file.
Functions | |
static void RENAME() | resample_one (void *dest, const void *source, int dst_size, int64_t index2, int64_t incr) |
static int RENAME() | resample_common (ResampleContext *c, void *dest, const void *source, int n, int update_ctx) |
static int RENAME() | resample_linear (ResampleContext *c, void *dest, const void *source, int n, int update_ctx) |
audio resampling
Definition in file resample_template.c.
|
static |
Definition at line 73 of file resample_template.c.
|
static |
Definition at line 86 of file resample_template.c.
|
static |
Definition at line 126 of file resample_template.c.