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

Method decodeRawInternal

src/librawspeed/decoders/Cr2Decoder.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198RawImage Cr2Decoder::decodeRawInternal() {
199 if (mRootIFD->getSubIFDs().size() < 4)
200 return decodeOldFormat();
201 else // NOLINT ok, here it make sense
202 return decodeNewFormat();
203}
204
205void Cr2Decoder::checkSupportInternal(const CameraMetaData* meta) {
206 auto id = mRootIFD->getID();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected