Home
last modified time | relevance | path

Searched refs:profile_chain_raw_open (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dprofile.h174 int profile_chain_raw_open(profile_chain_t *prch, void *id, size_t qsize, int muxer);
H A Dprofile.c928 profile_chain_raw_open(profile_chain_t *prch, void *id, size_t qsize, int muxer) in profile_chain_raw_open() function
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/webui/
H A Dwebui.c1247 if (!profile_chain_raw_open(&prch, mm, qsize, 1)) { in http_stream_mux()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/satip/
H A Drtsp.c615 if (profile_chain_raw_open(&rs->prch, (mpegts_mux_t *)rs->mux, qsize, 0)) in rtsp_start()