Searched refs:ccCount (Results 1 – 4 of 4) sorted by relevance
122 public final int ccCount; field in Cea708Data.CcPacket125 public CcPacket(byte[] bytes, int ccCount, long pts) { in CcPacket() argument127 this.ccCount = ccCount; in CcPacket()
227 int ccCount = buffer.get(pos) & 0x1f; in parseClosedCaption() local229 if (!processCcDataFlag || pos + 3 * ccCount >= buffer.position() || ccCount == 0) { in parseClosedCaption()232 for (int i = 0; i < 3 * ccCount; i++) { in parseClosedCaption()
230 int ccCount = data.limit() / 3; in parseClosedCaption() local231 byte[] ccBytes = new byte[3 * ccCount]; in parseClosedCaption()232 for (int i = 0; i < 3 * ccCount; i++) { in parseClosedCaption()235 CcPacket ccPacket = new CcPacket(ccBytes, ccCount, framePtsUs); in parseClosedCaption()260 for (int i = 0; i < ccPacket.ccCount; ++i) { in parseCcPacket()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...