Home
last modified time | relevance | path

Searched refs:SMBF_WRITE_VIDEO_STREAM (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media_bug.c620 if (switch_test_flag(bug, SMBF_WRITE_VIDEO_STREAM)) { in video_bug_thread()
623 } else if (switch_test_flag(bug, SMBF_WRITE_VIDEO_STREAM)) { in video_bug_thread()
919 …if (switch_test_flag(bug, SMBF_READ_VIDEO_STREAM) || switch_test_flag(bug, SMBF_WRITE_VIDEO_STREAM in switch_core_media_bug_add()
936 …switch_test_flag(bug, SMBF_READ_VIDEO_STREAM) || switch_test_flag(bug, SMBF_WRITE_VIDEO_STREAM))) { in switch_core_media_bug_add()
943 if (switch_test_flag(bug, SMBF_WRITE_VIDEO_STREAM)) { in switch_core_media_bug_add()
961 …switch_test_flag(bug, SMBF_READ_VIDEO_STREAM) || switch_test_flag(bug, SMBF_WRITE_VIDEO_STREAM))) { in switch_core_media_bug_add()
1281 …if (switch_test_flag(bp, SMBF_READ_VIDEO_STREAM) || switch_test_flag(bp, SMBF_WRITE_VIDEO_STREAM) … in switch_core_media_bug_close()
H A Dswitch_ivr_async.c1880 switch_core_media_bug_test_flag(bug, SMBF_WRITE_VIDEO_STREAM) || in eavesdrop_callback()
1892 switch_core_media_bug_test_flag(bug, SMBF_WRITE_VIDEO_STREAM) || in eavesdrop_callback()
2296 read_flags |= SMBF_WRITE_VIDEO_STREAM; in switch_ivr_eavesdrop_session()
2303 read_flags &= ~SMBF_WRITE_VIDEO_STREAM; in switch_ivr_eavesdrop_session()
2394 switch_core_media_bug_test_flag(bug, SMBF_WRITE_VIDEO_STREAM)) { in switch_ivr_eavesdrop_session()
2845 flags |= SMBF_WRITE_VIDEO_STREAM; in switch_ivr_record_session_event()
2847 flags |= SMBF_WRITE_VIDEO_STREAM; in switch_ivr_record_session_event()
2854 flags &= ~SMBF_WRITE_VIDEO_STREAM; in switch_ivr_record_session_event()
H A Dswitch_core_media.c14640 if (bp->ready && switch_test_flag(bp, SMBF_WRITE_VIDEO_STREAM)) { in switch_core_session_write_video_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1892 SMBF_WRITE_VIDEO_STREAM = (1 << 20), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs41723 SMBF_WRITE_VIDEO_STREAM = (1 << 20), enumerator