Searched refs:update_ctx (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | resample_template.c | 90 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()
|
D | resample.h | 57 const void *src, int n, int update_ctx); 59 const void *src, int n, int update_ctx);
|
D | resample.c | 489 const void *src, int n, int update_ctx); in multiple_resample()
|
/third_party/ffmpeg/libswresample/aarch64/ |
D | resample_init.c | 40 int n, int update_ctx) \ 89 if (update_ctx) { \
|
/third_party/ffmpeg/libswresample/arm/ |
D | resample_init.c | 40 int n, int update_ctx) \ 89 if (update_ctx) { \
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
D | resample2.c | 210 …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()
|
D | avcodec.h | 69 …mpleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
|
/third_party/ffmpeg/libavresample/ |
D | resample.c | 260 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/ |
D | resample.asm | 273 ; const float *src, int size, int update_ctx)
|