HomeSort by relevance Sort by last modified time
    Searched defs:fSrcPixelType (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_filter_task.h 48 uint32 fSrcPixelType;
dng_linearization_info.cpp 44 uint32 fSrcPixelType;
88 , fSrcPixelType (srcImage.PixelType ())
106 if (fSrcPixelType != ttByte &&
107 fSrcPixelType != ttShort &&
108 fSrcPixelType != ttLong &&
109 fSrcPixelType != ttFloat)
128 if (fSrcPixelType == ttFloat &&
140 fReal32 = (fSrcPixelType == ttLong ||
237 (info.fBlackLevelRepeatRows > 1 || fSrcPixelType != ttShort))
310 if (fSrcPixelType != ttLong &
    [all...]

Completed in 458 milliseconds