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

  /external/dng_sdk/source/
dng_filter_task.h 52 uint32 fDstPixelType;
dng_linearization_info.cpp 45 uint32 fDstPixelType;
89 , fDstPixelType (dstImage.PixelType ())
118 if (fDstPixelType != ttShort &&
119 fDstPixelType != ttFloat)
129 fDstPixelType != ttFloat)
141 fDstPixelType == ttFloat);
337 TagTypeSize (fDstPixelType)));
369 if (fDstPixelType == ttShort)
571 if (fDstPixelType == ttShort)
875 if (fDstPixelType == ttFloat
    [all...]

Completed in 75 milliseconds