Searched refs:AVResampleContext (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
H A D | avcodec.h | 67 struct AVResampleContext; 68 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff); 69 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx); 70 void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance); 71 void av_resample_close(struct AVResampleContext *c);
|
H A D | resample2.c | 58 typedef struct AVResampleContext{ struct 70 }AVResampleContext; typedef 177 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){ in av_resample_init() 178 AVResampleContext *c= av_mallocz(sizeof(AVResampleContext)); in av_resample_init() 199 void av_resample_close(AVResampleContext *c){ in av_resample_close() 204 void av_resample_compensate(AVResampleContext *c, int sample_delta, int compensation_distance){ in av_resample_compensate() 210 int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx){ in av_resample()
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | ffmpeg.c | 30 struct AVResampleContext *state;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | resampler.c | 42 struct AVResampleContext *state;
|
Completed in 5 milliseconds