Home
last modified time | relevance | path

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

/xiu/library/container/mpegts/src/
H A Ddefine.rs41 pub const PAT_PERIOD: i64 = 400 * 90; constant
H A Dts.rs106 if 0 == self.pat_period || (self.pat_period + define::PAT_PERIOD) <= dts { in write()