Home
last modified time | relevance | path

Searched refs:dstBufferSize (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_filter_task.cpp68 uint32 dstBufferSize = ComputeBufferSize(fDstPixelType, tileSize, in Start() local
76 fDstBuffer [threadIndex] . Reset (allocator->Allocate (dstBufferSize)); in Start()
Ddng_mosaic_info.cpp1853 uint32 dstBufferSize = ComputeBufferSize (dstBuffer.fPixelType, in InterpolateGeneric() local
1857 AutoPtr<dng_memory_block> dstData (host.Allocate (dstBufferSize)); in InterpolateGeneric()