()
| 6041 | } |
| 6042 | |
| 6043 | function writeSOS() |
| 6044 | { |
| 6045 | writeWord(0xFFDA); // marker |
| 6046 | writeWord(12); // length |
| 6047 | writeByte(3); // nrofcomponents |
| 6048 | writeByte(1); // IdY |
| 6049 | writeByte(0); // HTY |
| 6050 | writeByte(2); // IdU |
| 6051 | writeByte(0x11); // HTU |
| 6052 | writeByte(3); // IdV |
| 6053 | writeByte(0x11); // HTV |
| 6054 | writeByte(0); // Ss |
| 6055 | writeByte(0x3f); // Se |
| 6056 | writeByte(0); // Bf |
| 6057 | } |
| 6058 | |
| 6059 | function processDU(CDU, fdtbl, DC, HTDC, HTAC){ |
| 6060 | var EOB = HTAC[0x00]; |
no test coverage detected