Home
last modified time | relevance | path

Searched defs:SwrContext (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswresample/
Dswresample_internal.h95 struct SwrContext { struct
96 const AVClass *av_class; ///< AVClass used for AVOption and av_log()
97 int log_level_offset; ///< logging level offset
98 void *log_ctx; ///< parent logging context
99 enum AVSampleFormat in_sample_fmt; ///< input sample format
100 … int_sample_fmt; ///< internal sample format (AV_SAMPLE_FMT_FLTP or AV_SAMPLE_FMT_S16P)
101 enum AVSampleFormat out_sample_fmt; ///< output sample format
102 int64_t in_ch_layout; ///< input channel layout
103 int64_t out_ch_layout; ///< output channel layout
104 int in_sample_rate; ///< input sample rate
[all …]
Dswresample.h182 typedef struct SwrContext SwrContext; typedef