D | ClosedCaptionRenderer.java | 382 PAC pac = ccData.getPAC(); in handlePACCode() 574 private static class PAC extends StyleCode { class in Cea608CCParser 578 static PAC fromBytes(byte data1, byte data2) { in fromBytes() 588 return new PAC(row, indent * 4, style, COLOR_WHITE); in fromBytes() 598 return new PAC(row, -1, style, color); in fromBytes() 602 PAC(int row, int col, int style, int color) { in PAC() method in Cea608CCParser.PAC 680 void setPACAt(int index, PAC pac) { in setPACAt() 846 void writePAC(PAC pac) { in writePAC() 1068 PAC getPAC() { in getPAC() 1072 return PAC.fromBytes(mData1, mData2); in getPAC() [all …]
|