Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_utils.h1083 static inline void switch_calc_fps(switch_fps_t *fpsP, float fps, int samplerate) in switch_calc_fps()
H A Dswitch_types.h1638 } switch_fps_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.h746 switch_fps_t video_fps;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media_bug.c605 switch_fps_t fps_data = { 0 }; in video_bug_thread()
H A Dswitch_core_media.c6781 switch_fps_t fps_data = { 0 }; in video_write_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11086 public static void switch_calc_fps(switch_fps_t fpsP, float fps, int samplerate) { in switch_calc_fps()
11087 freeswitchPINVOKE.switch_calc_fps(switch_fps_t.getCPtr(fpsP), fps, samplerate); in switch_calc_fps()
37751 public class switch_fps_t : global::System.IDisposable { class
37755 internal switch_fps_t(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_fps_t() method in FreeSWITCH.Native.switch_fps_t
37760 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(switch_fps_t obj) { in getCPtr()
37764 ~switch_fps_t() { in ~switch_fps_t()
37811 public switch_fps_t() : this(freeswitchPINVOKE.new_switch_fps_t(), true) { in switch_fps_t() method in FreeSWITCH.Native.switch_fps_t
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx21684 switch_fps_t *arg1 = (switch_fps_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_calc_fps___()
21688 arg1 = (switch_fps_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_calc_fps___()