Searched refs:fColorPlanes (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_shared.cpp | 35 , fColorPlanes (0) in dng_camera_profile_info() 166 if (fColorPlanes == 0) in ParseTag() 169 fColorPlanes = Pin_uint32 (0, tagCount / 3, kMaxColorPlanes); in ParseTag() 173 if (!CheckColorImage (parentCode, tagCode, fColorPlanes)) in ParseTag() 181 fColorPlanes, in ParseTag() 211 bool hasselbladHack = (fColorPlanes == 0); in ParseTag() 216 fColorPlanes = Pin_uint32 (0, tagCount / 3, kMaxColorPlanes); in ParseTag() 226 if (!CheckColorImage (parentCode, tagCode, fColorPlanes)) in ParseTag() 234 fColorPlanes, in ParseTag() 270 if (!CheckColorImage (parentCode, tagCode, fColorPlanes)) in ParseTag() [all …]
|
D | dng_mosaic_info.cpp | 1015 for (uint32 dstPlane = 0; dstPlane < info.fColorPlanes; dstPlane++) in dng_bilinear_interpolator() 1178 for (uint32 index = 0; index < fInfo.fColorPlanes; index++) in dng_fast_interpolator() 1236 uint32 planes = fInfo.fColorPlanes; in ProcessArea() 1335 , fColorPlanes (0) in dng_mosaic_info() 1386 fColorPlanes = info.fShared->fCameraProfile.fColorPlanes; in Parse() 1388 for (uint32 n = 0; n < fColorPlanes; n++) in Parse() 1435 if (fColorPlanes != 3) in SetFourColorBayer() 1465 fColorPlanes = 4; in SetFourColorBayer() 1560 for (plane = 0; plane < fColorPlanes; plane++) in IsSafeDownScale() 1576 for (plane = 0; plane < fColorPlanes; plane++) in IsSafeDownScale() [all …]
|
D | dng_mosaic_info.h | 52 uint32 fColorPlanes; variable
|
D | dng_shared.h | 44 uint32 fColorPlanes; 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.cpp | 2635 info.fColorPlanes = 3; in SetBayerMosaic() 2687 info.fColorPlanes = 3; in SetFujiMosaic() 2784 info.fColorPlanes = 3; in SetFujiMosaic6x6() 2886 info.fColorPlanes = 4; in SetQuadMosaic() 3009 SetColorChannels (shared.fCameraProfile.fColorPlanes); in Parse() 3046 if (shared.fCameraProfile.fColorPlanes > 1) in Parse() 3064 if (!profile->IsValid (shared.fCameraProfile.fColorPlanes)) in Parse() 3091 if (!profile->IsValid (shared.fCameraProfile.fColorPlanes)) in Parse() 4070 info.fColorPlanes, in DoInterpolateStage3()
|
D | dng_info.cpp | 2273 if (profileInfo.fColorPlanes < 3 || !profile.IsValid (profileInfo.fColorPlanes)) in Parse()
|
D | dng_image_writer.cpp | 2041 fCFAPlaneColor.SetCount (info.fColorPlanes); in mosaic_tag_set() 2043 for (uint32 j = 0; j < info.fColorPlanes; j++) in mosaic_tag_set() 2061 info.fColorPlanes == 3) in mosaic_tag_set()
|