Lines Matching refs:compressedBuffer
3715 AutoPtr<dng_memory_block> &compressedBuffer) in WriteData() argument
3794 uint8 *dBuffer = compressedBuffer->Buffer_uint8 (); in WriteData()
3811 uLongf dCount = compressedBuffer->LogicalSize (); in WriteData()
3840 if (dBytes > compressedBuffer->LogicalSize ()) in WriteData()
3866 temp.fData = compressedBuffer->Buffer (); in WriteData()
4173 AutoPtr<dng_memory_block> &compressedBuffer, in WriteTile() argument
4299 compressedBuffer); in WriteTile()
4392 AutoPtr<dng_memory_block> compressedBuffer; in Process() local
4399 compressedBuffer.Reset (fHost.Allocate (fCompressedSize)); in Process()
4455 compressedBuffer, in Process()
4677 AutoPtr<dng_memory_block> compressedBuffer; in WriteImage() local
4684 compressedBuffer.Reset (host.Allocate (compressedSize)); in WriteImage()
4740 compressedBuffer, in WriteImage()