Home
last modified time | relevance | path

Searched refs:SFF_RAW_RTP (Results 1 – 12 of 12) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Drtmp_video.c312 if (switch_test_flag(frame, SFF_RAW_RTP) && !switch_test_flag(frame, SFF_RAW_RTP_PARSE_FRAME)) { in rtmp_rtp2rtmpH264()
674 tech_pvt->video_read_frame.flags = SFF_RAW_RTP; in rtmp_read_video_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c337 switch_set_flag((&vid_frame), SFF_RAW_RTP); in SWITCH_STANDARD_APP()
599 switch_set_flag((&vid_frame), SFF_RAW_RTP); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4/
H A Dmod_mp4.cpp434 switch_set_flag((&vid_frame), SFF_RAW_RTP); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp1433 if (switch_test_flag(&m_readFrame, SFF_RAW_RTP)) { in read_frame()
1476 if (switch_test_flag(frame, SFF_RAW_RTP)) { in write_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_video.c3438 switch_set_flag((&canvas->write_codecs[i]->frame), SFF_RAW_RTP); in conference_video_muxing_thread_run()
3958 switch_set_flag(&write_frame, SFF_RAW_RTP); in conference_video_muxing_thread_run()
4209 switch_set_flag(&write_frame, SFF_RAW_RTP|SFF_USE_VIDEO_TIMESTAMP|SFF_RAW_RTP_PARSE_FRAME); in conference_video_muxing_thread_run()
4466 switch_set_flag((&canvas->write_codecs[i]->frame), SFF_RAW_RTP); in conference_video_super_muxing_thread_run()
4588 switch_set_flag(&write_frame, SFF_RAW_RTP); in conference_video_super_muxing_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1669 SFF_RAW_RTP = (1 << 1), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media_bug.c615 frame.flags = SFF_RAW_RTP; in video_bug_thread()
H A Dswitch_rtp.c8108 switch_set_flag(frame, SFF_RAW_RTP); in switch_rtp_zerocopy_read_frame()
8969 …(switch_test_flag(frame, SFF_RAW_RTP) || switch_test_flag(frame, SFF_RAW_RTP_PARSE_FRAME))) ? 1 : … in switch_rtp_write_frame()
H A Dswitch_core_media.c6844 fr.flags = SFF_USE_VIDEO_TIMESTAMP|SFF_RAW_RTP|SFF_RAW_RTP_PARSE_FRAME; in video_write_thread()
6873 fr.flags = SFF_USE_VIDEO_TIMESTAMP|SFF_RAW_RTP|SFF_RAW_RTP_PARSE_FRAME; in video_write_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c746 switch_clear_flag(tech_pvt->write_frame, SFF_RAW_RTP); in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c2543 switch_set_flag(*frame, SFF_RAW_RTP); in vlc_read_video_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs38098 SFF_RAW_RTP = (1 << 1), enumerator