|
RawSpeed
fast raw decoding library
|
#include "RawSpeed-API.h"#include "adt/Casts.h"#include <cstddef>#include <cstdint>#include <memory>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
| static const rawspeed::CameraMetaData | metadata {} |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size ) |
Definition at line 31 of file main.cpp.
References assert(), anonymous_namespace{Dual.cpp}::checkFlavour(), rawspeed::ByteStream::getByte(), rawspeed::RawParser::getDecoder(), rawspeed::implicit_cast(), rawspeed::little, metadata, and ThrowRSE.
Referenced by anonymous_namespace{libFuzzer_dummy_main.cpp}::process().
|
static |