Home | History | Annotate | Download | only in codec

Lines Matching refs:fNegative

460         if (!fHost || !fInfo || !fNegative || !fDngStream) {
469 // render() takes ownership of fHost, fInfo, fNegative
472 std::unique_ptr<dng_negative> negative(fNegative.release());
581 fNegative.reset(fHost->Make_dng_negative());
582 fNegative->Parse(*fHost, *fDngStream, *fInfo);
583 fNegative->PostParse(*fHost, *fDngStream, *fInfo);
584 fNegative->SynchronizeMetadata();
587 if (fNegative->GetMosaicInfo() != nullptr) {
588 cfaPatternSize = fNegative->GetMosaicInfo()->fCFAPatternSize;
590 return this->init(static_cast<int>(fNegative->DefaultCropSizeH().As_real64()),
591 static_cast<int>(fNegative->DefaultCropSizeV().As_real64()),
606 std::unique_ptr<dng_negative> fNegative;