FFmpeg
|
#include "avcodec.h"
Go to the source code of this file.
Macros | |
#define | MAX_AUTO_THREADS 16 |
Functions | |
int | ff_slice_thread_init (AVCodecContext *avctx) |
void | ff_slice_thread_free (AVCodecContext *avctx) |
int | ff_frame_thread_init (AVCodecContext *avctx) |
void | ff_frame_thread_free (AVCodecContext *avctx, int thread_count) |
#define MAX_AUTO_THREADS 16 |
Definition at line 26 of file pthread_internal.h.
Referenced by ff_frame_thread_init(), ff_slice_thread_init(), and validate_thread_parameters().
int ff_slice_thread_init | ( | AVCodecContext * | avctx | ) |
Definition at line 174 of file pthread_slice.c.
Referenced by ff_thread_init().
void ff_slice_thread_free | ( | AVCodecContext * | avctx | ) |
Definition at line 107 of file pthread_slice.c.
Referenced by ff_thread_free().
int ff_frame_thread_init | ( | AVCodecContext * | avctx | ) |
Definition at line 608 of file pthread_frame.c.
Referenced by ff_thread_init().
void ff_frame_thread_free | ( | AVCodecContext * | avctx, |
int | thread_count | ||
) |
Definition at line 546 of file pthread_frame.c.
Referenced by ff_frame_thread_init(), and ff_thread_free().