SwrContext        574 cmdutils.c             struct SwrContext *swr = swr_alloc();
SwrContext         66 doc/examples/muxing.c     struct SwrContext *swr_ctx;
SwrContext         94 doc/examples/resampling_audio.c     struct SwrContext *swr_ctx;
SwrContext        239 doc/examples/transcode_aac.c                           SwrContext **resample_context)
SwrContext        396 doc/examples/transcode_aac.c                            SwrContext *resample_context)
SwrContext        445 doc/examples/transcode_aac.c                                          SwrContext *resampler_context,
SwrContext        653 doc/examples/transcode_aac.c     SwrContext *resample_context = NULL;
SwrContext        250 ffplay.c           struct SwrContext *swr_ctx;
SwrContext        147 libavcodec/opus.h     SwrContext *swr;
SwrContext         41 libavfilter/af_aresample.c     struct SwrContext *swr;
SwrContext         54 libavfilter/af_pan.c     struct SwrContext *swr;
SwrContext        101 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 void swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat noise_fmt) {
SwrContext         75 libswresample/dither.c av_cold int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt)
SwrContext         26 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        148 libswresample/options.c av_cold struct SwrContext *swr_alloc(void){
SwrContext        149 libswresample/options.c     SwrContext *s= av_mallocz(sizeof(SwrContext));
SwrContext         61 libswresample/rematrix.c int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride)
SwrContext         85 libswresample/rematrix.c static int clean_layout(SwrContext *s, int64_t layout){
SwrContext        113 libswresample/rematrix.c av_cold static int auto_matrix(SwrContext *s)
SwrContext        352 libswresample/rematrix.c av_cold int swri_rematrix_init(SwrContext *s){
SwrContext        424 libswresample/rematrix.c av_cold void swri_rematrix_free(SwrContext *s){
SwrContext        431 libswresample/rematrix.c int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy){
SwrContext         85 libswresample/rematrix_template.c static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){
SwrContext        338 libswresample/resample.c static int64_t get_delay(struct SwrContext *s, int64_t base){
SwrContext        348 libswresample/resample.c static int resample_flush(struct SwrContext *s) {
SwrContext         69 libswresample/soxr_resample.c static int flush(struct SwrContext *s){
SwrContext         89 libswresample/soxr_resample.c static int64_t get_delay(struct SwrContext *s, int64_t base){
SwrContext        244 libswresample/swresample-test.c     struct SwrContext * forw_ctx= NULL;
SwrContext        245 libswresample/swresample-test.c     struct SwrContext *backw_ctx= NULL;
SwrContext         51 libswresample/swresample.c int swr_set_channel_mapping(struct SwrContext *s, const int *channel_map){
SwrContext         58 libswresample/swresample.c struct SwrContext *swr_alloc_set_opts(struct SwrContext *s,
SwrContext        116 libswresample/swresample.c static void clear_context(SwrContext *s){
SwrContext        138 libswresample/swresample.c av_cold void swr_free(SwrContext **ss){
SwrContext        139 libswresample/swresample.c     SwrContext *s= *ss;
SwrContext        149 libswresample/swresample.c av_cold void swr_close(SwrContext *s){
SwrContext        153 libswresample/swresample.c av_cold int swr_init(struct SwrContext *s){
SwrContext        424 libswresample/swresample.c static int resample(SwrContext *s, AudioData *out_param, int out_count,
SwrContext        519 libswresample/swresample.c static int swr_convert_internal(struct SwrContext *s, AudioData *out, int out_count,
SwrContext        646 libswresample/swresample.c int swr_is_initialized(struct SwrContext *s) {
SwrContext        650 libswresample/swresample.c int swr_convert(struct SwrContext *s, uint8_t *out_arg[SWR_CH_MAX], int out_count,
SwrContext        756 libswresample/swresample.c int swr_drop_output(struct SwrContext *s, int count){
SwrContext        767 libswresample/swresample.c int swr_inject_silence(struct SwrContext *s, int count){
SwrContext        795 libswresample/swresample.c int64_t swr_get_delay(struct SwrContext *s, int64_t base){
SwrContext        803 libswresample/swresample.c int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance){
SwrContext        823 libswresample/swresample.c int64_t swr_next_pts(struct SwrContext *s, int64_t pts){
SwrContext        186 libswresample/swresample.h typedef struct SwrContext SwrContext;
SwrContext        211 libswresample/swresample.h struct SwrContext *swr_alloc(void);
SwrContext        223 libswresample/swresample.h int swr_init(struct SwrContext *s);
SwrContext        232 libswresample/swresample.h int swr_is_initialized(struct SwrContext *s);
SwrContext        254 libswresample/swresample.h struct SwrContext *swr_alloc_set_opts(struct SwrContext *s,
SwrContext        271 libswresample/swresample.h void swr_free(struct SwrContext **s);
SwrContext        283 libswresample/swresample.h void swr_close(struct SwrContext *s);
SwrContext        309 libswresample/swresample.h int swr_convert(struct SwrContext *s, uint8_t **out, int out_count,
SwrContext        329 libswresample/swresample.h int64_t swr_next_pts(struct SwrContext *s, int64_t pts);
SwrContext        356 libswresample/swresample.h int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance);
SwrContext        366 libswresample/swresample.h int swr_set_channel_mapping(struct SwrContext *s, const int *channel_map);
SwrContext        377 libswresample/swresample.h int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride);
SwrContext        397 libswresample/swresample.h int swr_drop_output(struct SwrContext *s, int count);
SwrContext        410 libswresample/swresample.h int swr_inject_silence(struct SwrContext *s, int count);
SwrContext        436 libswresample/swresample.h int64_t swr_get_delay(struct SwrContext *s, int64_t base);
SwrContext        510 libswresample/swresample.h int swr_convert_frame(SwrContext *swr,
SwrContext        527 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        179 libswresample/swresample_internal.h void swri_noise_shaping_int16 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
SwrContext        180 libswresample/swresample_internal.h void swri_noise_shaping_int32 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
SwrContext        181 libswresample/swresample_internal.h void swri_noise_shaping_float (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
SwrContext        182 libswresample/swresample_internal.h void swri_noise_shaping_double(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
SwrContext        184 libswresample/swresample_internal.h int swri_rematrix_init(SwrContext *s);
SwrContext        185 libswresample/swresample_internal.h void swri_rematrix_free(SwrContext *s);
SwrContext        186 libswresample/swresample_internal.h int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy);
SwrContext        187 libswresample/swresample_internal.h int swri_rematrix_init_x86(struct SwrContext *s);
SwrContext        189 libswresample/swresample_internal.h void swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat noise_fmt);
SwrContext        190 libswresample/swresample_internal.h int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt);
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,