Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dfifo.c87 typedef struct FifoThreadContext { struct
108 } FifoThreadContext; argument
122 static int fifo_thread_write_header(FifoThreadContext *ctx) in fifo_thread_write_header()
161 static int fifo_thread_flush_output(FifoThreadContext *ctx) in fifo_thread_flush_output()
179 static int fifo_thread_write_packet(FifoThreadContext *ctx, AVPacket *pkt) in fifo_thread_write_packet()
212 static int fifo_thread_write_trailer(FifoThreadContext *ctx) in fifo_thread_write_trailer()
228 static int fifo_thread_dispatch_message(FifoThreadContext *ctx, FifoMessage *msg) in fifo_thread_dispatch_message()
282 static int fifo_thread_process_recovery_failure(FifoThreadContext *ctx, AVPacket *pkt, in fifo_thread_process_recovery_failure()
314 static int fifo_thread_attempt_recovery(FifoThreadContext *ctx, FifoMessage *msg, int err_no) in fifo_thread_attempt_recovery()
385 static int fifo_thread_recover(FifoThreadContext *ctx, FifoMessage *msg, int err_no) in fifo_thread_recover()
[all …]