FFmpeg
|
Libavfilter multithreading support. More...
#include "config.h"
#include "libavutil/common.h"
#include "libavutil/cpu.h"
#include "libavutil/mem.h"
#include "libavutil/thread.h"
#include "libavutil/slicethread.h"
#include "avfilter.h"
#include "internal.h"
#include "thread.h"
Go to the source code of this file.
Data Structures | |
struct | ThreadContext |
Functions | |
static void | worker_func (void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) |
static void | slice_thread_uninit (ThreadContext *c) |
static int | thread_execute (AVFilterContext *ctx, avfilter_action_func *func, void *arg, int *ret, int nb_jobs) |
static int | thread_init_internal (ThreadContext *c, int nb_threads) |
int | ff_graph_thread_init (AVFilterGraph *graph) |
void | ff_graph_thread_free (AVFilterGraph *graph) |
Libavfilter multithreading support.
Definition in file pthread.c.
|
static |
Definition at line 47 of file pthread.c.
Referenced by thread_init_internal().
|
static |
Definition at line 55 of file pthread.c.
Referenced by ff_graph_thread_free().
|
static |
Definition at line 60 of file pthread.c.
Referenced by ff_graph_thread_init().
|
static |
Definition at line 76 of file pthread.c.
Referenced by ff_graph_thread_init().
int ff_graph_thread_init | ( | AVFilterGraph * | graph | ) |
void ff_graph_thread_free | ( | AVFilterGraph * | graph | ) |