FFmpeg
|
#include "config.h"
Go to the source code of this file.
Macros | |
#define | AVMutex char |
#define | AV_MUTEX_INITIALIZER 0 |
#define | AVOnce char |
#define | AV_ONCE_INIT 0 |
Functions | |
static int | ff_mutex_init (AVMutex *mutex, const void *attr) |
static int | ff_mutex_lock (AVMutex *mutex) |
static int | ff_mutex_unlock (AVMutex *mutex) |
static int | ff_mutex_destroy (AVMutex *mutex) |
static int | ff_thread_once (char *control, void(*routine)(void)) |
#define AVOnce char |
Definition at line 159 of file thread.h.
Referenced by dolby_e_init(), ff_fft_init(), jpeg2000_decode_init(), qdmc_decode_init(), speedhq_decode_init(), and wmavoice_decode_init().
#define AV_ONCE_INIT 0 |
Definition at line 160 of file thread.h.
Referenced by dolby_e_init(), ff_fft_init(), jpeg2000_decode_init(), qdmc_decode_init(), speedhq_decode_init(), and wmavoice_decode_init().
Definition at line 154 of file thread.h.
Referenced by av_buffer_pool_init(), and av_buffer_pool_init2().
Definition at line 155 of file thread.h.
Referenced by av_buffer_pool_get(), av_log_default_callback(), avpriv_register_devices(), ff_lock_avcodec(), ff_lock_avformat(), and pool_release_buffer().
Definition at line 156 of file thread.h.
Referenced by av_buffer_pool_get(), av_log_default_callback(), avpriv_register_devices(), ff_unlock_avcodec(), ff_unlock_avformat(), and pool_release_buffer().
Definition at line 157 of file thread.h.
Referenced by buffer_pool_free().
Definition at line 162 of file thread.h.
Referenced by aac_decode_init(), aac_encode_init(), av_codec_iterate(), av_codec_next(), av_parser_next(), av_register_codec_parser(), avcodec_register(), avcodec_register_all(), d3d11va_device_create(), dirac_decode_init(), dolby_e_init(), ff_ebur128_init(), ff_fft_init(), ff_init_ff_cos_tabs(), ff_mpadsp_init(), h264_decode_init(), jpeg2000_decode_init(), qdmc_decode_init(), speedhq_decode_init(), and wmavoice_decode_init().