HomeSort by relevance Sort by last modified time
    Searched refs:uncompressedBuffer (Results 1 - 5 of 5) sorted by null

  /external/dng_sdk/source/
dng_read_image.h 120 AutoPtr<dng_memory_block> &uncompressedBuffer,
150 AutoPtr<dng_memory_block> &uncompressedBuffer,
173 AutoPtr<dng_memory_block> &uncompressedBuffer,
dng_read_image.cpp 1181 AutoPtr<dng_memory_block> &uncompressedBuffer,
1199 if (uncompressedBuffer.Get () == NULL)
1221 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile);
1230 uint32 *p_uint32 = (uint32 *) uncompressedBuffer->Buffer ();
1246 uint32 *p_uint32 = (uint32 *) uncompressedBuffer->Buffer ();
1278 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile * 2);
1283 DoSwapBytes16 ((uint16 *) uncompressedBuffer->Buffer (),
1295 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile * 4);
1300 DoSwapBytes32 ((uint32 *) uncompressedBuffer->Buffer (),
1312 uint16 *p = (uint16 *) uncompressedBuffer->Buffer ()
    [all...]
dng_jpeg_image.cpp 98 AutoPtr<dng_memory_block> uncompressedBuffer;
105 uncompressedBuffer.Reset (fHost.Allocate (uncompressedSize));
143 uncompressedBuffer,
dng_image_writer.cpp     [all...]
dng_image_writer.h 1219 AutoPtr<dng_memory_block> &uncompressedBuffer,
1235 AutoPtr<dng_memory_block> &uncompressedBuffer,

Completed in 198 milliseconds