Home
last modified time | relevance | path

Searched defs:ResampleContext (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavresample/
Dresample.h28 struct ResampleContext { struct
29 AVAudioResampleContext *avr; argument
45 void (*resample_one)(struct ResampleContext *c, void *dst0, argument
58 * Allocate and initialize a ResampleContext. argument
Dinternal.h33 typedef struct ResampleContext ResampleContext; typedef
/third_party/ffmpeg/libswresample/
Dresample.h30 typedef struct ResampleContext { struct
31 const AVClass *av_class;
32 uint8_t *filter_bank;
56 int (*resample_common)(struct ResampleContext *c, void *dst, argument
61 } ResampleContext; typedef
/third_party/ffmpeg/libavfilter/
Daf_resample.c38 typedef struct ResampleContext { struct
40 AVAudioResampleContext *avr; argument
49 } ResampleContext; argument