Home
last modified time | relevance | path

Searched refs:av_resample_init (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Davcodec.h68 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
H A Dresample2.c177 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){ in av_resample_init() function
/third_party/pulseaudio/src/pulsecore/resampler/
H A Dffmpeg.c122 if (!(ffmpeg_data->state = av_resample_init((int) r->o_ss.rate, (int) r->i_ss.rate, 16, 10, 0, 0.8))) { in pa_resampler_ffmpeg_init()

Completed in 2 milliseconds