Home
last modified time | relevance | path

Searched refs:swr_alloc (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libswresample/
Dswresample.h207 struct SwrContext *swr_alloc(void);
Doptions.c149 av_cold struct SwrContext *swr_alloc(void){ in swr_alloc() function
Dswresample.c63 if(!s) s= swr_alloc(); in swr_alloc_set_opts()
/third_party/ffmpeg/doc/examples/
Dresampling_audio.c115 swr_ctx = swr_alloc(); in main()
Dmuxing.c287 ost->swr_ctx = swr_alloc(); in open_audio()
/third_party/ffmpeg/libavfilter/
Daf_asoftclip.c316 s->up_ctx = swr_alloc(); in config_input()
317 s->down_ctx = swr_alloc(); in config_input()
Daf_aresample.c52 aresample->swr = swr_alloc(); in init_dict()
Df_ebur128.c449 ebur128->swr_ctx = swr_alloc(); in config_audio_output()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp207 SwrContext *swr = swr_alloc(); in decode()
/third_party/ffmpeg/libavcodec/
Dopusdec.c659 s->swr =swr_alloc(); in opus_decode_init()
/third_party/ffmpeg/fftools/
Dcmdutils.c609 struct SwrContext *swr = swr_alloc(); in opt_default()