Home
last modified time | relevance | path

Searched refs:switch_change_sln_volume_granular (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_resample.h171 SWITCH_DECLARE(void) switch_change_sln_volume_granular(int16_t *data, uint32_t samples, int32_t vol…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_resample.c345 SWITCH_DECLARE(void) switch_change_sln_volume_granular(int16_t *data, uint32_t samples, int32_t vol) in switch_change_sln_volume_granular() function
514 switch_change_sln_volume_granular(data, samples * channels, agc->vol); in switch_agc_feed()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c583switch_change_sln_volume_granular((int16_t *)source->abuf, olen * source->channels, source->vol); in read_stream_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_member.c574switch_change_sln_volume_granular((void *)file_frame, (uint32_t)file_sample_len * member->fnode->f… in conference_member_add_file_data()
H A Dmod_conference.c488switch_change_sln_volume_granular((void *)file_frame, (uint32_t)file_sample_len * conference->fnod… in conference_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12724 …public static void switch_change_sln_volume_granular(SWIGTYPE_p_short data, uint samples, int vol)… in switch_change_sln_volume_granular() method in FreeSWITCH.Native.freeswitch
12725 … freeswitchPINVOKE.switch_change_sln_volume_granular(SWIGTYPE_p_short.getCPtr(data), samples, vol); in switch_change_sln_volume_granular()
25038 …public static extern void switch_change_sln_volume_granular(global::System.Runtime.InteropServices… in switch_change_sln_volume_granular() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx40292 switch_change_sln_volume_granular(arg1,arg2,arg3); in CSharp_FreeSWITCHfNative_switch_change_sln_volume_granular___()