Lines Matching defs:fInfo
460 if (!fHost || !fInfo || !fNegative || !fDngStream) {
469 // render() takes ownership of fHost, fInfo, fNegative and fDngStream when available.
471 std::unique_ptr<dng_info> info(fInfo.release());
571 fInfo = std::make_unique<dng_info>();
575 fInfo->Parse(*fHost, *fDngStream);
576 fInfo->PostParse(*fHost);
577 if (!fInfo->IsValidDNG()) {
582 fNegative->Parse(*fHost, *fDngStream, *fInfo);
583 fNegative->PostParse(*fHost, *fDngStream, *fInfo);
605 std::unique_ptr<dng_info> fInfo;