• Home
  • Raw
  • Download

Lines Matching refs:uncompressedBuffer

1181 									   AutoPtr<dng_memory_block> &uncompressedBuffer,  in ReadUncompressed()  argument
1199 if (uncompressedBuffer.Get () == NULL) in ReadUncompressed()
1221 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile); in ReadUncompressed()
1230 uint32 *p_uint32 = (uint32 *) uncompressedBuffer->Buffer (); in ReadUncompressed()
1246 uint32 *p_uint32 = (uint32 *) uncompressedBuffer->Buffer (); in ReadUncompressed()
1278 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile * 2); in ReadUncompressed()
1283 DoSwapBytes16 ((uint16 *) uncompressedBuffer->Buffer (), in ReadUncompressed()
1295 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile * 4); in ReadUncompressed()
1300 DoSwapBytes32 ((uint32 *) uncompressedBuffer->Buffer (), in ReadUncompressed()
1312 uint16 *p = (uint16 *) uncompressedBuffer->Buffer (); in ReadUncompressed()
1354 uint16 *p = (uint16 *) uncompressedBuffer->Buffer (); in ReadUncompressed()
1393 uint32 *p = (uint32 *) uncompressedBuffer->Buffer (); in ReadUncompressed()
1435 ifd.fPlanarConfiguration, uncompressedBuffer->Buffer ()); in ReadUncompressed()
1815 AutoPtr<dng_memory_block> &uncompressedBuffer, in ReadLosslessJPEG() argument
1837 if (uncompressedBuffer.Get () && in ReadLosslessJPEG()
1838 uncompressedBuffer->LogicalSize () < bufferSize) in ReadLosslessJPEG()
1841 uncompressedBuffer.Reset (); in ReadLosslessJPEG()
1845 if (uncompressedBuffer.Get () == NULL) in ReadLosslessJPEG()
1848 uncompressedBuffer.Reset (host.Allocate (bufferSize)); in ReadLosslessJPEG()
1858 *uncompressedBuffer.Get (), in ReadLosslessJPEG()
2169 AutoPtr<dng_memory_block> &uncompressedBuffer, in ReadTile() argument
2265 if (uncompressedBuffer.Get () && in ReadTile()
2266 uncompressedBuffer->LogicalSize () < bufferSize) in ReadTile()
2269 uncompressedBuffer.Reset (); in ReadTile()
2273 if (uncompressedBuffer.Get () == NULL) in ReadTile()
2276 uncompressedBuffer.Reset (host.Allocate (bufferSize)); in ReadTile()
2280 buffer.fData = uncompressedBuffer->Buffer (); in ReadTile()
2515 uncompressedBuffer, in ReadTile()
2565 uncompressedBuffer, in ReadTile()
2805 AutoPtr<dng_memory_block> uncompressedBuffer; in Process() local
2815 uncompressedBuffer.Reset (fHost.Allocate (fUncompressedSize)); in Process()
2895 uncompressedBuffer, in Process()
3252 AutoPtr<dng_memory_block> uncompressedBuffer; in Read() local
3257 uncompressedBuffer.Reset (host.Allocate (uncompressedSize)); in Read()
3350 uncompressedBuffer, in Read()