Home
last modified time | relevance | path

Searched refs:hc_rtp_data_received (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dhttp.h394 int (*hc_rtp_data_received)(http_client_t *hc, void *buf, size_t len); member
H A Dhttpc.c1146 if (hc->hc_rtp_data_received) { in http_client_run0()
1149 res = hc->hc_rtp_data_received(hc, hc->hc_rbuf + r, hc->hc_csize); in http_client_run0()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/input/mpegts/satip/
H A Dsatip_frontend.c1436 rtsp->hc_rtp_data_received = NULL; in satip_frontend_input_thread()
1654 rtsp->hc_rtp_data_received = satip_frontend_rtp_data_received; in satip_frontend_input_thread()