Home
last modified time | relevance | path

Searched refs:ff_stream_encode_params_copy (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dinternal.h730 int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src);
Dtee.c293 ret = ff_stream_encode_params_copy(st2, st); in open_slave()
Dfifo.c500 ret = ff_stream_encode_params_copy(st, avf->streams[i]); in fifo_mux_init()
Dutils.c4352 int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src) function