Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_filter_task.cpp40 , fDstPixelType (dstImage.PixelType ()) in dng_filter_task()
68 uint32 dstBufferSize = ComputeBufferSize(fDstPixelType, tileSize, in Start()
118 dng_pixel_buffer dstBuffer(area, fDstPlane, fDstPlanes, fDstPixelType, in Process()
Ddng_linearization_info.cpp45 uint32 fDstPixelType; member in dng_linearize_plane
89 , fDstPixelType (dstImage.PixelType ()) in dng_linearize_plane()
118 if (fDstPixelType != ttShort && in dng_linearize_plane()
119 fDstPixelType != ttFloat) in dng_linearize_plane()
129 fDstPixelType != ttFloat) in dng_linearize_plane()
141 fDstPixelType == ttFloat); in dng_linearize_plane()
337 TagTypeSize (fDstPixelType))); in dng_linearize_plane()
369 if (fDstPixelType == ttShort) in dng_linearize_plane()
571 if (fDstPixelType == ttShort) in Process()
875 if (fDstPixelType == ttFloat) in Process()
Ddng_opcodes.cpp270 fDstPixelType = fSrcPixelType; in dng_filter_opcode_task()
322 fDstPixelType, in Start()
Ddng_filter_task.h52 uint32 fDstPixelType; variable
Ddng_resample.cpp567 fDstPixelType = ttShort; in dng_resample_task()
573 fDstPixelType = ttFloat; in dng_resample_task()
Ddng_render.cpp801 fDstPixelType = ttFloat; in dng_render_task()
Ddng_mosaic_info.cpp1154 fDstPixelType = ttShort; in dng_fast_interpolator()
Ddng_lens_correction.cpp1029 fDstPixelType = ttFloat; in dng_filter_warp()