LPNETCHANNEL 180 include/gpac/html5_media.h LPNETCHANNEL channel; /* channel object used by the terminal */\ LPNETCHANNEL 59 include/gpac/internal/terminal_dev.h void (*fn_connect_ack) (GF_ClientService *service, LPNETCHANNEL ns, GF_Err response); LPNETCHANNEL 60 include/gpac/internal/terminal_dev.h void (*fn_disconnect_ack) (GF_ClientService *service, LPNETCHANNEL ns, GF_Err response); LPNETCHANNEL 62 include/gpac/internal/terminal_dev.h void (*fn_data_packet) (GF_ClientService *service, LPNETCHANNEL ns, char *data, u32 data_size, GF_SLHeader *hdr, GF_Err reception_status); LPNETCHANNEL 111 include/gpac/internal/terminal_dev.h GF_Err gf_term_channel_get_sl_packet(GF_ClientService *ns, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *is_compressed, GF_Err *out_reception_status, Bool *is_new_data); LPNETCHANNEL 112 include/gpac/internal/terminal_dev.h GF_Err gf_term_channel_release_sl_packet(GF_ClientService *ns, LPNETCHANNEL channel); LPNETCHANNEL 171 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 178 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 202 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 221 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 236 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 247 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 257 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 265 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 276 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 285 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 308 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 335 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 351 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 370 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 380 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 389 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 401 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 496 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 517 include/gpac/modules/service.h LPNETCHANNEL on_channel; LPNETCHANNEL 548 include/gpac/modules/service.h LPNETCHANNEL channel; LPNETCHANNEL 559 include/gpac/modules/service.h LPNETCHANNEL channel; LPNETCHANNEL 578 include/gpac/modules/service.h LPNETCHANNEL channel; LPNETCHANNEL 593 include/gpac/modules/service.h LPNETCHANNEL channel; LPNETCHANNEL 610 include/gpac/modules/service.h LPNETCHANNEL channel; LPNETCHANNEL 730 include/gpac/modules/service.h GF_Err (*ConnectChannel) (struct _netinterface *, LPNETCHANNEL channel, const char *url, Bool upstream); LPNETCHANNEL 732 include/gpac/modules/service.h GF_Err (*DisconnectChannel) (struct _netinterface *, LPNETCHANNEL channel); LPNETCHANNEL 739 include/gpac/modules/service.h GF_Err (*ChannelGetSLP) (struct _netinterface *, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data); LPNETCHANNEL 743 include/gpac/modules/service.h GF_Err (*ChannelReleaseSLP) (struct _netinterface *, LPNETCHANNEL channel); LPNETCHANNEL 770 include/gpac/modules/service.h void gf_service_connect_ack(GF_ClientService *service, LPNETCHANNEL ns, GF_Err response); LPNETCHANNEL 772 include/gpac/modules/service.h void gf_service_disconnect_ack(GF_ClientService *service, LPNETCHANNEL ns, GF_Err response); LPNETCHANNEL 786 include/gpac/modules/service.h void gf_service_send_packet(GF_ClientService *service, LPNETCHANNEL ns, char *data, u32 data_size, GF_SLHeader *hdr, GF_Err reception_status); LPNETCHANNEL 831 include/gpac/modules/service.h GF_Err (*Write)(struct _cacheinterface *, LPNETCHANNEL ch, char *data, u32 data_size, GF_SLHeader *sl_hdr); LPNETCHANNEL 836 include/gpac/modules/service.h GF_Err (*ChannelGetSLP) (struct _cacheinterface *, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data); LPNETCHANNEL 837 include/gpac/modules/service.h GF_Err (*ChannelReleaseSLP) (struct _cacheinterface *, LPNETCHANNEL channel); LPNETCHANNEL 43 modules/aac_in/aac_in.c LPNETCHANNEL ch; LPNETCHANNEL 686 modules/aac_in/aac_in.c static GF_Err AAC_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 715 modules/aac_in/aac_in.c static GF_Err AAC_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 798 modules/aac_in/aac_in.c static GF_Err AAC_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 892 modules/aac_in/aac_in.c static GF_Err AAC_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 46 modules/ac3_in/ac3_in.c LPNETCHANNEL ch; LPNETCHANNEL 418 modules/ac3_in/ac3_in.c static GF_Err AC3_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 444 modules/ac3_in/ac3_in.c static GF_Err AC3_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 524 modules/ac3_in/ac3_in.c static GF_Err AC3_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 605 modules/ac3_in/ac3_in.c static GF_Err AC3_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 55 modules/amr_dec/amr_in.c LPNETCHANNEL ch; LPNETCHANNEL 354 modules/amr_dec/amr_in.c static GF_Err AMR_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 381 modules/amr_dec/amr_in.c static GF_Err AMR_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 445 modules/amr_dec/amr_in.c static GF_Err AMR_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 536 modules/amr_dec/amr_in.c static GF_Err AMR_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 63 modules/avcap/avcap.cpp GPACCaptureHandler(GF_ClientService *service, LPNETCHANNEL channel) LPNETCHANNEL 77 modules/avcap/avcap.cpp LPNETCHANNEL m_pChannel; LPNETCHANNEL 411 modules/avcap/avcap.cpp GF_Err AVCap_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 435 modules/avcap/avcap.cpp GF_Err AVCap_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 207 modules/droid_cam/droid_cam.c LPNETCHANNEL channel; LPNETCHANNEL 423 modules/droid_cam/droid_cam.c GF_Err CAM_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 443 modules/droid_cam/droid_cam.c GF_Err CAM_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 36 modules/dummy_in/dummy_in.c LPNETCHANNEL ch; LPNETCHANNEL 54 modules/dummy_in/dummy_in.c DummyChannel *DC_GetChannel(DCReader *read, LPNETCHANNEL ch) LPNETCHANNEL 64 modules/dummy_in/dummy_in.c Bool DC_RemoveChannel(DCReader *read, LPNETCHANNEL ch) LPNETCHANNEL 411 modules/dummy_in/dummy_in.c GF_Err DC_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 431 modules/dummy_in/dummy_in.c GF_Err DC_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 441 modules/dummy_in/dummy_in.c GF_Err DC_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 458 modules/dummy_in/dummy_in.c GF_Err DC_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 848 modules/ffmpeg_in/ffmpeg_demux.c static GF_Err FFD_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 887 modules/ffmpeg_in/ffmpeg_demux.c static GF_Err FFD_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 202 modules/ffmpeg_in/ffmpeg_in.h LPNETCHANNEL audio_ch; LPNETCHANNEL 203 modules/ffmpeg_in/ffmpeg_in.h LPNETCHANNEL video_ch; LPNETCHANNEL 62 modules/freenect/freenect.c LPNETCHANNEL depth_channel, color_channel; LPNETCHANNEL 498 modules/freenect/freenect.c GF_Err Freenect_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 521 modules/freenect/freenect.c GF_Err Freenect_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 171 modules/hyb_in/hyb_in.c static GF_Err HYB_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 190 modules/hyb_in/hyb_in.c static GF_Err HYB_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 241 modules/hyb_in/hyb_in.c static GF_Err HYB_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 254 modules/hyb_in/hyb_in.c static GF_Err HYB_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 92 modules/hyb_in/hyb_in.h LPNETCHANNEL channel; LPNETCHANNEL 50 modules/img_in/img_in.c LPNETCHANNEL ch; LPNETCHANNEL 293 modules/img_in/img_in.c static GF_Err IMG_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 323 modules/img_in/img_in.c static GF_Err IMG_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 364 modules/img_in/img_in.c static GF_Err IMG_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 405 modules/img_in/img_in.c static GF_Err IMG_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 52 modules/ios_cam/ios_cam.c LPNETCHANNEL channel; LPNETCHANNEL 184 modules/ios_cam/ios_cam.c GF_Err CAM_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 206 modules/ios_cam/ios_cam.c GF_Err CAM_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 88 modules/isom_in/isom_cache.c static GF_Err ISOW_Write(GF_StreamingCache *mc, LPNETCHANNEL ch, char *data, u32 data_size, GF_SLHeader *sl_hdr) LPNETCHANNEL 244 modules/isom_in/isom_cache.c static GF_Err ISOW_ChannelGetSLP(GF_StreamingCache *mc, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 251 modules/isom_in/isom_cache.c static GF_Err ISOW_ChannelReleaseSLP(GF_StreamingCache *mc, LPNETCHANNEL channel) LPNETCHANNEL 94 modules/isom_in/isom_in.h LPNETCHANNEL channel; LPNETCHANNEL 140 modules/isom_in/isom_in.h ISOMChannel *isor_get_channel(ISOMReader *reader, LPNETCHANNEL channel); LPNETCHANNEL 152 modules/isom_in/isom_in.h void send_proxy_command(ISOMReader *read, Bool is_disconnect, Bool is_add_media, GF_Err e, GF_Descriptor *desc, LPNETCHANNEL channel); LPNETCHANNEL 32 modules/isom_in/read.c ISOMChannel *isor_get_channel(ISOMReader *reader, LPNETCHANNEL channel) LPNETCHANNEL 108 modules/isom_in/read.c void send_proxy_command(ISOMReader *read, Bool is_disconnect, Bool is_add_media, GF_Err e, GF_Descriptor *desc, LPNETCHANNEL channel) LPNETCHANNEL 721 modules/isom_in/read.c GF_Err ISOR_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 876 modules/isom_in/read.c GF_Err ISOR_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 907 modules/isom_in/read.c GF_Err ISOR_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 947 modules/isom_in/read.c GF_Err ISOR_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 448 modules/libplayer/libplayer.c GF_Err LIBPLAYER_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 462 modules/libplayer/libplayer.c GF_Err LIBPLAYER_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 45 modules/mp3_in/mp3_in.c LPNETCHANNEL ch; LPNETCHANNEL 474 modules/mp3_in/mp3_in.c static GF_Err MP3_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 500 modules/mp3_in/mp3_in.c static GF_Err MP3_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 580 modules/mp3_in/mp3_in.c static GF_Err MP3_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 680 modules/mp3_in/mp3_in.c static GF_Err MP3_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 66 modules/mpd_in/mpd_in.c void (*fn_connect_ack) (GF_ClientService *service, LPNETCHANNEL ns, GF_Err response); LPNETCHANNEL 67 modules/mpd_in/mpd_in.c void (*fn_data_packet) (GF_ClientService *service, LPNETCHANNEL ns, char *data, u32 data_size, GF_SLHeader *hdr, GF_Err reception_status); LPNETCHANNEL 154 modules/mpd_in/mpd_in.c static void mpdin_connect_ack(GF_ClientService *service, LPNETCHANNEL ns, GF_Err response) LPNETCHANNEL 162 modules/mpd_in/mpd_in.c void mpdin_data_packet(GF_ClientService *service, LPNETCHANNEL ns, char *data, u32 data_size, GF_SLHeader *hdr, GF_Err reception_status) LPNETCHANNEL 516 modules/mpd_in/mpd_in.c GF_InputService *MPD_GetInputServiceForChannel(GF_MPD_In *mpdin, LPNETCHANNEL channel) LPNETCHANNEL 535 modules/mpd_in/mpd_in.c s32 MPD_GetGroupIndexForChannel(GF_MPD_In *mpdin, LPNETCHANNEL channel) LPNETCHANNEL 549 modules/mpd_in/mpd_in.c GF_Err MPD_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 558 modules/mpd_in/mpd_in.c GF_Err MPD_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 1563 modules/mpd_in/mpd_in.c GF_Err MPD_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 1571 modules/mpd_in/mpd_in.c GF_Err MPD_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 65 modules/mpegts_in/mpegts_in.c LPNETCHANNEL eit_channel; LPNETCHANNEL 1293 modules/mpegts_in/mpegts_in.c static GF_Err M2TS_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 1362 modules/mpegts_in/mpegts_in.c static GF_M2TS_PES *M2TS_GetChannel(M2TSIn *m2ts, LPNETCHANNEL channel) LPNETCHANNEL 1391 modules/mpegts_in/mpegts_in.c static GF_Err M2TS_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 58 modules/mse_in/mse_in.c static GF_HTML_SourceBuffer *MSE_GetSourceBufferForChannel(GF_HTML_MediaSource *mediasource, LPNETCHANNEL channel) LPNETCHANNEL 80 modules/mse_in/mse_in.c static GF_HTML_Track *MSE_GetTrackForChannel(GF_HTML_SourceBuffer *sb, LPNETCHANNEL channel) LPNETCHANNEL 117 modules/mse_in/mse_in.c static GF_Err MSE_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 139 modules/mse_in/mse_in.c static GF_Err MSE_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 285 modules/mse_in/mse_in.c static GF_Err MSE_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, LPNETCHANNEL 297 modules/mse_in/mse_in.c static GF_Err MSE_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 58 modules/ogg/ogg_in.c LPNETCHANNEL ch; LPNETCHANNEL 840 modules/ogg/ogg_in.c static GF_Err OGG_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 867 modules/ogg/ogg_in.c static GF_Err OGG_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 445 modules/rtp_in/rtp_in.c static GF_Err RP_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 532 modules/rtp_in/rtp_in.c static GF_Err RP_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 821 modules/rtp_in/rtp_in.c static GF_Err RP_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 861 modules/rtp_in/rtp_in.c static GF_Err RP_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 234 modules/rtp_in/rtp_in.h LPNETCHANNEL channel; LPNETCHANNEL 296 modules/rtp_in/rtp_in.h RTPStream *RP_FindChannel(RTPClient *rtp, LPNETCHANNEL ch, u32 ES_ID, char *es_control, Bool remove_stream); LPNETCHANNEL 336 modules/rtp_in/rtp_in.h LPNETCHANNEL channel; LPNETCHANNEL 355 modules/rtp_in/rtp_in.h void RP_Describe(RTSPSession *sess, char *esd_url, LPNETCHANNEL channel); LPNETCHANNEL 200 modules/rtp_in/rtp_session.c RTPStream *RP_FindChannel(RTPClient *rtp, LPNETCHANNEL ch, u32 ES_ID, char *es_control, Bool remove_stream) LPNETCHANNEL 363 modules/rtp_in/rtp_signaling.c void RP_Describe(RTSPSession *sess, char *esd_url, LPNETCHANNEL channel) LPNETCHANNEL 33 modules/saf_in/saf_in.c LPNETCHANNEL ch; LPNETCHANNEL 69 modules/saf_in/saf_in.c static GFINLINE SAFChannel *saf_get_channel(SAFIn *saf, u32 stream_id, LPNETCHANNEL a_ch) LPNETCHANNEL 480 modules/saf_in/saf_in.c static GF_Err SAF_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 507 modules/saf_in/saf_in.c static GF_Err SAF_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 40 modules/timedtext/timedtext_in.c LPNETCHANNEL ch; LPNETCHANNEL 301 modules/timedtext/timedtext_in.c static GF_Err TTIn_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 325 modules/timedtext/timedtext_in.c static GF_Err TTIn_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 367 modules/timedtext/timedtext_in.c static GF_Err TTIn_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 411 modules/timedtext/timedtext_in.c static GF_Err TTIn_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 39 modules/vtt_in/vtt_in.c LPNETCHANNEL channel; LPNETCHANNEL 209 modules/vtt_in/vtt_in.c static GF_Err VTT_ConnectChannel(GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream) LPNETCHANNEL 232 modules/vtt_in/vtt_in.c static GF_Err VTT_DisconnectChannel(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 276 modules/vtt_in/vtt_in.c static GF_Err VTT_ChannelGetSLP(GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 320 modules/vtt_in/vtt_in.c static GF_Err VTT_ChannelReleaseSLP(GF_InputService *plug, LPNETCHANNEL channel) LPNETCHANNEL 37 src/terminal/network_service.c static GFINLINE GF_Channel *gf_term_get_channel(GF_ClientService *service, LPNETCHANNEL ns) LPNETCHANNEL 45 src/terminal/network_service.c static void term_on_connect(GF_ClientService *service, LPNETCHANNEL netch, GF_Err err) LPNETCHANNEL 186 src/terminal/network_service.c static void term_on_disconnect(GF_ClientService *service, LPNETCHANNEL netch, GF_Err response) LPNETCHANNEL 230 src/terminal/network_service.c static void term_on_data_packet(GF_ClientService *service, LPNETCHANNEL netch, char *data, u32 data_size, GF_SLHeader *hdr, GF_Err reception_status) LPNETCHANNEL 1119 src/terminal/network_service.c GF_Err gf_term_channel_get_sl_packet(GF_ClientService *ns, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data) LPNETCHANNEL 1124 src/terminal/network_service.c GF_Err gf_term_channel_release_sl_packet(GF_ClientService *ns, LPNETCHANNEL channel) LPNETCHANNEL 1131 src/terminal/network_service.c void gf_service_connect_ack(GF_ClientService *service, LPNETCHANNEL ns, GF_Err response) LPNETCHANNEL 1138 src/terminal/network_service.c void gf_service_disconnect_ack(GF_ClientService *service, LPNETCHANNEL ns, GF_Err response) LPNETCHANNEL 1151 src/terminal/network_service.c void gf_service_send_packet(GF_ClientService *service, LPNETCHANNEL ns, char *data, u32 data_size, GF_SLHeader *hdr, GF_Err reception_status)