Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/plumbing/
H A Dtranscoding.c56 pktbuf_t *ts_input_gh; member
509 } else if (ts->ts_input_gh) { in transcoder_stream_audio()
513 pktbuf_ptr(ts->ts_input_gh), pktbuf_len(ts->ts_input_gh)); in transcoder_stream_audio()
1196 if (ts->ts_input_gh) { in transcoder_stream_video()
1200 pktbuf_ptr(ts->ts_input_gh), pktbuf_len(ts->ts_input_gh)); in transcoder_stream_video()
1528 if (ts->ts_input_gh) in transcoder_destroy_stream()
1529 pktbuf_ref_dec(ts->ts_input_gh); in transcoder_destroy_stream()
1552 ts->ts_input_gh = ssc->ssc_gh; in transcoder_init_stream()
1624 ss->ts_input_gh = ssc->ssc_gh; in transcoder_init_subtitle()
1722 as->ts_input_gh = ssc->ssc_gh; in transcoder_init_audio()
[all …]