Searched refs:dstBufferSize (Results 1 – 2 of 2) sorted by relevance
68 uint32 dstBufferSize = ComputeBufferSize(fDstPixelType, tileSize, in Start() local76 fDstBuffer [threadIndex] . Reset (allocator->Allocate (dstBufferSize)); in Start()
1853 uint32 dstBufferSize = ComputeBufferSize (dstBuffer.fPixelType, in InterpolateGeneric() local1857 AutoPtr<dng_memory_block> dstData (host.Allocate (dstBufferSize)); in InterpolateGeneric()