Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dmuxer.c59 { "application/octet-stream", MC_RAW },
76 { "application/octet-stream", MC_RAW },
90 { "raw", MC_RAW },
112 { "bin", MC_RAW },
134 { "bin", MC_RAW },
H A Dmuxer.h32 MC_RAW = 5, enumerator
H A Dprofile.c940 c.m_type = MC_RAW; in profile_chain_raw_open()
1183 if (c.m_type != MC_RAW) in profile_mpegts_pass_reopen()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/muxer/
H A Dmuxer_pass.c591 if(m_cfg->m_type != MC_PASS && m_cfg->m_type != MC_RAW) in pass_muxer_create()