Searched refs:app1SizeBuf (Results 1 – 1 of 1) sorted by relevance
1081 uint8_t *app1SizeBuf = new uint8_t[JPEG_APP1_SIZE]; in GetFilterArea() local1083 if (!srcMgr_.inputStream->Read(JPEG_APP1_SIZE, app1SizeBuf, JPEG_APP1_SIZE, readSize)) { in GetFilterArea()1088 … static_cast<unsigned int>(app1SizeBuf[1]) | static_cast<unsigned int>(app1SizeBuf[0] << OFFSET_8); in GetFilterArea()1089 delete[] app1SizeBuf; in GetFilterArea()