Searched refs:fSrcPixelType (Results 1 - 8 of 8) sorted by relevance

/external/dng_sdk/source/
H A Ddng_filter_task.cpp36 , fSrcPixelType (srcImage.PixelType ())
66 uint32 srcBufferSize = ComputeBufferSize(fSrcPixelType, fSrcTileSize,
112 dng_pixel_buffer srcBuffer(srcArea, fSrcPlane, fSrcPlanes, fSrcPixelType,
H A Ddng_linearization_info.cpp44 uint32 fSrcPixelType; member in class:dng_linearize_plane
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 !
[all...]
H A Ddng_filter_task.h48 uint32 fSrcPixelType; member in class:dng_filter_task
H A Ddng_opcodes.cpp268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ());
270 fDstPixelType = fSrcPixelType;
H A Ddng_resample.cpp566 fSrcPixelType = ttShort;
572 fSrcPixelType = ttFloat;
717 if (fSrcPixelType == ttFloat)
H A Ddng_lens_correction.cpp1028 fSrcPixelType = ttFloat;
H A Ddng_mosaic_info.cpp1153 fSrcPixelType = ttShort;
H A Ddng_render.cpp800 fSrcPixelType = ttFloat;

Completed in 199 milliseconds