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

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

Completed in 83 milliseconds