()
| 6052 | } |
| 6053 | |
| 6054 | function writeSOS() |
| 6055 | { |
| 6056 | writeWord(0xFFDA); // marker |
| 6057 | writeWord(12); // length |
| 6058 | writeByte(3); // nrofcomponents |
| 6059 | writeByte(1); // IdY |
| 6060 | writeByte(0); // HTY |
| 6061 | writeByte(2); // IdU |
| 6062 | writeByte(0x11); // HTU |
| 6063 | writeByte(3); // IdV |
| 6064 | writeByte(0x11); // HTV |
| 6065 | writeByte(0); // Ss |
| 6066 | writeByte(0x3f); // Se |
| 6067 | writeByte(0); // Bf |
| 6068 | } |
| 6069 | |
| 6070 | function processDU(CDU, fdtbl, DC, HTDC, HTAC){ |
| 6071 | var EOB = HTAC[0x00]; |
no test coverage detected