|
RawSpeed
fast raw decoding library
|
#include "metadata/CameraSensorInfo.h"
Public Member Functions | |
| CameraSensorInfo (int black_level, int white_level, int min_iso, int max_iso, std::vector< int > black_separate) | |
| bool RAWSPEED_READONLY | isIsoWithin (int iso) const |
| bool RAWSPEED_READONLY | isDefault () const |
Public Attributes | |
| int | mBlackLevel |
| int | mWhiteLevel |
| int | mMinIso |
| int | mMaxIso |
| std::vector< int > | mBlackLevelSeparate |
Definition at line 28 of file CameraSensorInfo.h.
| rawspeed::CameraSensorInfo::CameraSensorInfo | ( | int | black_level, |
| int | white_level, | ||
| int | min_iso, | ||
| int | max_iso, | ||
| std::vector< int > | black_separate ) |
Definition at line 30 of file CameraSensorInfo.cpp.
References mBlackLevel, mBlackLevelSeparate, mMaxIso, mMinIso, and mWhiteLevel.
|
nodiscard |
Definition at line 40 of file CameraSensorInfo.cpp.
References mMaxIso, and mMinIso.
Referenced by rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P().
|
nodiscard |
Definition at line 36 of file CameraSensorInfo.cpp.
References mMaxIso, and mMinIso.
Referenced by rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P().
| int rawspeed::CameraSensorInfo::mBlackLevel |
| std::vector<int> rawspeed::CameraSensorInfo::mBlackLevelSeparate |
| int rawspeed::CameraSensorInfo::mMaxIso |
Definition at line 37 of file CameraSensorInfo.h.
Referenced by CameraSensorInfo(), rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorInfoTestDumb::checkHelper(), rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorInfoTestDumb::checkHelper(), isDefault(), and isIsoWithin().
| int rawspeed::CameraSensorInfo::mMinIso |
Definition at line 36 of file CameraSensorInfo.h.
Referenced by CameraSensorInfo(), rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorInfoTestDumb::checkHelper(), rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorInfoTestDumb::checkHelper(), isDefault(), and isIsoWithin().
| int rawspeed::CameraSensorInfo::mWhiteLevel |
Definition at line 35 of file CameraSensorInfo.h.
Referenced by CameraSensorInfo(), rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorInfoTestDumb::checkHelper(), rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorInfoTestDumb::checkHelper(), and rawspeed::RafDecoder::decodeMetaDataInternal().