Searched refs:PAT_PERIOD (Results 1 – 2 of 2) sorted by relevance
| /xiu/library/container/mpegts/src/ | ||
| H A D | define.rs | 41 pub const PAT_PERIOD: i64 = 400 * 90; constant |
| H A D | ts.rs | 106 if 0 == self.pat_period || (self.pat_period + define::PAT_PERIOD) <= dts { in write() |