Home
last modified time | relevance | path

Searched refs:SWITCH_IO_FLAG_NONE (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c68 status = switch_core_session_read_video_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in record_video_thread()
98 switch_core_session_write_video_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0); in record_video_thread()
257 switch_core_session_write_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
416 switch_core_session_write_video_frame(session, &vid_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
435 switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
438 switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
608 switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
641 switch_core_session_write_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
650 switch_core_session_write_video_frame(session, &vid_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
697 …ch_status_t status = switch_core_session_read_video_frame(session, &frame, SWITCH_IO_FLAG_NONE, 0); in decode_video_thread()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4/
H A Dmod_mp4.cpp88 status = switch_core_session_read_video_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in record_video_thread()
114 switch_core_session_write_video_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0); in record_video_thread()
218 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
311 switch_core_session_write_video_frame(pt->session, pt->frame, SWITCH_IO_FLAG_NONE, 0); in play_video_function()
367 switch_core_session_write_frame(pt->session, pt->frame, SWITCH_IO_FLAG_NONE, 0); in play_audio_function()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfsteletone.cpp302 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in JS_TELETONE_FUNCTION_IMPL()
314 …if (switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATU… in JS_TELETONE_FUNCTION_IMPL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_play_say.c798 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_record_file()
906 …if (switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATU… in switch_ivr_record_file()
1051 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_gentones()
1120 …if (switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATU… in switch_ivr_gentones()
1901 status = switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_play_file()
2068 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_wait_for_silence()
2212 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_detect_audio()
2346 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_detect_silence()
2826 …ch_status_t tstatus = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_speak_text_handle()
2868 …if (switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATU… in switch_ivr_speak_text_handle()
[all …]
H A Dswitch_ivr.c77 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_sound_test()
294 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_sleep()
314 switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_sleep()
316 switch_core_session_write_frame(session, &cng_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_sleep()
546 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_parse_event()
1068 switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_park()
1317 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_collect_digits_callback()
1487 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_collect_digits_count()
1494 switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_collect_digits_count()
1796 switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_media()
[all …]
H A Dswitch_ivr_bridge.c68 status = switch_core_session_read_text_frame(vh->session_a, &read_frame, SWITCH_IO_FLAG_NONE, 0); in text_bridge_thread()
226 … status = switch_core_session_read_video_frame(vh->session_a, &read_frame, SWITCH_IO_FLAG_NONE, 0); in video_bridge_thread()
241 …if (switch_core_session_write_video_frame(vh->session_b, read_frame, SWITCH_IO_FLAG_NONE, 0) != SW… in video_bridge_thread()
576 status = switch_core_session_read_frame(session_a, &read_frame, SWITCH_IO_FLAG_NONE, stream_id); in audio_bridge_thread()
783 status = switch_core_session_read_video_frame(session_a, &read_frame, SWITCH_IO_FLAG_NONE, 0); in audio_bridge_thread()
789 switch_core_session_write_video_frame(session_b, read_frame, SWITCH_IO_FLAG_NONE, 0); in audio_bridge_thread()
800 status = switch_core_session_read_frame(session_a, &read_frame, SWITCH_IO_FLAG_NONE, stream_id); in audio_bridge_thread()
819 …if (switch_core_session_write_frame(session_b, read_frame, SWITCH_IO_FLAG_NONE, stream_id) != SWIT… in audio_bridge_thread()
H A Dswitch_ivr_originate.c1123 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_wait_for_answer()
1174 …if (switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATU… in switch_ivr_wait_for_answer()
1910 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in early_thread_run()
1923 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in early_thread_run()
3375 … tstatus = switch_core_session_read_frame(oglobals.session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_originate()
3512 …if (switch_core_session_write_frame(oglobals.session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWI… in switch_ivr_originate()
H A Dswitch_ivr_async.c724 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_session_echo()
765 switch_core_session_write_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_session_echo()
1981 …session_write_video_frame(ep->eavesdropper, bug->video_ping_frame, SWITCH_IO_FLAG_NONE, 0) != SWIT… in eavesdrop_callback()
2011 …if (switch_core_session_write_frame(ep->eavesdropper, nframe, SWITCH_IO_FLAG_NONE, 0) != SWITCH_ST… in eavesdrop_callback()
2372 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_ivr_eavesdrop_session()
2569 …if ((status = switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0)) != S… in switch_ivr_eavesdrop_session()
H A Dswitch_core.c506 switch (switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0)) { in switch_core_service_thread()
518 switch (switch_core_session_read_video_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0)) { in switch_core_service_thread()
H A Dswitch_core_media.c6761 switch_core_session_write_video_frame(session, &fr, SWITCH_IO_FLAG_NONE, 0); in switch_core_session_write_blank_video()
7352 status = switch_core_session_read_text_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in text_helper_thread()
7558 status = switch_core_session_read_video_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in video_helper_thread()
7584 switch_core_session_write_video_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0); in video_helper_thread()
14786 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in switch_core_session_wait_for_video_input_params()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c703 …if (switch_core_session_write_frame(session, &out_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATUS_… in t38_tx_packet_handler()
1578 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in mod_spandsp_fax_process_fax()
1676 …if (switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATU… in mod_spandsp_fax_process_fax()
1768 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in t38_gateway_on_soft_execute()
1785 …if (switch_core_session_write_frame(other_session, read_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_S… in t38_gateway_on_soft_execute()
1830 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in t38_gateway_on_soft_execute()
1913 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in t38_gateway_on_consume_media()
1924 …if (switch_core_session_write_frame(other_session, read_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_S… in t38_gateway_on_consume_media()
2003 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in t38_gateway_on_consume_media()
2044 …if (switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATU… in t38_gateway_on_consume_media()
H A Dmod_spandsp_dsp.c222 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in spandsp_tdd_send_session()
233 …if (switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWITCH_STATU… in spandsp_tdd_send_session()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsk/
H A Dmod_fsk.c146 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
164 switch_core_session_write_frame(sdata.session, &sdata.write_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_bert/
H A Dmod_bert.c226 status = switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
235 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_esf/
H A Dmod_esf.c318 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
450 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
/dports/net/mod_amd/mod_amd-60daa7e/
H A Dmod_amd.c374 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_cluechoo/
H A Dmod_cluechoo.c264 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in vgo()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_file.c427 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in conference_file_local_play()
H A Dconference_video.c2314 switch_core_session_write_video_frame(member->session, frame, SWITCH_IO_FLAG_NONE, 0); in conference_video_muxing_write_thread_run()
4916 switch_core_session_write_video_frame(imember->session, &tmp_frame, SWITCH_IO_FLAG_NONE, 0); in conference_video_write_frame()
4919 switch_core_session_write_video_frame(imember->session, vid_frame, SWITCH_IO_FLAG_NONE, 0); in conference_video_write_frame()
4929 switch_core_session_write_video_frame(imember->session, &tmp_frame, SWITCH_IO_FLAG_NONE, 0); in conference_video_write_frame()
5050 switch_core_session_write_video_frame(imember->session, frame, SWITCH_IO_FLAG_NONE, 0); in conference_video_thread_callback()
5078 switch_core_session_write_video_frame(fmember->session, frame, SWITCH_IO_FLAG_NONE, 0); in conference_video_thread_callback()
H A Dconference_loop.c843 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in conference_loop_input()
1547 …if (switch_core_session_write_frame(member->session, &write_frame, SWITCH_IO_FLAG_NONE, 0) != SWIT… in conference_loop_output()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c471 …switch_core_session_write_video_frame(context->session, context->vid_frame, SWITCH_IO_FLAG_NONE, 0… in vlc_video_display_callback()
1540 switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
1584 switch_core_session_write_frame(context->session, &audio_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
1925 status = switch_core_session_read_frame(context->session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_cv/
H A Dmod_cv.cpp1171 …tch_status_t status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
1182 switch_core_session_write_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1947 SWITCH_IO_FLAG_NONE = 0, enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c6292 switch_status_t status = switch_core_session_read_frame(session, &frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
6305 switch_core_session_write_frame(session, frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
6309 switch_core_session_write_frame(session, frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fifo/
H A Dmod_fifo.c3160 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()
3255 status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0); in SWITCH_STANDARD_APP()

12