Home
last modified time | relevance | path

Searched refs:swr_free (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libswresample/
Dswresample.h267 void swr_free(struct SwrContext **s);
Dswresample.c97 swr_free(&s); in swr_alloc_set_opts()
137 av_cold void swr_free(SwrContext **ss){ in swr_free() function
/third_party/ffmpeg/doc/examples/
Dtranscode_aac.c318 swr_free(resample_context); in init_resampler()
880 swr_free(&resample_context); in main()
Dresampling_audio.c212 swr_free(&swr_ctx); in main()
Dmuxing.c530 swr_free(&ost->swr_ctx); in close_stream()
/third_party/ffmpeg/libavfilter/
Daf_asoftclip.c455 swr_free(&s->up_ctx); in uninit()
456 swr_free(&s->down_ctx); in uninit()
Daf_aresample.c76 swr_free(&aresample->swr); in uninit()
Daf_pan.c421 swr_free(&pan->swr); in uninit()
Df_ebur128.c988 swr_free(&ebur128->swr_ctx); in uninit()
/third_party/ffmpeg/libavcodec/
Dopusdec.c606 swr_free(&s->swr); in opus_decode_close()
/third_party/ffmpeg/fftools/
Dffplay.c1219 swr_free(&is->swr_ctx); in stream_component_close()
2379 swr_free(&is->swr_ctx); in audio_decode_frame()
2389 swr_free(&is->swr_ctx); in audio_decode_frame()
2426 swr_free(&is->swr_ctx); in audio_decode_frame()
Dcmdutils.c611 swr_free(&swr); in opt_default()