FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pthread_internal.h File Reference
#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)
 

Macro Definition Documentation

#define MAX_AUTO_THREADS   16

Function Documentation

int ff_slice_thread_init ( AVCodecContext avctx)

Definition at line 179 of file pthread_slice.c.

Referenced by ff_thread_init().

void ff_slice_thread_free ( AVCodecContext avctx)

Definition at line 103 of file pthread_slice.c.

Referenced by ff_thread_free().

int ff_frame_thread_init ( AVCodecContext avctx)

Definition at line 604 of file pthread_frame.c.

Referenced by ff_thread_init().

void ff_frame_thread_free ( AVCodecContext avctx,
int  thread_count 
)

Definition at line 540 of file pthread_frame.c.

Referenced by ff_frame_thread_init(), and ff_thread_free().