Searched refs:ccCount (Results 1 – 4 of 4) sorted by relevance
117 public final int ccCount; field in Cea708Data.CcPacket120 public CcPacket(byte[] bytes, int ccCount, long pts) { in CcPacket() argument122 this.ccCount = ccCount; in CcPacket()
256 int ccCount = data.limit() / 3; in parseClosedCaption() local257 byte[] ccBytes = new byte[3 * ccCount]; in parseClosedCaption()258 for (int i = 0; i < 3 * ccCount; i++) { in parseClosedCaption()261 CcPacket ccPacket = new CcPacket(ccBytes, ccCount, framePtsUs); in parseClosedCaption()286 for (int i = 0; i < ccPacket.ccCount; ++i) { in parseCcPacket()
270 int ccCount = buffer.get(pos) & 0x1f; in parseClosedCaption() local272 if (!processCcDataFlag || pos + 3 * ccCount >= buffer.position() || ccCount == 0) { in parseClosedCaption()276 for (int i = 0; i < 3 * ccCount; i++) { in parseClosedCaption()
282 int ccCount = buffer.get(pos) & 0x1f; in parseClosedCaption() local284 if (!processCcDataFlag || pos + 3 * ccCount >= buffer.position() || ccCount == 0) { in parseClosedCaption()288 for (int i = 0; i < 3 * ccCount; i++) { in parseClosedCaption()