Searched refs:ComputeBufferSize (Results 1 – 10 of 10) sorted by relevance
/external/dng_sdk/source/ |
D | dng_filter_task.cpp | 66 uint32 srcBufferSize = ComputeBufferSize(fSrcPixelType, fSrcTileSize, in Start() 68 uint32 dstBufferSize = ComputeBufferSize(fDstPixelType, tileSize, in Start()
|
D | dng_simple_image.cpp | 40 ComputeBufferSize (pixelType, bounds.Size (), planes, pad16Bytes); in dng_simple_image()
|
D | dng_opcodes.cpp | 452 uint32 bufferSize = ComputeBufferSize(fPixelType, tileSize, in Start()
|
D | dng_gain_map.cpp | 270 ComputeBufferSize (ttFloat, fPoints, fPlanes, pad16Bytes))); in dng_gain_map()
|
D | dng_utils.cpp | 170 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize, in ComputeBufferSize() function
|
D | dng_mosaic_info.cpp | 1840 uint32 srcBufferSize = ComputeBufferSize (srcBuffer.fPixelType, in InterpolateGeneric() 1853 uint32 dstBufferSize = ComputeBufferSize (dstBuffer.fPixelType, in InterpolateGeneric()
|
D | dng_utils.h | 254 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize,
|
D | dng_read_image.cpp | 912 uint32 tempBufferSize = ComputeBufferSize(buffer.fPixelType, in ReorderSubTileBlocks() 2227 uint32 uncompressedSize = ComputeBufferSize (pixelType, tileArea.Size(), in ReadTile()
|
D | dng_lens_correction.cpp | 2297 const uint32 bufferSize = ComputeBufferSize(pixelType, tileSize, in Prepare()
|
D | dng_negative.cpp | 1681 ComputeBufferSize(fPixelType, tileSize, fImage.Planes(), in Start()
|