Home
last modified time | relevance | path

Searched refs:avresample_close (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavresample/
H A Dutils.c253 avresample_close(avr); in avresample_open()
262 void avresample_close(AVAudioResampleContext *avr) in avresample_close() function
282 avresample_close(*avr); in avresample_free()
508 avresample_close(avr); in avresample_config()
625 avresample_close(avr); in avresample_convert_frame()
H A Davresample.h57 * avresample_close(), change the parameters as described above, then reopen it
245 void avresample_close(AVAudioResampleContext *avr);
253 * This also calls avresample_close() before freeing.
321 * Calling avresample_close() on the context will clear the current matrix.
323 * @see avresample_close()
344 * Calling avresample_close() on the context will clear the channel mapping.
578 * The function calls avresample_close() internally if the context is open.
581 * @see avresample_close();
/third_party/ffmpeg/libavfilter/
H A Daf_resample.c83 avresample_close(s->avr); in uninit()
127 avresample_close(s->avr); in config_output()
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c327 avresample_close(s); in main()

Completed in 4 milliseconds