Home
last modified time | relevance | path

Searched refs:switch_frame_t (Results 1 – 25 of 110) sorted by relevance

12345

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/private/
H A Dswitch_core_pvt.h161 switch_frame_t raw_write_frame;
162 switch_frame_t enc_write_frame;
167 switch_frame_t raw_read_frame;
168 switch_frame_t enc_read_frame;
178 switch_frame_t video_raw_read_frame;
211 switch_frame_t *native_read_frame;
212 switch_frame_t *native_write_frame;
231 switch_frame_t *ping_frame;
232 switch_frame_t *video_ping_frame;
233 switch_frame_t *read_demux_frame;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dframe.h62 inline switch_frame_t * next_frame(void) in next_frame()
77 inline switch_frame_t * cng_frame(void) in cng_frame()
88 switch_frame_t _cng_frame;
90 switch_frame_t * _frames;
112 switch_frame_t * pick(void) in pick()
141 switch_frame_t * cng(void) in cng()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.h166 switch_status_t read_frame(switch_frame_t **frame, switch_io_flag_t flags);
167 switch_status_t write_frame(const switch_frame_t *frame, switch_io_flag_t flags);
179 switch_frame_t m_readFrame;
254 …DECLARE_CALLBACK3(read_audio_frame, switch_frame_t **, frame, switch_io_flag_t, flags, int, stream…
255 …DECLARE_CALLBACK3(write_audio_frame, switch_frame_t *, frame, switch_io_flag_t, flags, int, stream…
256 …DECLARE_CALLBACK3(read_video_frame, switch_frame_t **, frame, switch_io_flag_t, flag, int, stream_…
257 …DECLARE_CALLBACK3(write_video_frame, switch_frame_t *, frame, switch_io_flag_t, flag, int, stream_…
291 …switch_status_t read_frame(const OpalMediaType & mediaType, switch_frame_t **frame, switch_io_flag…
292 …switch_status_t write_frame(const OpalMediaType & mediaType, const switch_frame_t *frame, switch_i…
311 switch_frame_t m_dummy_frame;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_event_hook.h55 typedef switch_status_t (*switch_read_frame_hook_t) (switch_core_session_t *, switch_frame_t **, sw…
56 typedef switch_status_t (*switch_video_read_frame_hook_t) (switch_core_session_t *, switch_frame_t
57 typedef switch_status_t (*switch_write_frame_hook_t) (switch_core_session_t *, switch_frame_t *, sw…
58 typedef switch_status_t (*switch_video_write_frame_hook_t) (switch_core_session_t *, switch_frame_t
59 typedef switch_status_t (*switch_text_read_frame_hook_t) (switch_core_session_t *, switch_frame_t *…
60 typedef switch_status_t (*switch_text_write_frame_hook_t) (switch_core_session_t *, switch_frame_t
H A Dswitch_module_interfaces.h113 typedef switch_status_t (*switch_io_read_frame_t) (switch_core_session_t *, switch_frame_t **, swit…
114 typedef switch_status_t (*switch_io_write_frame_t) (switch_core_session_t *, switch_frame_t *, swit…
121 typedef switch_status_t (*switch_io_read_video_frame_t) (switch_core_session_t *, switch_frame_t **…
122 typedef switch_status_t (*switch_io_write_video_frame_t) (switch_core_session_t *, switch_frame_t *…
123 typedef switch_status_t (*switch_io_read_text_frame_t) (switch_core_session_t *, switch_frame_t **,…
124 typedef switch_status_t (*switch_io_write_text_frame_t) (switch_core_session_t *, switch_frame_t *,…
293 …switch_status_t (*file_read_video) (switch_file_handle_t *, switch_frame_t *frame, switch_video_re…
295 switch_status_t (*file_write_video) (switch_file_handle_t *, switch_frame_t *frame);
712 switch_frame_t *cur_frame;
864 switch_frame_t write_frame;
H A Dswitch_core.h278 …2_t) switch_core_media_bug_patch_video(switch_core_session_t *orig_session, switch_frame_t *frame);
327 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_write_replace_frame(_In_ switch_media_bu…
330 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_native_read_frame(switch_media_bug_t *bu…
331 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_native_write_frame(switch_media_bug_t *b…
334 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_video_ping_frame(switch_media_bug_t *bug…
347 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_read_replace_frame(_In_ switch_media_bug…
348 …itch_core_media_bug_set_read_demux_frame(_In_ switch_media_bug_t *bug, _In_ switch_frame_t *frame);
1346 switch_frame_t *frame, switch_io_flag_t flags, int stream_id);
1706 …LARE(switch_status_t) switch_core_codec_encode_video(switch_codec_t *codec, switch_frame_t *frame);
1738 …LARE(switch_status_t) switch_core_codec_decode_video(switch_codec_t *codec, switch_frame_t *frame);
[all …]
H A Dswitch_core_media.h225 …itch_status_t) switch_core_media_read_frame(switch_core_session_t *session, switch_frame_t **frame,
228switch_frame_t *frame, switch_io_flag_t flags, int stream_id, switch_media_type_t type);
377 …s_t) switch_core_session_text_read_callback(switch_core_session_t *session, switch_frame_t *frame);
378 … switch_core_session_read_text_frame(switch_core_session_t *session, switch_frame_t **frame, switc…
381 …switch_core_session_write_text_frame(switch_core_session_t *session, switch_frame_t *frame, switch…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Drtmp_video.h47 switch_status_t rtmp_rtp2rtmpH264(rtp2rtmp_helper_t *helper, switch_frame_t *frame);
48 switch_status_t rtmp_write_video_frame(switch_core_session_t *session, switch_frame_t *frame, switc…
49 switch_status_t rtmp_read_video_frame(switch_core_session_t *session, switch_frame_t **frame, switc…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtc/
H A Dmod_rtc.c53 static switch_status_t rtc_read_frame(switch_core_session_t *session, switch_frame_t **frame, switc…
54 static switch_status_t rtc_write_frame(switch_core_session_t *session, switch_frame_t *frame, switc…
55 static switch_status_t rtc_read_video_frame(switch_core_session_t *session, switch_frame_t **frame,…
56 static switch_status_t rtc_write_video_frame(switch_core_session_t *session, switch_frame_t *frame,…
157 static switch_status_t rtc_read_video_frame(switch_core_session_t *session, switch_frame_t **frame,… in rtc_read_video_frame()
162 static switch_status_t rtc_write_video_frame(switch_core_session_t *session, switch_frame_t *frame,… in rtc_write_video_frame()
175 static switch_status_t rtc_read_frame(switch_core_session_t *session, switch_frame_t **frame, switc… in rtc_read_frame()
184 static switch_status_t rtc_write_frame(switch_core_session_t *session, switch_frame_t *frame, switc… in rtc_write_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_yuv/
H A Dmod_yuv.c53 static switch_status_t switch_yuv_encode(switch_codec_t *codec, switch_frame_t *frame) in switch_yuv_encode()
61 static switch_status_t switch_yuv_decode(switch_codec_t *codec, switch_frame_t *frame) in switch_yuv_decode()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dframe.cpp50 : _frames(ALLOC(switch_frame_t, frame_count * sizeof(switch_frame_t))), in FrameStorage()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c75 switch_frame_t read_frame;
78 switch_frame_t *x_write_frame;
79 switch_frame_t *write_frame;
82 switch_frame_t cng_frame;
116 static switch_status_t channel_read_frame(switch_core_session_t *session, switch_frame_t **frame, s…
117 static switch_status_t channel_write_frame(switch_core_session_t *session, switch_frame_t *frame, s…
126 switch_frame_t *frame = (switch_frame_t *) pop; in clear_queue()
744 tech_pvt->write_frame = (switch_frame_t *) pop; in channel_read_frame()
972 switch_frame_t *clone; in channel_write_frame()
1306 switch_frame_t read_frame;
[all …]
/dports/net/mod_amd/mod_amd-60daa7e/
H A Dmod_amd.c161 static amd_frame_classifier classify_frame(const switch_frame_t *f, const switch_codec_implementati… in classify_frame()
184 static switch_bool_t amd_handle_silence_frame(amd_vad_t *vad, const switch_frame_t *f) in amd_handle_silence_frame()
229 static switch_bool_t amd_handle_voiced_frame(amd_vad_t *vad, const switch_frame_t *f) in amd_handle_voiced_frame()
318 switch_frame_t *read_frame; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_vmd/
H A Dmod_vmd.c169 static switch_bool_t process_data(vmd_session_info_t *vmd_info, switch_frame_t *frame);
174 static void find_beep(vmd_session_info_t *vmd_info, switch_frame_t *frame);
194 switch_frame_t *frame; in vmd_callback()
227 static switch_bool_t process_data(vmd_session_info_t *vmd_info, switch_frame_t *frame) in process_data()
284 static void find_beep(vmd_session_info_t *vmd_info, switch_frame_t *frame) in find_beep()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4/
H A Dmod_mp4.cpp67 switch_frame_t * frame;
83 switch_frame_t *read_frame; in record_video_thread()
125 switch_frame_t *read_frame; in SWITCH_STANDARD_APP()
332 switch_frame_t * read_frame; in play_audio_function()
380 switch_frame_t write_frame = { 0 }, vid_frame = {0}; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_webm/
H A Dmod_webm.cpp331 static switch_status_t webm_file_read_video(switch_file_handle_t *handle, switch_frame_t *frame, sw… in webm_file_read_video()
336 static switch_status_t buffer_vp8_packets(webm_file_context_t *context, switch_frame_t *frame, bool… in buffer_vp8_packets()
377 static switch_status_t do_write_video(switch_file_handle_t *handle, switch_frame_t *frame) in do_write_video()
438 static switch_status_t webm_file_write_video(switch_file_handle_t *handle, switch_frame_t *frame) in webm_file_write_video()
447 switch_frame_t eframe = { 0 }; in webm_file_write_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_reference/
H A Dmod_reference.c82 switch_frame_t read_frame;
111 static switch_status_t channel_read_frame(switch_core_session_t *session, switch_frame_t **frame, s…
112 static switch_status_t channel_write_frame(switch_core_session_t *session, switch_frame_t *frame, s…
284 static switch_status_t channel_read_frame(switch_core_session_t *session, switch_frame_t **frame, s… in channel_read_frame()
342 static switch_status_t channel_write_frame(switch_core_session_t *session, switch_frame_t *frame, s… in channel_write_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media_bug.c140 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_video_ping_frame(switch_media_bug_t *bug) in switch_core_media_bug_get_video_ping_frame()
145 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_write_replace_frame(switch_media_bug_t *… in switch_core_media_bug_get_write_replace_frame()
150 …void) switch_core_media_bug_set_write_replace_frame(switch_media_bug_t *bug, switch_frame_t *frame) in switch_core_media_bug_set_write_replace_frame()
155 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_read_replace_frame(switch_media_bug_t *b… in switch_core_media_bug_get_read_replace_frame()
160 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_native_read_frame(switch_media_bug_t *bu… in switch_core_media_bug_get_native_read_frame()
165 SWITCH_DECLARE(switch_frame_t *) switch_core_media_bug_get_native_write_frame(switch_media_bug_t *b… in switch_core_media_bug_get_native_write_frame()
170 …(void) switch_core_media_bug_set_read_replace_frame(switch_media_bug_t *bug, switch_frame_t *frame) in switch_core_media_bug_set_read_replace_frame()
175 …RE(void) switch_core_media_bug_set_read_demux_frame(switch_media_bug_t *bug, switch_frame_t *frame) in switch_core_media_bug_set_read_demux_frame()
232 SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(switch_media_bug_t *bug, switch_frame_t in switch_core_media_bug_read()
599 switch_frame_t frame = { 0 }; in video_bug_thread()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_av/test/
H A Dtest_avformat.c52 switch_frame_t frame = { 0 }; in FST_MODULE_BEGIN()
112 switch_frame_t frame = { 0 }; in FST_MODULE_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4v2/
H A Dmod_mp4v2.c83 static void init_video_track(MP4FileHandle mp4, MP4TrackId *video, switch_frame_t *frame) in init_video_track()
201 static switch_status_t do_write_video(switch_file_handle_t *handle, switch_frame_t *frame);
215 switch_frame_t frame = { 0 }; in video_write_thread_run()
562 static switch_status_t mp4_file_read_video(switch_file_handle_t *handle, switch_frame_t *frame, swi… in mp4_file_read_video()
567 static switch_status_t do_write_video(switch_file_handle_t *handle, switch_frame_t *frame) in do_write_video()
690 static switch_status_t mp4_file_write_video(switch_file_handle_t *handle, switch_frame_t *frame) in mp4_file_write_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Drtp.c55 switch_frame_t read_frame;
92 static switch_status_t channel_read_frame(switch_core_session_t *session, switch_frame_t **frame, s…
93 static switch_status_t channel_write_frame(switch_core_session_t *session, switch_frame_t *frame, s…
329 static switch_status_t channel_read_frame(switch_core_session_t *session, switch_frame_t **frame, s… in channel_read_frame()
372 static switch_status_t channel_write_frame(switch_core_session_t *session, switch_frame_t *frame, s… in channel_write_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.h182 switch_frame_t read_frame;
372 …DECLARE_CALLBACK3(read_audio_frame, switch_frame_t **, frame, switch_io_flag_t, flags, int, stream…
373 …DECLARE_CALLBACK3(write_audio_frame, switch_frame_t *, frame, switch_io_flag_t, flags, int, stream…
374 …DECLARE_CALLBACK3(read_video_frame, switch_frame_t **, frame, switch_io_flag_t, flag, int, stream_…
375 …DECLARE_CALLBACK3(write_video_frame, switch_frame_t *, frame, switch_io_flag_t, flag, int, stream_…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c64 switch_frame_t *read_frame; in record_video_thread()
105 switch_frame_t *read_frame; in SWITCH_STANDARD_APP()
279 switch_frame_t write_frame = { 0 }, vid_frame = { in SWITCH_STANDARD_APP()
292 switch_frame_t *read_frame; in SWITCH_STANDARD_APP()
503 switch_frame_t vid_frame = { 0 }; in SWITCH_STANDARD_APP()
509 switch_frame_t *read_frame; in SWITCH_STANDARD_APP()
677 switch_frame_t *frame; in decode_video_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.h253 switch_frame_t read_frame;
351 switch_status_t channel_read_frame(switch_core_session_t *session, switch_frame_t **frame, switch_i…
352 switch_status_t channel_write_frame(switch_core_session_t *session, switch_frame_t *frame, switch_i…
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/mod_freetdm/
H A Dtdm.c57 switch_frame_t read_frame;
70 static switch_status_t channel_read_frame(switch_core_session_t *session, switch_frame_t **frame, s…
71 static switch_status_t channel_write_frame(switch_core_session_t *session, switch_frame_t *frame, s…
540 static switch_status_t channel_read_frame(switch_core_session_t *session, switch_frame_t **frame, s… in channel_read_frame()
614 static switch_status_t channel_write_frame(switch_core_session_t *session, switch_frame_t *frame, s… in channel_write_frame()

12345