Searched refs:fUncompressedSize (Results 1 – 2 of 2) sorted by relevance
2749 uint32 fUncompressedSize; member in dng_read_tiles_task2787 , fUncompressedSize (uncompressedSize) in dng_read_tiles_task()2813 if (fUncompressedSize) in Process()2815 uncompressedBuffer.Reset (fHost.Allocate (fUncompressedSize)); in Process()
4330 uint32 fUncompressedSize; member in dng_write_tiles_task4368 , 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()