FFmpeg
|
Go to the source code of this file.
Macros | |
#define | avpriv_atomic_int_get atomic_int_get_gcc |
#define | avpriv_atomic_int_set atomic_int_set_gcc |
#define | avpriv_atomic_int_add_and_fetch atomic_int_add_and_fetch_gcc |
#define | avpriv_atomic_ptr_cas atomic_ptr_cas_gcc |
Functions | |
static int | atomic_int_get_gcc (volatile int *ptr) |
static void | atomic_int_set_gcc (volatile int *ptr, int val) |
static int | atomic_int_add_and_fetch_gcc (volatile int *ptr, int inc) |
static void * | atomic_ptr_cas_gcc (void *volatile *ptr, void *oldval, void *newval) |
#define avpriv_atomic_int_get atomic_int_get_gcc |
Definition at line 28 of file atomic_gcc.h.
Referenced by av_buffer_is_writable(), av_buffer_pool_get(), ffmmal_read_frame(), ffmmal_stop_decoder(), hls_decode_entry_wpp(), mmap_read_frame(), and v4l2_read_close().
#define avpriv_atomic_int_set atomic_int_set_gcc |
Definition at line 39 of file atomic_gcc.h.
Referenced by av_buffer_pool_init(), av_buffer_pool_init2(), ff_er_add_slice(), hls_decode_entry_wpp(), and hls_slice_data_wpp().
#define avpriv_atomic_int_add_and_fetch atomic_int_add_and_fetch_gcc |
Definition at line 50 of file atomic_gcc.h.
Referenced by av_buffer_pool_get(), av_buffer_pool_uninit(), av_buffer_ref(), buffer_replace(), enqueue_buffer(), ff_er_add_slice(), ff_lock_avcodec(), ff_unlock_avcodec(), ffmmal_add_packet(), ffmmal_fill_input_port(), ffmmal_poolref_unref(), ffmmal_set_ref(), ffmmal_stop_decoder(), input_callback(), mmap_read_frame(), pool_alloc_buffer(), and pool_release_buffer().
#define avpriv_atomic_ptr_cas atomic_ptr_cas_gcc |
Definition at line 60 of file atomic_gcc.h.
Referenced by av_register_codec_parser(), av_register_hwaccel(), av_register_input_format(), av_register_output_format(), avcodec_register(), avfilter_register(), and init_opencl_mtx().
|
inlinestatic |
Definition at line 29 of file atomic_gcc.h.
|
inlinestatic |
Definition at line 40 of file atomic_gcc.h.
|
inlinestatic |
Definition at line 51 of file atomic_gcc.h.