Home
last modified time | relevance | path

Searched refs:swr_set_matrix (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libswresample/
Dswresample.h404 int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride);
Drematrix.c64 int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride) in swr_set_matrix() function
/third_party/ffmpeg/libavfilter/
Daf_pan.c364 swr_set_matrix(pan->swr, pan->gain[0], pan->gain[1] - pan->gain[0]); in config_props()
/third_party/ffmpeg/doc/
DAPIchanges2153 Add swr_set_matrix() function.