Home | History | Annotate | Download | only in codec

Lines Matching full:infobytes

109     uint32_t infoBytes;
130 // read the first four infoBytes.
131 infoBytes = get_int(hBuffer.get(), 14);
132 if (infoBytes < kBmpOS2V1Bytes) {
153 infoBytes = get_int(hBuffer.get(), 0);
154 if (infoBytes < kBmpOS2V1Bytes) {
161 const uint32_t infoBytesRemaining = infoBytes - 4;
187 if (infoBytes >= kBmpInfoBaseBytes) {
189 switch (infoBytes) {
248 } else if (infoBytes >= kBmpOS2V1Bytes) {
465 const uint32_t bytesRead = kBmpHeaderBytes + infoBytes + maskBytes;