HomeSort by relevance Sort by last modified time
    Searched refs:fCameraProfile (Results 1 - 7 of 7) sorted by null

  /external/dng_sdk/source/
dng_shared.cpp 1172 , fCameraProfile ()
1680 if (!CheckColorImage (parentCode, tagCode, fCameraProfile.fColorPlanes))
1688 fCameraProfile.fColorPlanes,
1689 fCameraProfile.fColorPlanes,
1715 if (!CheckColorImage (parentCode, tagCode, fCameraProfile.fColorPlanes))
1723 fCameraProfile.fColorPlanes,
1724 fCameraProfile.fColorPlanes,
1785 fCameraProfile.fColorPlanes == 0);
1790 fCameraProfile.fColorPlanes = Pin_uint32 (0, tagCount, kMaxColorPlanes);
1800 if (!CheckColorImage (parentCode, tagCode, fCameraProfile.fColorPlanes)
    [all...]
dng_negative.cpp 772 , fCameraProfile ()
1054 if (fCameraProfile.size ())
1060 if (fCameraProfile [0]->NameIsEmbedded () &&
1061 fCameraProfile [0]->EqualData (*profile.Get ()))
1067 if (fCameraProfile [0]->WasReadFromDNG ())
1077 if (!fCameraProfile [0]->WasReadFromDisk ())
1086 delete fCameraProfile [0];
1088 fCameraProfile [0] = NULL;
1090 fCameraProfile.erase (fCameraProfile.begin ())
    [all...]
dng_shared.h 142 dng_camera_profile_info fCameraProfile;
dng_ifd.cpp     [all...]
dng_info.cpp     [all...]
dng_negative.h 712 dng_std_vector<dng_camera_profile *> fCameraProfile;
    [all...]
dng_mosaic_info.cpp 1386 fColorPlanes = info.fShared->fCameraProfile.fColorPlanes;
    [all...]

Completed in 147 milliseconds