SwrContext 67 doc/examples/muxing.c struct SwrContext *swr_ctx; SwrContext 94 doc/examples/resampling_audio.c struct SwrContext *swr_ctx; SwrContext 283 doc/examples/transcode_aac.c SwrContext **resample_context) SwrContext 483 doc/examples/transcode_aac.c SwrContext *resample_context) SwrContext 549 doc/examples/transcode_aac.c SwrContext *resampler_context, SwrContext 783 doc/examples/transcode_aac.c SwrContext *resample_context = NULL; SwrContext 610 fftools/cmdutils.c struct SwrContext *swr = swr_alloc(); SwrContext 258 fftools/ffplay.c struct SwrContext *swr_ctx; SwrContext 125 libavcodec/opus.h SwrContext *swr; SwrContext 41 libavfilter/af_aresample.c struct SwrContext *swr; SwrContext 54 libavfilter/af_pan.c struct SwrContext *swr; SwrContext 102 libavfilter/f_ebur128.c SwrContext *swr_ctx; ///< over-sampling context for true peak metering SwrContext 25 libswresample/aarch64/neontest.c wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, SwrContext 25 libswresample/arm/neontest.c wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, SwrContext 26 libswresample/dither.c int swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat noise_fmt) { SwrContext 79 libswresample/dither.c av_cold int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt) SwrContext 43 libswresample/dither_template.c void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count){ SwrContext 34 libswresample/options.c #define OFFSET(x) offsetof(SwrContext,x) SwrContext 149 libswresample/options.c av_cold struct SwrContext *swr_alloc(void){ SwrContext 150 libswresample/options.c SwrContext *s= av_mallocz(sizeof(SwrContext)); SwrContext 64 libswresample/rematrix.c int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride) SwrContext 356 libswresample/rematrix.c av_cold static int auto_matrix(SwrContext *s) SwrContext 385 libswresample/rematrix.c av_cold int swri_rematrix_init(SwrContext *s){ SwrContext 490 libswresample/rematrix.c av_cold void swri_rematrix_free(SwrContext *s){ SwrContext 497 libswresample/rematrix.c int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy){ SwrContext 90 libswresample/rematrix_template.c static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){ SwrContext 517 libswresample/resample.c static int64_t get_delay(struct SwrContext *s, int64_t base){ SwrContext 527 libswresample/resample.c static int64_t get_out_samples(struct SwrContext *s, int in_samples) { SwrContext 546 libswresample/resample.c static int resample_flush(struct SwrContext *s) { SwrContext 69 libswresample/soxr_resample.c static int flush(struct SwrContext *s){ SwrContext 99 libswresample/soxr_resample.c static int64_t get_delay(struct SwrContext *s, int64_t base){ SwrContext 116 libswresample/soxr_resample.c static int64_t get_out_samples(struct SwrContext *s, int in_samples){ SwrContext 52 libswresample/swresample.c int swr_set_channel_mapping(struct SwrContext *s, const int *channel_map){ SwrContext 59 libswresample/swresample.c struct SwrContext *swr_alloc_set_opts(struct SwrContext *s, SwrContext 114 libswresample/swresample.c static void clear_context(SwrContext *s){ SwrContext 137 libswresample/swresample.c av_cold void swr_free(SwrContext **ss){ SwrContext 138 libswresample/swresample.c SwrContext *s= *ss; SwrContext 148 libswresample/swresample.c av_cold void swr_close(SwrContext *s){ SwrContext 152 libswresample/swresample.c av_cold int swr_init(struct SwrContext *s){ SwrContext 487 libswresample/swresample.c static int resample(SwrContext *s, AudioData *out_param, int out_count, SwrContext 582 libswresample/swresample.c static int swr_convert_internal(struct SwrContext *s, AudioData *out, int out_count, SwrContext 710 libswresample/swresample.c int swr_is_initialized(struct SwrContext *s) { SwrContext 714 libswresample/swresample.c int attribute_align_arg swr_convert(struct SwrContext *s, uint8_t *out_arg[SWR_CH_MAX], int out_count, SwrContext 828 libswresample/swresample.c int swr_drop_output(struct SwrContext *s, int count){ SwrContext 839 libswresample/swresample.c int swr_inject_silence(struct SwrContext *s, int count){ SwrContext 867 libswresample/swresample.c int64_t swr_get_delay(struct SwrContext *s, int64_t base){ SwrContext 875 libswresample/swresample.c int swr_get_out_samples(struct SwrContext *s, int in_samples) SwrContext 897 libswresample/swresample.c int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance){ SwrContext 917 libswresample/swresample.c int64_t swr_next_pts(struct SwrContext *s, int64_t pts){ SwrContext 182 libswresample/swresample.h typedef struct SwrContext SwrContext; SwrContext 207 libswresample/swresample.h struct SwrContext *swr_alloc(void); SwrContext 219 libswresample/swresample.h int swr_init(struct SwrContext *s); SwrContext 228 libswresample/swresample.h int swr_is_initialized(struct SwrContext *s); SwrContext 250 libswresample/swresample.h struct SwrContext *swr_alloc_set_opts(struct SwrContext *s, SwrContext 267 libswresample/swresample.h void swr_free(struct SwrContext **s); SwrContext 279 libswresample/swresample.h void swr_close(struct SwrContext *s); SwrContext 306 libswresample/swresample.h int swr_convert(struct SwrContext *s, uint8_t **out, int out_count, SwrContext 326 libswresample/swresample.h int64_t swr_next_pts(struct SwrContext *s, int64_t pts); SwrContext 353 libswresample/swresample.h int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance); SwrContext 363 libswresample/swresample.h int swr_set_channel_mapping(struct SwrContext *s, const int *channel_map); SwrContext 404 libswresample/swresample.h int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride); SwrContext 424 libswresample/swresample.h int swr_drop_output(struct SwrContext *s, int count); SwrContext 437 libswresample/swresample.h int swr_inject_silence(struct SwrContext *s, int count); SwrContext 463 libswresample/swresample.h int64_t swr_get_delay(struct SwrContext *s, int64_t base); SwrContext 481 libswresample/swresample.h int swr_get_out_samples(struct SwrContext *s, int in_samples); SwrContext 555 libswresample/swresample.h int swr_convert_frame(SwrContext *swr, SwrContext 572 libswresample/swresample.h int swr_config_frame(SwrContext *swr, const AVFrame *out, const AVFrame *in); SwrContext 26 libswresample/swresample_frame.c int swr_config_frame(SwrContext *s, const AVFrame *out, const AVFrame *in) SwrContext 54 libswresample/swresample_frame.c static int config_changed(SwrContext *s, SwrContext 78 libswresample/swresample_frame.c static inline int convert_frame(SwrContext *s, SwrContext 123 libswresample/swresample_frame.c int swr_convert_frame(SwrContext *s, SwrContext 75 libswresample/swresample_internal.h typedef int (* resample_flush_func)(struct SwrContext *c); SwrContext 77 libswresample/swresample_internal.h typedef int64_t (* get_delay_func)(struct SwrContext *s, int64_t base); SwrContext 79 libswresample/swresample_internal.h typedef int64_t (* get_out_samples_func)(struct SwrContext *s, int in_samples); SwrContext 193 libswresample/swresample_internal.h void swri_noise_shaping_int16 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count); SwrContext 194 libswresample/swresample_internal.h void swri_noise_shaping_int32 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count); SwrContext 195 libswresample/swresample_internal.h void swri_noise_shaping_float (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count); SwrContext 196 libswresample/swresample_internal.h void swri_noise_shaping_double(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count); SwrContext 199 libswresample/swresample_internal.h int swri_rematrix_init(SwrContext *s); SwrContext 200 libswresample/swresample_internal.h void swri_rematrix_free(SwrContext *s); SwrContext 201 libswresample/swresample_internal.h int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy); SwrContext 202 libswresample/swresample_internal.h int swri_rematrix_init_x86(struct SwrContext *s); SwrContext 205 libswresample/swresample_internal.h int swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat noise_fmt); SwrContext 207 libswresample/swresample_internal.h int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt); SwrContext 245 libswresample/tests/swresample.c struct SwrContext * forw_ctx= NULL; SwrContext 246 libswresample/tests/swresample.c struct SwrContext *backw_ctx= NULL; SwrContext 33 libswresample/x86/rematrix_init.c av_cold int swri_rematrix_init_x86(struct SwrContext *s){ SwrContext 25 libswresample/x86/w64xmmtest.c wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count,