MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / decodeMetaDataInternal

Method decodeMetaDataInternal

src/librawspeed/decoders/IiqDecoder.cpp:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void IiqDecoder::decodeMetaDataInternal(const CameraMetaData* meta) {
358 setMetaData(meta, "", 0);
359
360 if (black_level)
361 mRaw->blackLevel = black_level;
362}
363
364void IiqDecoder::correctSensorDefects(ByteStream data) {
365 while (data.getRemainSize() != 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected