|
RawSpeed
fast raw decoding library
|
#include "adt/Casts.h"#include "common/RawImage.h"#include "common/RawspeedException.h"#include "decoders/RawDecoderException.h"#include "decompressors/AbstractLJpegDecoder.h"#include "fuzz/Common.h"#include "io/Buffer.h"#include "io/ByteStream.h"#include "io/Endianness.h"#include <cassert>#include <cstdint>#include <cstdio>Go to the source code of this file.
Classes | |
| class | anonymous_namespace{DummyLJpegDecoder.cpp}::DummyLJpegDecoder |
Namespaces | |
| namespace | anonymous_namespace{DummyLJpegDecoder.cpp} |
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size ) |
Definition at line 53 of file DummyLJpegDecoder.cpp.
References anonymous_namespace{DummyLJpegDecoder.cpp}::DummyLJpegDecoder::DummyLJpegDecoder(), assert(), rawspeed::RawImageData::createData(), CreateRawImage(), rawspeed::implicit_cast(), and rawspeed::little.