Searched refs:update_ctx (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libswresample/ |
H A D | resample.h | 57 const void *src, int n, int update_ctx); 59 const void *src, int n, int update_ctx);
|
H A D | resample_template.c | 90 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 D | resample.c | 487 const void *src, int n, int update_ctx); in multiple_resample()
|
/third_party/ffmpeg/libswresample/aarch64/ |
H A D | resample_init.c | 41 int n, int update_ctx) \ 90 if (update_ctx) { \
|
/third_party/ffmpeg/libswresample/arm/ |
H A D | resample_init.c | 41 int n, int update_ctx) \ 90 if (update_ctx) { \
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
H A D | resample2.c | 210 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 D | avcodec.h | 69 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 D | resample.c | 260 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 D | resample.asm | 60 ; const $format *src, int size, int update_ctx) 273 ; const float *src, int size, int update_ctx)
|
Completed in 6 milliseconds