Home
last modified time | relevance | path

Searched refs:app1SizeBuf (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp1081 uint8_t *app1SizeBuf = new uint8_t[JPEG_APP1_SIZE]; in GetFilterArea() local
1083 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()