Home
last modified time | relevance | path

Searched refs:strct_mutex (Results 1 – 18 of 18) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/fx/
H A Dags_fx_dssi_audio.h50 …_FX_DSSI_AUDIO_SCOPE_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxDssiAudioScopeData *)(ptr))->strct_mutex))
53 …DSSI_AUDIO_CHANNEL_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxDssiAudioChannelData *)(ptr))->strct_mutex))
56 …_FX_DSSI_AUDIO_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxDssiAudioInputData *)(ptr))->strct_mutex))
97 GRecMutex strct_mutex; member
108 GRecMutex strct_mutex; member
124 GRecMutex strct_mutex; member
H A Dags_fx_lv2_audio.h48 …GS_FX_LV2_AUDIO_SCOPE_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxLv2AudioScopeData *)(ptr))->strct_mutex))
51 …X_LV2_AUDIO_CHANNEL_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxLv2AudioChannelData *)(ptr))->strct_mutex))
54 …GS_FX_LV2_AUDIO_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxLv2AudioInputData *)(ptr))->strct_mutex))
103 GRecMutex strct_mutex; member
114 GRecMutex strct_mutex; member
133 GRecMutex strct_mutex; member
H A Dags_fx_peak_channel.h42 …PEAK_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxPeakChannelInputData *)(ptr))->strct_mutex))
66 GRecMutex strct_mutex; member
H A Dags_fx_buffer_channel.h41 …ER_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxBufferChannelInputData *)(ptr))->strct_mutex))
61 GRecMutex strct_mutex; member
H A Dags_fx_ladspa_channel.h46 …PA_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxLadspaChannelInputData *)(ptr))->strct_mutex))
76 GRecMutex strct_mutex; member
H A Dags_fx_lv2_channel.h51 …X_LV2_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxLv2ChannelInputData *)(ptr))->strct_mutex))
81 GRecMutex strct_mutex; member
H A Dags_fx_analyse_channel.h44 …E_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxAnalyseChannelInputData *)(ptr))->strct_mutex))
69 GRecMutex strct_mutex; member
H A Dags_fx_two_pass_aliase_channel.h42 …NEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxTwoPassAliaseChannelInputData *)(ptr))->strct_mutex))
70 GRecMutex strct_mutex; member
H A Dags_fx_eq10_channel.h42 …EQ10_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxEq10ChannelInputData *)(ptr))->strct_mutex))
77 GRecMutex strct_mutex; member
H A Dags_fx_buffer_channel.c151 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_buffer_channel_input_data_alloc()
H A Dags_fx_peak_channel.c404 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_peak_channel_input_data_alloc()
H A Dags_fx_dssi_audio.c899 g_rec_mutex_init(&(scope_data->strct_mutex)); in ags_fx_dssi_audio_scope_data_alloc()
952 g_rec_mutex_init(&(channel_data->strct_mutex)); in ags_fx_dssi_audio_channel_data_alloc()
1061 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_dssi_audio_input_data_alloc()
H A Dags_fx_lv2_audio.c979 g_rec_mutex_init(&(scope_data->strct_mutex)); in ags_fx_lv2_audio_scope_data_alloc()
1032 g_rec_mutex_init(&(channel_data->strct_mutex)); in ags_fx_lv2_audio_channel_data_alloc()
1147 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_lv2_audio_input_data_alloc()
H A Dags_fx_ladspa_channel.c343 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_ladspa_channel_input_data_alloc()
H A Dags_fx_analyse_channel.c641 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_analyse_channel_input_data_alloc()
H A Dags_fx_eq10_channel.c1206 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_eq10_channel_input_data_alloc()
H A Dags_fx_lv2_channel.c346 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_lv2_channel_input_data_alloc()
H A Dags_fx_two_pass_aliase_channel.c964 g_rec_mutex_init(&(input_data->strct_mutex)); in ags_fx_two_pass_aliase_channel_input_data_alloc()