Searched refs:TS_PACKET_TEI_MASK (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/ts/
H A DTsParser.java53 private static final int TS_PACKET_TEI_MASK = 0x80; field in class:TsParser
451 if ((tsData[pos + 1] & TS_PACKET_TEI_MASK) != 0) {

Completed in 33 milliseconds