Home | History | Annotate | Download | only in include

Lines Matching refs:hdr

1117                     var hdr = this._sock.rQshiftBytes(12);
1118 this._FBU.x = (hdr[0] << 8) + hdr[1];
1119 this._FBU.y = (hdr[2] << 8) + hdr[3];
1120 this._FBU.width = (hdr[4] << 8) + hdr[5];
1121 this._FBU.height = (hdr[6] << 8) + hdr[7];
1122 this._FBU.encoding = parseInt((hdr[8] << 24) + (hdr[9] << 16) +
1123 (hdr[10] << 8) + hdr[11], 10);