Home
last modified time | relevance | path

Searched refs:fCameraProfile (Results 1 – 7 of 7) sorted by relevance

/external/dng_sdk/source/
Ddng_shared.cpp1172 , fCameraProfile () in dng_shared()
1680 if (!CheckColorImage (parentCode, tagCode, fCameraProfile.fColorPlanes)) in Parse_ifd0()
1688 fCameraProfile.fColorPlanes, in Parse_ifd0()
1689 fCameraProfile.fColorPlanes, in Parse_ifd0()
1715 if (!CheckColorImage (parentCode, tagCode, fCameraProfile.fColorPlanes)) in Parse_ifd0()
1723 fCameraProfile.fColorPlanes, in Parse_ifd0()
1724 fCameraProfile.fColorPlanes, in Parse_ifd0()
1785 fCameraProfile.fColorPlanes == 0); in Parse_ifd0()
1790 fCameraProfile.fColorPlanes = Pin_uint32 (0, tagCount, kMaxColorPlanes); in Parse_ifd0()
1800 if (!CheckColorImage (parentCode, tagCode, fCameraProfile.fColorPlanes)) in Parse_ifd0()
[all …]
Ddng_negative.cpp772 , fCameraProfile () in dng_negative()
1054 if (fCameraProfile.size ()) in AddProfile()
1060 if (fCameraProfile [0]->NameIsEmbedded () && in AddProfile()
1061 fCameraProfile [0]->EqualData (*profile.Get ())) in AddProfile()
1067 if (fCameraProfile [0]->WasReadFromDNG ()) in AddProfile()
1077 if (!fCameraProfile [0]->WasReadFromDisk ()) in AddProfile()
1086 delete fCameraProfile [0]; in AddProfile()
1088 fCameraProfile [0] = NULL; in AddProfile()
1090 fCameraProfile.erase (fCameraProfile.begin ()); in AddProfile()
1100 for (uint32 index = 0; index < (uint32) fCameraProfile.size (); index++) in AddProfile()
[all …]
Ddng_shared.h142 dng_camera_profile_info fCameraProfile; variable
Ddng_ifd.cpp2638 for (n = 0; n < shared.fCameraProfile.fColorPlanes; n++) in IsValidCFA()
2651 for (n = 0; n < shared.fCameraProfile.fColorPlanes; n++) in IsValidCFA()
2681 for (n = 0; n < shared.fCameraProfile.fColorPlanes; n++) in IsValidCFA()
2734 bool isMonochrome = (shared.fCameraProfile.fColorPlanes == 1); in IsValidDNG()
3023 minSamplesPerPixel = shared.fCameraProfile.fColorPlanes; in IsValidDNG()
3024 maxSamplesPerPixel = shared.fCameraProfile.fColorPlanes; in IsValidDNG()
Ddng_negative.h712 dng_std_vector<dng_camera_profile *> fCameraProfile; variable
Ddng_info.cpp2267 dng_camera_profile_info &profileInfo = fShared->fCameraProfile; in Parse()
Ddng_mosaic_info.cpp1386 fColorPlanes = info.fShared->fCameraProfile.fColorPlanes; in Parse()