Home
last modified time | relevance | path

Searched refs:update_ctx (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libswresample/
H A Dresample.h57 const void *src, int n, int update_ctx);
59 const void *src, int n, int update_ctx);
H A Dresample_template.c90 int n, int update_ctx) in resample_common()
135 if(update_ctx){ in resample_common()
145 int n, int update_ctx) in resample_linear()
195 if(update_ctx){ in resample_linear()
88 resample_common(ResampleContext *c, void *dest, const void *source, int n, int update_ctx) resample_common() argument
143 resample_linear(ResampleContext *c, void *dest, const void *source, int n, int update_ctx) resample_linear() argument
H A Dresample.c487 const void *src, int n, int update_ctx); in multiple_resample()
/third_party/ffmpeg/libswresample/aarch64/
H A Dresample_init.c41 int n, int update_ctx) \
90 if (update_ctx) { \
/third_party/ffmpeg/libswresample/arm/
H A Dresample_init.c41 int n, int update_ctx) \
90 if (update_ctx) { \
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Dresample2.c210 int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx){ in av_resample() argument
283 if(update_ctx){ in av_resample()
290 if(update_ctx && !c->compensation_distance){ in av_resample()
H A Davcodec.h69 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/third_party/ffmpeg/libavresample/
H A Dresample.c260 int *consumed, int src_size, int dst_size, int update_ctx, in resample()
317 if (update_ctx) { in resample()
259 resample(ResampleContext *c, void *dst, const void *src, int *consumed, int src_size, int dst_size, int update_ctx, int nearest_neighbour) resample() argument
/third_party/ffmpeg/libswresample/x86/
H A Dresample.asm60 ; const $format *src, int size, int update_ctx)
273 ; const float *src, int size, int update_ctx)

Completed in 6 milliseconds