Home
last modified time | relevance | path

Searched refs:switch_video_read_flag_t (Results 1 – 16 of 16) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_png/
H A Dmod_png.c197 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags) in png_file_read_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_webm/
H A Dmod_webm.cpp331 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags) in webm_file_read_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_imagick/
H A Dmod_imagick.c410 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h293 …(*file_read_video) (switch_file_handle_t *, switch_frame_t *frame, switch_video_read_flag_t flags);
H A Dswitch_types.h2746 } switch_video_read_flag_t; typedef
H A Dswitch_core.h1939 …e_file_read_video(switch_file_handle_t *fh, switch_frame_t *frame, switch_video_read_flag_t flags);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4v2/
H A Dmod_mp4v2.c562 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags) in mp4_file_read_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_file.c716 …re_file_read_video(switch_file_handle_t *fh, switch_frame_t *frame, switch_video_read_flag_t flags) in switch_core_file_read_video()
H A Dswitch_core_media.c6779 switch_video_read_flag_t read_flags = SVR_BLOCK; in video_write_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_av/
H A Davformat.c2282 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags)
2329 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c996 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags) in local_stream_file_read_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_http_cache/
H A Dmod_http_cache.c1830 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags) in http_file_read_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c1126 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags) in vlc_file_read_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c3112 …ile_read_video(switch_file_handle_t *handle, switch_frame_t *frame, switch_video_read_flag_t flags) in http_file_read_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx15665 switch_video_read_flag_t arg3 ; in CSharp_FreeSWITCHfNative_switch_core_file_read_video___()
15670 arg3 = (switch_video_read_flag_t)jarg3; in CSharp_FreeSWITCHfNative_switch_core_file_read_video___()
27543 … *,switch_frame_t *,switch_video_read_flag_t) = (switch_status_t (*)(switch_file_handle_t *,switch… in CSharp_FreeSWITCHfNative_switch_file_interface_file_read_video_set___()
27546 …arg2 = (switch_status_t (*)(switch_file_handle_t *,switch_frame_t *,switch_video_read_flag_t))jarg… in CSharp_FreeSWITCHfNative_switch_file_interface_file_read_video_set___()
27554 switch_status_t (*result)(switch_file_handle_t *,switch_frame_t *,switch_video_read_flag_t) = 0 ; in CSharp_FreeSWITCHfNative_switch_file_interface_file_read_video_get___()
27557 …result = (switch_status_t (*)(switch_file_handle_t *,switch_frame_t *,switch_video_read_flag_t)) (… in CSharp_FreeSWITCHfNative_switch_file_interface_file_read_video_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9298 …h_core_file_read_video(switch_file_handle fh, switch_frame frame, switch_video_read_flag_t flags) { in switch_core_file_read_video()
47303 public enum switch_video_read_flag_t { enum