Home
last modified time | relevance | path

Searched refs:avresample_is_open (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavresample/
Davresample.h226 int avresample_is_open(AVAudioResampleContext *avr);
Dutils.c40 if (avresample_is_open(avr)) { in avresample_open()
257 int avresample_is_open(AVAudioResampleContext *avr) in avresample_is_open() function
507 if (avresample_is_open(avr)) { in avresample_config()
608 if (!avresample_is_open(avr)) { in avresample_convert_frame()
/third_party/ffmpeg/doc/
DAPIchanges1481 Add avresample_is_open() for checking whether a resample context is open.