Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_linearization_info.cpp44 uint32 fSrcPixelType; member in dng_linearize_plane
88 , fSrcPixelType (srcImage.PixelType ()) in dng_linearize_plane()
106 if (fSrcPixelType != ttByte && in dng_linearize_plane()
107 fSrcPixelType != ttShort && in dng_linearize_plane()
108 fSrcPixelType != ttLong && in dng_linearize_plane()
109 fSrcPixelType != ttFloat) in dng_linearize_plane()
128 if (fSrcPixelType == ttFloat && in dng_linearize_plane()
140 fReal32 = (fSrcPixelType == ttLong || in dng_linearize_plane()
237 (info.fBlackLevelRepeatRows > 1 || fSrcPixelType != ttShort)) in dng_linearize_plane()
310 if (fSrcPixelType != ttLong && in dng_linearize_plane()
[all …]
Ddng_filter_task.cpp36 , fSrcPixelType (srcImage.PixelType ()) in dng_filter_task()
66 uint32 srcBufferSize = ComputeBufferSize(fSrcPixelType, fSrcTileSize, in Start()
112 dng_pixel_buffer srcBuffer(srcArea, fSrcPlane, fSrcPlanes, fSrcPixelType, in Process()
Ddng_opcodes.cpp268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ()); in dng_filter_opcode_task()
270 fDstPixelType = fSrcPixelType; in dng_filter_opcode_task()
Ddng_filter_task.h48 uint32 fSrcPixelType; variable
Ddng_resample.cpp566 fSrcPixelType = ttShort; in dng_resample_task()
572 fSrcPixelType = ttFloat; in dng_resample_task()
717 if (fSrcPixelType == ttFloat) in ProcessArea()
Ddng_render.cpp800 fSrcPixelType = ttFloat; in dng_render_task()
Ddng_mosaic_info.cpp1153 fSrcPixelType = ttShort; in dng_fast_interpolator()
Ddng_lens_correction.cpp1028 fSrcPixelType = ttFloat; in dng_filter_warp()