FFmpeg  4.0
Functions
resample_template.c File Reference

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)
 

Detailed Description

audio resampling

Author
Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at

Definition in file resample_template.c.

Function Documentation

◆ resample_one()

static void RENAME() resample_one ( void dest,
const void source,
int  dst_size,
int64_t  index2,
int64_t  incr 
)
static

Definition at line 75 of file resample_template.c.

◆ resample_common()

static int RENAME() resample_common ( ResampleContext c,
void dest,
const void source,
int  n,
int  update_ctx 
)
static

Definition at line 88 of file resample_template.c.

◆ resample_linear()

static int RENAME() resample_linear ( ResampleContext c,
void dest,
const void source,
int  n,
int  update_ctx 
)
static

Definition at line 143 of file resample_template.c.