/third_party/ffmpeg/libswresample/ |
D | swresample.h | 189 typedef struct SwrContext SwrContext; typedef 214 struct SwrContext *swr_alloc(void); 226 int swr_init(struct SwrContext *s); 235 int swr_is_initialized(struct SwrContext *s); 260 struct SwrContext *swr_alloc_set_opts(struct SwrContext *s, 288 int swr_alloc_set_opts2(struct SwrContext **ps, 304 void swr_free(struct SwrContext **s); 316 void swr_close(struct SwrContext *s); 343 int swr_convert(struct SwrContext *s, uint8_t **out, int out_count, 363 int64_t swr_next_pts(struct SwrContext *s, int64_t pts); [all …]
|
D | swresample_internal.h | 75 typedef int (* resample_flush_func)(struct SwrContext *c); 77 typedef int64_t (* get_delay_func)(struct SwrContext *s, int64_t base); 79 typedef int64_t (* get_out_samples_func)(struct SwrContext *s, int in_samples); 95 struct SwrContext { struct 197 void swri_noise_shaping_int16 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioDa… argument 198 void swri_noise_shaping_int32 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioDa… 199 void swri_noise_shaping_float (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioDa… 200 void swri_noise_shaping_double(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioDa… 203 int swri_rematrix_init(SwrContext *s); 204 void swri_rematrix_free(SwrContext *s); [all …]
|
D | swresample.c | 32 int swr_set_channel_mapping(struct SwrContext *s, const int *channel_map){ in swr_set_channel_mapping() 41 struct SwrContext *swr_alloc_set_opts(struct SwrContext *s, in swr_alloc_set_opts() 85 int swr_alloc_set_opts2(struct SwrContext **ps, in swr_alloc_set_opts2() 89 struct SwrContext *s = *ps; in swr_alloc_set_opts2() 148 static void clear_context(SwrContext *s){ in clear_context() 173 av_cold void swr_free(SwrContext **ss){ in swr_free() 174 SwrContext *s= *ss; in swr_free() 187 av_cold void swr_close(SwrContext *s){ in swr_close() 191 av_cold int swr_init(struct SwrContext *s){ in swr_init() 571 static int resample(SwrContext *s, AudioData *out_param, int out_count, in resample() [all …]
|
D | swresample_frame.c | 27 int swr_config_frame(SwrContext *s, const AVFrame *out, const AVFrame *in) in swr_config_frame() 83 static int config_changed(SwrContext *s, in config_changed() 132 static inline int convert_frame(SwrContext *s, in convert_frame() 184 int swr_convert_frame(SwrContext *s, in swr_convert_frame()
|
D | soxr_resample.c | 69 static int flush(struct SwrContext *s){ in flush() 99 static int64_t get_delay(struct SwrContext *s, int64_t base){ in get_delay() 116 static int64_t get_out_samples(struct SwrContext *s, int in_samples){ in get_out_samples()
|
D | options.c | 35 #define OFFSET(x) offsetof(SwrContext,x) 167 av_cold struct SwrContext *swr_alloc(void){ in swr_alloc() 168 SwrContext *s= av_mallocz(sizeof(SwrContext)); in swr_alloc()
|
D | dither.c | 26 int swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat noise_fmt… in swri_get_dither() 79 av_cold int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt) in swri_dither_init()
|
D | rematrix.c | 64 int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride) in swr_set_matrix() 440 av_cold static int auto_matrix(SwrContext *s) in auto_matrix() 469 av_cold int swri_rematrix_init(SwrContext *s){ in swri_rematrix_init() 575 av_cold void swri_rematrix_free(SwrContext *s){ in swri_rematrix_free() 582 int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy){ in swri_rematrix()
|
D | dither_template.c | 43 void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioD… in RENAME()
|
D | resample.c | 512 static int64_t get_delay(struct SwrContext *s, int64_t base){ in get_delay() 522 static int64_t get_out_samples(struct SwrContext *s, int in_samples) { in get_out_samples() 541 static int resample_flush(struct SwrContext *s) { in resample_flush()
|
D | rematrix_template.c | 90 static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){ in RENAME()
|
/third_party/ffmpeg/doc/examples/ |
D | transcode_aac.c | 288 SwrContext **resample_context) in init_resampler() 490 SwrContext *resample_context) in convert_samples() 556 SwrContext *resampler_context, in read_decode_convert_and_store() 792 SwrContext *resample_context = NULL; in main()
|
D | resampling_audio.c | 94 struct SwrContext *swr_ctx; in main()
|
D | muxing.c | 70 struct SwrContext *swr_ctx;
|
/third_party/ffmpeg/libswresample/aarch64/ |
D | neontest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in wrap()
|
/third_party/ffmpeg/libswresample/arm/ |
D | neontest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in wrap()
|
/third_party/ffmpeg/libswresample/x86/ |
D | w64xmmtest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in wrap()
|
D | rematrix_init.c | 33 av_cold int swri_rematrix_init_x86(struct SwrContext *s){ in D()
|
/third_party/ffmpeg/libavcodec/ |
D | opus.h | 135 SwrContext *swr;
|
/third_party/ffmpeg/libswresample/tests/ |
D | swresample.c | 245 struct SwrContext * forw_ctx= NULL; in main() 246 struct SwrContext *backw_ctx= NULL; in main()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | FFMpegExtractor.cpp | 207 SwrContext *swr = swr_alloc(); in decode()
|
/third_party/ffmpeg/libavfilter/ |
D | af_aresample.c | 41 struct SwrContext *swr;
|
D | af_pan.c | 54 struct SwrContext *swr;
|
D | f_ebur128.c | 87 SwrContext *swr_ctx; ///< over-sampling context for true peak metering
|
/third_party/ffmpeg/doc/ |
D | resampler.texi | 9 @code{SwrContext} options or using the @file{libavutil/opt.h} API for
|