Searched refs:swr_alloc (Results 1 – 11 of 11) sorted by relevance
207 struct SwrContext *swr_alloc(void);
149 av_cold struct SwrContext *swr_alloc(void){ in swr_alloc() function
63 if(!s) s= swr_alloc(); in swr_alloc_set_opts()
115 swr_ctx = swr_alloc(); in main()
287 ost->swr_ctx = swr_alloc(); in open_audio()
316 s->up_ctx = swr_alloc(); in config_input()317 s->down_ctx = swr_alloc(); in config_input()
52 aresample->swr = swr_alloc(); in init_dict()
449 ebur128->swr_ctx = swr_alloc(); in config_audio_output()
207 SwrContext *swr = swr_alloc(); in decode()
659 s->swr =swr_alloc(); in opus_decode_init()
609 struct SwrContext *swr = swr_alloc(); in opt_default()