Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Dresample_template.c90 int n, int update_ctx) in RENAME()
135 if(update_ctx){ in RENAME()
145 int n, int update_ctx) in RENAME()
195 if(update_ctx){ in RENAME()
Dresample.h57 const void *src, int n, int update_ctx);
59 const void *src, int n, int update_ctx);
Dresample.c489 const void *src, int n, int update_ctx); in multiple_resample()
/third_party/ffmpeg/libswresample/aarch64/
Dresample_init.c40 int n, int update_ctx) \
89 if (update_ctx) { \
/third_party/ffmpeg/libswresample/arm/
Dresample_init.c40 int n, int update_ctx) \
89 if (update_ctx) { \
/third_party/pulseaudio/src/pulsecore/ffmpeg/
Dresample2.c210 …mpleContext *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()
Davcodec.h69 …mpleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/third_party/ffmpeg/libavresample/
Dresample.c260 int *consumed, int src_size, int dst_size, int update_ctx, in resample() argument
317 if (update_ctx) { in resample()
/third_party/ffmpeg/libswresample/x86/
Dresample.asm273 ; const float *src, int size, int update_ctx)