Searched refs:ff_stream_encode_params_copy (Results 1 – 4 of 4) sorted by relevance
730 int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src);
293 ret = ff_stream_encode_params_copy(st2, st); in open_slave()
500 ret = ff_stream_encode_params_copy(st, avf->streams[i]); in fifo_mux_init()
4352 int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src) function