Searched refs:fCameraProfile (Results 1 – 7 of 7) sorted by relevance
/external/dng_sdk/source/ |
D | dng_shared.cpp | 1172 , 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 …]
|
D | dng_negative.cpp | 772 , 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 …]
|
D | dng_shared.h | 142 dng_camera_profile_info fCameraProfile; variable
|
D | dng_ifd.cpp | 2638 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()
|
D | dng_negative.h | 712 dng_std_vector<dng_camera_profile *> fCameraProfile; variable
|
D | dng_info.cpp | 2267 dng_camera_profile_info &profileInfo = fShared->fCameraProfile; in Parse()
|
D | dng_mosaic_info.cpp | 1386 fColorPlanes = info.fShared->fCameraProfile.fColorPlanes; in Parse()
|