|
RawSpeed
fast raw decoding library
|
#include "decoders/NakedDecoder.h"#include "adt/Optional.h"#include "adt/Point.h"#include "bitstreams/BitStreams.h"#include "common/RawImage.h"#include "decoders/RawDecoder.h"#include "decoders/RawDecoderException.h"#include "decompressors/UncompressedDecompressor.h"#include "io/Buffer.h"#include "io/ByteStream.h"#include "io/Endianness.h"#include "metadata/Camera.h"#include <map>#include <string>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | rawspeed |
| namespace | rawspeed::anonymous_namespace{NakedDecoder.cpp} |
Functions | |
| Optional< BitOrder > | rawspeed::anonymous_namespace{NakedDecoder.cpp}::getAsBitOrder (std::string_view s) |