Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dlibav.h57 enum AVCodecID streaming_component_type2codec_id(streaming_component_type_t type);
H A Dlibav.c67 streaming_component_type2codec_id(streaming_component_type_t type) in streaming_component_type2codec_id() function
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/muxer/
H A Dmuxer_libav.c89 c->codec_id = streaming_component_type2codec_id(ssc->ssc_type); in lav_muxer_add_stream()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/plumbing/
H A Dtranscoding.c337 codec_id = streaming_component_type2codec_id(ty); in transcoder_get_decoder()