• Home
  • Raw
  • Download

Lines Matching +full:enum +full:- +full:conversion

2  * Copyright (C) 2011-2013 Michael Niedermayer (michaelni@gmx.at)
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
52 enum AVSampleFormat fmt; ///< sample format
62 float ns_scale_1; ///< Noise shaping dither scale^-1
72 …double cutoff, enum AVSampleFormat format, enum SwrFilterType filter_type, double kaiser_beta, dou…
99 enum AVSampleFormat in_sample_fmt; ///< input sample format
100enum AVSampleFormat int_sample_fmt; ///< internal sample format (AV_SAMPLE_FMT_FLTP or…
101 enum AVSampleFormat out_sample_fmt; ///< output sample format
113 const int *channel_map; ///< channel index (or -1 if muted channel) map
126 enum AVSampleFormat user_int_sample_fmt; ///< User set internal sample format
145 …nc; ///< swr simple 1 parameter async, similar to ffmpegs -async
153 …AudioData postin; ///< post-input audio data: used for rematrix/resa…
155 …AudioData preout; ///< pre-output audio data: used for rematrix/resa…
169 struct AudioConvert *in_convert; ///< input conversion context
170 struct AudioConvert *out_convert; ///< output conversion context
171 …struct AudioConvert *full_convert; ///< full conversion context (single conversion fo…
209 int swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat noise_fmt…
211 int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt);
214 enum AVSampleFormat out_fmt,
215 enum AVSampleFormat in_fmt,
218 enum AVSampleFormat out_fmt,
219 enum AVSampleFormat in_fmt,
222 enum AVSampleFormat out_fmt,
223 enum AVSampleFormat in_fmt,