()
| 6016 | } |
| 6017 | |
| 6018 | function writeSOS() |
| 6019 | { |
| 6020 | writeWord(0xFFDA); // marker |
| 6021 | writeWord(12); // length |
| 6022 | writeByte(3); // nrofcomponents |
| 6023 | writeByte(1); // IdY |
| 6024 | writeByte(0); // HTY |
| 6025 | writeByte(2); // IdU |
| 6026 | writeByte(0x11); // HTU |
| 6027 | writeByte(3); // IdV |
| 6028 | writeByte(0x11); // HTV |
| 6029 | writeByte(0); // Ss |
| 6030 | writeByte(0x3f); // Se |
| 6031 | writeByte(0); // Bf |
| 6032 | } |
| 6033 | |
| 6034 | function processDU(CDU, fdtbl, DC, HTDC, HTAC){ |
| 6035 | var EOB = HTAC[0x00]; |
no test coverage detected