Searched refs:avf2 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | fifo.c | 127 AVFormatContext *avf2 = fifo->avf; in fifo_thread_write_header() local 135 ret = ff_format_output_open(avf2, avf->url, &format_options); in fifo_thread_write_header() 142 for (i = 0;i < avf2->nb_streams; i++) in fifo_thread_write_header() 143 ffstream(avf2->streams[i])->cur_dts = 0; in fifo_thread_write_header() 145 ret = avformat_write_header(avf2, &format_options); in fifo_thread_write_header() 153 av_log(avf2, AV_LOG_ERROR, "Unknown option '%s'\n", entry->key); in fifo_thread_write_header() 166 AVFormatContext *avf2 = fifo->avf; in fifo_thread_flush_output() local 168 return av_write_frame(avf2, NULL); in fifo_thread_flush_output() 184 AVFormatContext *avf2 = fifo->avf; in fifo_thread_write_packet() local 208 dst_tb = avf2 in fifo_thread_write_packet() 227 AVFormatContext *avf2 = fifo->avf; fifo_thread_write_trailer() local 487 AVFormatContext *avf2; fifo_mux_init() local [all...] |
H A D | tee.c | 164 AVFormatContext *avf2 = NULL; in open_slave() local 231 ret = avformat_alloc_output_context2(&avf2, NULL, in open_slave() 235 tee_slave->avf = avf2; in open_slave() 236 av_dict_copy(&avf2->metadata, avf->metadata, 0); in open_slave() 237 avf2->opaque = avf->opaque; in open_slave() 238 avf2->io_open = avf->io_open; in open_slave() 239 avf2->io_close = avf->io_close; in open_slave() 240 avf2->io_close2 = avf->io_close2; in open_slave() 241 avf2->interrupt_callback = avf->interrupt_callback; in open_slave() 242 avf2 in open_slave() 538 AVFormatContext *avf2; tee_write_packet() local [all...] |
Completed in 2 milliseconds