Searched defs:JpegDstMgr (Results 1 – 2 of 2) sorted by relevance
58 struct JpegDstMgr : jpeg_destination_mgr { struct61 OutputDataStream *outputStream = nullptr;62 uint16_t bufferSize = JPEG_BUFFER_SIZE;
58 JpegDstMgr::JpegDstMgr(OutputDataStream *stream) : outputStream(stream) in JpegDstMgr() function in OHOS::ImagePlugin::JpegDstMgr