Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_read_image.cpp2749 uint32 fUncompressedSize; member in dng_read_tiles_task
2787 , fUncompressedSize (uncompressedSize) in dng_read_tiles_task()
2813 if (fUncompressedSize) in Process()
2815 uncompressedBuffer.Reset (fHost.Allocate (fUncompressedSize)); in Process()
Ddng_image_writer.cpp4330 uint32 fUncompressedSize; member in dng_write_tiles_task
4368 , fUncompressedSize (uncompressedSize) in dng_write_tiles_task()
4402 if (fUncompressedSize) in Process()
4404 uncompressedBuffer.Reset (fHost.Allocate (fUncompressedSize)); in Process()
4407 if (fIFD.fSubTileBlockRows > 1 && fUncompressedSize) in Process()
4409 subTileBlockBuffer.Reset (fHost.Allocate (fUncompressedSize)); in Process()