Home
last modified time | relevance | path

Searched refs:ComputeBufferSize (Results 1 – 10 of 10) sorted by relevance

/external/dng_sdk/source/
Ddng_filter_task.cpp66 uint32 srcBufferSize = ComputeBufferSize(fSrcPixelType, fSrcTileSize, in Start()
68 uint32 dstBufferSize = ComputeBufferSize(fDstPixelType, tileSize, in Start()
Ddng_simple_image.cpp40 ComputeBufferSize (pixelType, bounds.Size (), planes, pad16Bytes); in dng_simple_image()
Ddng_opcodes.cpp452 uint32 bufferSize = ComputeBufferSize(fPixelType, tileSize, in Start()
Ddng_gain_map.cpp270 ComputeBufferSize (ttFloat, fPoints, fPlanes, pad16Bytes))); in dng_gain_map()
Ddng_utils.cpp170 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize, in ComputeBufferSize() function
Ddng_mosaic_info.cpp1840 uint32 srcBufferSize = ComputeBufferSize (srcBuffer.fPixelType, in InterpolateGeneric()
1853 uint32 dstBufferSize = ComputeBufferSize (dstBuffer.fPixelType, in InterpolateGeneric()
Ddng_utils.h254 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize,
Ddng_read_image.cpp912 uint32 tempBufferSize = ComputeBufferSize(buffer.fPixelType, in ReorderSubTileBlocks()
2227 uint32 uncompressedSize = ComputeBufferSize (pixelType, tileArea.Size(), in ReadTile()
Ddng_lens_correction.cpp2297 const uint32 bufferSize = ComputeBufferSize(pixelType, tileSize, in Prepare()
Ddng_negative.cpp1681 ComputeBufferSize(fPixelType, tileSize, fImage.Planes(), in Start()