FFmpeg
|
#include "config.h"
Go to the source code of this file.
Macros | |
#define | AVMutex char |
#define | ff_mutex_init(mutex, attr) (0) |
#define | ff_mutex_lock(mutex) (0) |
#define | ff_mutex_unlock(mutex) (0) |
#define | ff_mutex_destroy(mutex) (0) |
#define | AVOnce char |
#define | AV_ONCE_INIT 0 |
Functions | |
static int | ff_thread_once (char *control, void(*routine)(void)) |
#define ff_mutex_init | ( | mutex, | |
attr | |||
) | (0) |
Definition at line 149 of file thread.h.
Referenced by av_buffer_pool_init(), and av_buffer_pool_init2().
#define ff_mutex_lock | ( | mutex | ) | (0) |
Definition at line 150 of file thread.h.
Referenced by av_buffer_pool_get(), and pool_release_buffer().
#define ff_mutex_unlock | ( | mutex | ) | (0) |
Definition at line 151 of file thread.h.
Referenced by av_buffer_pool_get(), and pool_release_buffer().
#define ff_mutex_destroy | ( | mutex | ) | (0) |
Definition at line 152 of file thread.h.
Referenced by buffer_pool_free().
#define AVOnce char |
Definition at line 154 of file thread.h.
Referenced by av_register_all(), avcodec_register_all(), avdevice_register_all(), avfilter_register_all(), and speedhq_decode_init().
#define AV_ONCE_INIT 0 |
Definition at line 155 of file thread.h.
Referenced by av_register_all(), avcodec_register_all(), avdevice_register_all(), avfilter_register_all(), and speedhq_decode_init().
Definition at line 157 of file thread.h.
Referenced by aac_decode_init(), aac_encode_init(), av_register_all(), avcodec_register_all(), avdevice_register_all(), avfilter_register_all(), dirac_decode_init(), ff_ebur128_init(), ff_h264_decode_init(), ff_mpadsp_init(), and speedhq_decode_init().